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=14492>.
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=14492

PageContext.include doesn't work if a part of path is a number

           Summary: PageContext.include doesn't work if a part of path is a
                    number
           Product: Tomcat 4
           Version: 4.0.6 Final
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


PageContext.include doesn't work if a part of path is a number.
Example : /Presse/hebdo/2000/hebdo00276.html

this include runs fine with Tomcat 4.0.2, 4.0.3 and 4.1.12.
To solve the problem, I needed to change the path to :
/Presse/hebdo/A2000/hebdo00276.html

I don't use Tomcat 4.1.12 because request.getScheme method doesn't work and I
need it.

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to