remm 2003/05/27 10:02:36
Modified: catalina/src/share/org/apache/catalina/realm RealmBase.java Log: - Refactor without using SSL URLs, similar to what is done forI really don't like the redirect to "https:host:443/...". The easiest fix would have been to simply change the import from "java.net.URL" to "org.apache.catalina.util.URL" (or "org.apache.tomcat.util.net.URL", they are much the same).
sendRedirect does the same (and I think it used to use java.net.URL, then org.apache.catalina.util.URL). Isn't there a reason for doing things like that ?
It's a bit confusing ...
Remy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]