https://issues.apache.org/bugzilla/show_bug.cgi?id=46116

           Summary: filename that contains RLO causes HTTP404
           Product: Tomcat 4
           Version: 4.1.37
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: Unknown
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: [EMAIL PROTECTED]


How to reproduce:
1.Create file that name contains RLO (U+202e).
  for example : abc{RLO}def.html
2.Deploy it to tomcat
3.Access from browser using UTF-8 encode filename
  for example:  http://127.0.0.1:8080/example/abc%E2%80%AEdef.html

Is this by design or not ?

Apache Tomcat/4.1.37-LE-jdk1.4
JDK : Sun JDK 1.4.2_15 / 
Windows XP SP3

Enabled connector definition:

<Connector
 className="org.apache.coyote.tomcat4.CoyoteConnector"
 port="8080"
 enableLookups="true"
 redirectPort="8443"
 acceptCount="100"
 connectionTimeout="20000"
 useURIValidationHack="false"
 disableUploadTimeout="true"
/>


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to