You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "YunFeng Ma (JIRA)" <ji...@apache.org> on 2007/11/21 10:57:43 UTC

[jira] Created: (GERONIMO-3621) Jetty can not handle url like http://localhost:8080//console

Jetty can not handle url like http://localhost:8080//console
------------------------------------------------------------

                 Key: GERONIMO-3621
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3621
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Jetty
    Affects Versions: 2.1
            Reporter: YunFeng Ma
             Fix For: 2.1


For the Geronimo-Jetty build, access the console with url: http://localhost:8080//console , get the following error in browser:

HTTP ERROR: 404

NOT_FOUND

RequestURI=//console/

Powered by Jetty://

But it works fine with Geronimo-Tomcat build.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-3621) Jetty can not handle url like http://localhost:8080//console

Posted by "Kevan Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller closed GERONIMO-3621.
----------------------------------

    Resolution: Won't Fix

IIUC, Jetty treats // chars as significant. Not aware of a spec which makes Jetty's behavior incorrect.

> Jetty can not handle url like http://localhost:8080//console
> ------------------------------------------------------------
>
>                 Key: GERONIMO-3621
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3621
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 2.1
>            Reporter: YunFeng Ma
>             Fix For: 2.1
>
>
> For the Geronimo-Jetty build, access the console with url: http://localhost:8080//console , get the following error in browser:
> HTTP ERROR: 404
> NOT_FOUND
> RequestURI=//console/
> Powered by Jetty://
> But it works fine with Geronimo-Tomcat build.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.