Fails to resolve urls with multiple successive path seperators
--------------------------------------------------------------

                 Key: FELIX-3253
                 URL: https://issues.apache.org/jira/browse/FELIX-3253
             Project: Felix
          Issue Type: Bug
          Components: Lightweight HTTP Service
            Reporter: Ken Gilmer
            Assignee: Ken Gilmer
            Priority: Minor


 it doesn't like requests with double-slashes while testing it
with the Felix webconsole:

   java.io.IOException: Unable to find resource: /res//imgs/logo.png
at
org.apache.felix.httplite.server.ResourceHandler.handle(ResourceHandler.java:89)
at org.apache.felix.httplite.server.Connection.process(Connection.java:240)
at
org.apache.felix.httplite.server.ThreadPool.processConnections(ThreadPool.java:298)
at
org.apache.felix.httplite.server.ThreadPool.access$000(ThreadPool.java:35)
at org.apache.felix.httplite.server.ThreadPool$1.run(ThreadPool.java:193)
at java.lang.Thread.run(Thread.java:680)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to