http://gwt-code-reviews.appspot.com/88802/diff/1/6
File user/test/com/google/gwt/http/client/URLTest.java (right):

http://gwt-code-reviews.appspot.com/88802/diff/1/6#newcode237
Line 237: assertEquals("%20", URL.encodePathSegment(" "));
Shouldn't you test that + is not encoded?

http://gwt-code-reviews.appspot.com/88802/diff/1/6#newcode256
Line 256: assertEquals("+", URL.encodeQueryString(" "));
ditto for %20

http://gwt-code-reviews.appspot.com/88802
-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to