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

            Bug ID: 56896
           Summary: if the url contains %, deploye tomcat servlet cannot
                    enter
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: 380994...@qq.com

Using Tomcat 8.0.11, I occur a problem, if the url contains %, deploye tomcat
servlet cannot receive the request.
eg:the url is "http://localhost:8080/test/aaa%2F4";. 
"test" is my project name.request can not enter the tomcat that meas tomcat can
not receive this request. But I remove the '%', eg:
"http://localhost:8080/test/aaa2F4";. this request can be receive by tomcat  and
printed the words that I supoose. for example print the
url:"http://localhost:8080/test/aaa2F4";

-- 
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