Issue 40 in android-xmlrpc: Wrong XMLRPCServer response header format

8 views
Skip to first unread message

android...@googlecode.com

unread,
Aug 20, 2012, 5:02:32 AM8/20/12
to android-x...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 40 by f.metz...@gmail.com: Wrong XMLRPCServer response header
format
http://code.google.com/p/android-xmlrpc/issues/detail?id=40

The NEWLINES string at the end of a XMLRPCServer response header have the
format "\n\n" i.e. two Line Feeds.
However, the HTTP spec requires this to be two CR+LF (in Java: "\r\n\r\n")
and some client XMLRPC implementations break on this.

android...@googlecode.com

unread,
Aug 22, 2012, 4:17:35 AM8/22/12
to android-x...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 40 by psk...@gmail.com: Wrong XMLRPCServer response
header format
http://code.google.com/p/android-xmlrpc/issues/detail?id=40

fixed in rev r29

Reply all
Reply to author
Forward
0 new messages