"Kasper Nielsen" <[EMAIL PROTECTED]> writes:
> One more..
>
> 1.
> getting rid of
>
> org.apache.java.lang.Bytes (only used in org.apache.java.security.MD5)
> org.apache.java.security.MD5
> org.apache.java.security.MessageDigest
>
> having given up Java 1.1 compatibility there is really no reason why we
> shouldn't use java.security.Digest
+1
> 2.
> Getting rid of
> org.apache.jserv.JServUtils, we are only using the decode function in
> DefaultParameterParser
> and use
> java.net.URLDecode instead
And if we need that code, we can always inline it into
DefaultParameterParser.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]