DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28839>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28839

The Coyote connector publishes empty URIs to catalina

           Summary: The Coyote connector publishes empty URIs to catalina
           Product: Tomcat 4
           Version: 4.1.30
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Incoming requests to tomcat appear to loose all URI information when using the
coyote connector.  When making a request, I receive log entries along these lines:

2004-05-07 12:39:04 StandardHost[localhost]: Mapping request URI ''
2004-05-07 12:39:04 StandardHost[localhost]:  Mapped to context ''
2004-05-07 12:39:04 StandardContext[]: Mapping contextPath='' with requestURI=''
and relativeURI=''
2004-05-07 12:39:04 StandardContext[]:  Mapped to servlet 'default' with servlet
path '' and path info 'null' and update=true

The default servlet then promptly redirects me to the root of the web server.

It appears that catalina is properly configuring my web services.  Simply
nothing is getting routed through to them.

If I remove the className attribute from the Connector element (HttpConnector is
 the default), then everything works as expected.

This bug is especially frustrating as the same configuration worked fine under
tomcat-4.1.24 (the last version we were deploying our services under).

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

Reply via email to