tcpmon proxy sends all requests to endpoint server fully qualified with 
protocol://host.domain:port/URI - causes undesireable behavior
--------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS-2584
                 URL: http://issues.apache.org/jira/browse/AXIS-2584
             Project: Apache Axis
          Issue Type: Bug
          Components: Basic Architecture
    Affects Versions: 1.4
         Environment: Windows XP SP2, RHAS 2
            Reporter: Scott Mikolaitis


tcpmon, in proxy mode, will send request to end server as complete URLs..

To replicate, start tcpmon in proxy mode, configure a browser's proxy setting, 
issue requests.

Apache access_log entries appear as such:

10.148.55.229 - - [30/Oct/2006:14:50:17 -0700] "GET 
http://bde-linux3.us.oracle.com:8000/OA_HTML/cabo/images/cache/cghec.gif 
HTTP/1.1" 200 119
10.148.55.229 - - [30/Oct/2006:14:50:19 -0700] "GET 
http://bde-linux3.us.oracle.com:8000/favicon.ico HTTP/1.1" 404 217
10.148.55.229 - - [30/Oct/2006:14:50:19 -0700] "GET 
http://bde-linux3.us.oracle.com:8000/favicon.ico HTTP/1.1" 404 217
10.148.55.229 - - [30/Oct/2006:14:50:32 -0700] "POST 
http://bde-linux3.us.oracle.com:8000/OA_HTML/fndvald.jsp HTTP/1.1" 404 239

Note the 404 on the last request, the request 404'd because 
http://host:port/URL doesn't match rules for handing off
.jsp requests to the servlet container.

tcpmon should trim protocol, host and port off requests when issuing on behalf 
of the client.

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

        

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

Reply via email to