Attatched is a fix for
HttpUtils.parseQueryString(String s) which allows a
key-only key value pair like "b" in "a=1&b&c=2". This
is necessary to work with some clients, and should not
break anything else. It interprets the above as b="",
instead of throwing an IllegalArgumentException like
the original.



__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

HttpUtils.no_equal_sign_fix.diff

Reply via email to