https://bz.apache.org/bugzilla/show_bug.cgi?id=63367

            Bug ID: 63367
           Summary: Static content with trailing decimal in the URL shown
                    as not found (404 response)
           Product: Tomcat 8
           Version: 8.0.24
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: mark.re...@ucop.edu
  Target Milestone: ----

Hello,

I find that Tomcat 8 will not serve up static content with a trailing decimal
in
the URL.  A response code of 404 is served up, not the static content.

My configuration is a symbolic link in the webapps/ directory. e.g.

         <Context path="/externalData" docBase="externalData">
            <Resources>
               allowLinking="true"
            </Resources>
         </Context>

A sample request URL that will fail is the following.  Note that the file
"externalData/trailingDot." exists on the file system.

         http://localhost:8080/externalData/trailingDot.

I have tried to URL encode the period in the request, but the problem still
exists.



Instance information
--------------------
Server version: Apache Tomcat/8.0.24
Server built:   Jul 1 2015 20:19:55 UTC
Server number:  8.0.24.0
OS Name:        Linux
OS Version:     4.14.104-78.84.amzn1.x86_64
Architecture:   amd64
JVM Version:    1.8.0_201-b09
JVM Vendor:     Oracle Corporation

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to