[jboss-jira] [JBoss JIRA] Created: (JBAS-4353) request.getRequestURL/request.getRequestURI return different results depending on running behind mod_jk or not.

Jon Stevens (JIRA) jira-events at lists.jboss.org
Thu Apr 19 19:31:30 EDT 2007


request.getRequestURL/request.getRequestURI return different results depending on running behind mod_jk or not.
---------------------------------------------------------------------------------------------------------------

                 Key: JBAS-4353
                 URL: http://jira.jboss.com/jira/browse/JBAS-4353
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Web (Tomcat) service
    Affects Versions: JBossAS-4.2.0.CR2
            Reporter: Jon Stevens
         Assigned To: Remy Maucherat
            Priority: Blocker


Running with the bundled Tomcat on port 8080, i get this:

requestUrl: http://HOSTNAME:8080/data/xxx/members/4457/pictures/thumbs/Behind%20the%20Scenes/peter.jpg
requestUri: /data/xxx/members/4457/pictures/thumbs/Behind%20the%20Scenes/peter.jpg

Running tomcat behind mod_jk, I get this:

requestUrl: http://HOSTNAME/data/xxx/members/4457/pictures/thumbs/Behind the Scenes/peter.jpg
requestUri: /data/xxx/members/4457/pictures/thumbs/Behind the Scenes/peter.jpg

This is a blocker because I depend on knowing if the string is urlencoded or not.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list