Ron Reynolds <[EMAIL PROTECTED]> wrote:

> however response.encodeURL() doesn't work in Tomcat (don't know why - it
> just doesn't).

It doesn't because they didn't implement it. You have to look in the
source code to see it:

jakarta-tomcat/src/share/org/apache/tomcat/core/HttpServletResponseFacade.java:

    public String encodeURL(String url) {
        // XXX
        // we don't support url rewriting yet!
        return url;
    }

Now, are there any servers out there (besides tomcat) which support
JSP 1.1 and URL re-writing? I'm assuming there aren't since this was
just recently released, but I'm new at this and don't know if the new
jsp/servlet code can be easily integrated with existing servers.

--
Antonio Freixas
[EMAIL PROTECTED]
(503) 626-5433

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to