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

            Bug ID: 54933
           Summary: getRequestURL returns http instead of http
           Product: Apache httpd-2
           Version: 2.2.24
          Hardware: Sun
                OS: Solaris
            Status: NEW
          Severity: critical
          Priority: P2
         Component: All
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

We have a servlet that uses the HttpServletRequest.getRequestURL() method to 
determine the URL it was called from. We are using mod_wl_22.so plugin between 
Apache web server 2.2.24 and Weblogic 11g. 

We make a request like "https://localhost/test"; and then in servlet on invoking
HttpServletRequest.getRequestURL() we get url as "http://localhost:80/test";.

Please see if I make request directly to application server like
"https://localhost:7010/test";, url returned is perfectly fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to