DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12926>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12926

java.net.URLEncoder.encode problem with JDK 1.4.1

           Summary: java.net.URLEncoder.encode problem with JDK 1.4.1
           Product: Tomcat 4
           Version: 4.1.10
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I use tomcat 4.1.10 on Linux with the new JDK 1.4.1
I get org.apache.jasper.JasperException: Unable to compile class for JSP
for a JSP that does a <jsp:forward> with a <jsp:param>. The problem is that
javac doesn't find java.net.URLEncoder.encode for constructing the forwarding
URL. Since this method is marked as deprecated in the 1.4 Javadocs I assume that
it is no longer available in JDK 1.4.1. Is there a workaround I can use? You
might have already fixed that in a developemnt version of tomcat 4.1, but I
would like to use the stable release 4.1.10 if possible.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to