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

            Bug ID: 56573
           Summary: [Spec?] Session.getRequestURI() doesn't return the
                    protocol, port etc.
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebSocket
          Assignee: dev@tomcat.apache.org
          Reporter: jfarc...@apache.org

The spec is unclear about it, but 

    Session.getRequestURI();

doesn't return the full path, e.g for an enpoint, it returns

   /atmosphere-chat

"instead" of 

   ws://host:port/atmosphere-chat

The issue I'm facing is an application cannot rebuidl the full URL as the port
is missing, and there are no way to find the port without the proper URI.

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