The people   Coding standards   Design   Rewrite rule   TODO   DONE   Sun Java  

Javadocs   Class Hierarchy   Index   NAWS   MTRX   security   servlets   Skang   Squeal & Stuff   zen developer  


Sun Java

Since Sun are not interested in supporting old JVM's by backporting all the new stuff, a lot of which just can be dropped in or recompiled, I will do it for them. If I find drop in replacements, then these can go away. Source is available on request, or you can make the changes mentioned below to your own copy.

URLDecoder, because I need both, being a client and server.

CHANGES

The default encoding for URLDecoder no longer depends on the nonexistant (in 1.1) default encoding of URLEncoder, it is now hard coded to UTF8. The default encoding is only used in a deprecated method, and anything other than UTF8 is incompatible with the rest of the world anyway.


This file was last modified on Sunday, 19-Sep-2004 04:17:40 EST