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
- Re: Bug/Fix for HttpUtils.parseQueryString Robert Lucier
- Re: Bug/Fix for HttpUtils.parseQueryString Pier Fumagalli
- Re: Bug/Fix for HttpUtils.parseQueryString Robert Lucier
- Re: Bug/Fix for HttpUtils.parseQueryString Robert Lucier
- RE: Bug/Fix for HttpUtils.parseQueryString Ignacio J. Ortega
- RE: Bug/Fix for HttpUtils.parseQueryString Robert Lucier