java.net.URLDecoder doesn't follow spec.

Tom Tromey tromey@redhat.com
Sun Jan 14 14:05:00 GMT 2001


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

Mark> The following diff removes the Exception and merges URLDecoder
Mark> with the comments of the Classpath version (the code was already
Mark> the same).

Thanks Mark.  Please check this in if you haven't already (both
Classpath and libgcj).

Hmm.. the comment before the decode method is wrong.  It says:

  * This method translates the passed in string into x-www-form-urlencoded
  * format and returns it.

However, the method actually translates from (out of) x-www-form-urlencoded.

Tom


More information about the Java mailing list