You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/11/12 23:30:49 UTC

DO NOT REPLY [Bug 14492] New: - PageContext.include doesn't work if a part of path is a number

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: tomcat-dev@jakarta.apache.org
        ReportedBy: jean-pascal.laux@ispatunimetal.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>