You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2005/04/25 02:25:24 UTC

[jira] Assigned: (AXIS-594) TCP Monitor does not handle WebDAV methods in proxy mode

     [ http://issues.apache.org/jira/browse/AXIS-594?page=all ]

Davanum Srinivas reassigned AXIS-594:
-------------------------------------

    Assign To: Venkat Reddy  (was: Axis Developers Mailing List)

hehe

> TCP Monitor does not handle WebDAV methods in proxy mode
> --------------------------------------------------------
>
>          Key: AXIS-594
>          URL: http://issues.apache.org/jira/browse/AXIS-594
>      Project: Axis
>         Type: Bug
>   Components: Samples
>     Versions: 1.1beta
>  Environment: Operating System: Other
> Platform: Other
>     Reporter: Chris Knight
>     Assignee: Venkat Reddy

>
> HTTP methods such as "OPTIONS" do not work in org.apache.axis.utils.tcpmon when
> it's in proxy mode. It's likely that it won't work with any standard HTTP
> methods beyond GET and POST as well.
> The fix is simple, remove all references to the method name:
> 787,788d786
> <                     if ( bufferedData.startsWith( "GET " ) ||
> <                         bufferedData.startsWith( "POST " )) {
> 824d821
> <                     }
> 1437d1433
> <                 if ( text.startsWith("POST ") || text.startsWith("GET ") ) {
> 1470d1465
> <                 }

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