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 "Simon Fell (JIRA)" <ax...@ws.apache.org> on 2006/03/09 20:04:38 UTC

[jira] Created: (AXIS-2432) HTTP User-Agent for Axis should be same for both HTTPSender classes

HTTP User-Agent for Axis should be same for both HTTPSender classes
-------------------------------------------------------------------

         Key: AXIS-2432
         URL: http://issues.apache.org/jira/browse/AXIS-2432
     Project: Apache Axis
        Type: Improvement
    Versions: 1.3    
 Environment: WinXP / JDK 1.5
    Reporter: Simon Fell
    Priority: Minor


If you use the default HTTP transport, it does send a HTTP User-Agent that identifies it as Axis, but if you switch to the CommonsHTTPSender transport, it gets the default commons HTTP user agent. It would be useful to have all axis requests identified as axis.

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


[jira] Resolved: (AXIS-2432) HTTP User-Agent for Axis should be same for both HTTPSender classes

Posted by "Jarek Gawor (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2432?page=all ]
     
Jarek Gawor resolved AXIS-2432:
-------------------------------

    Resolution: Fixed

The CommonsHTTPSender already sends the right user-agent. Example:

POST /wsrf/services/ContainerRegistryService HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-GesourceProperties/GetResourceProperty"
User-Agent: Axis/1.4
Connection: close
Host: 192.168.1.101:8080
Transfer-Encoding: chunked

(From svn history it looks like it was fixed back in July '05)

> HTTP User-Agent for Axis should be same for both HTTPSender classes
> -------------------------------------------------------------------
>
>          Key: AXIS-2432
>          URL: http://issues.apache.org/jira/browse/AXIS-2432
>      Project: Apache Axis
>         Type: Improvement
>     Versions: 1.3
>  Environment: WinXP / JDK 1.5
>     Reporter: Simon Fell
>     Priority: Minor

>
> If you use the default HTTP transport, it does send a HTTP User-Agent that identifies it as Axis, but if you switch to the CommonsHTTPSender transport, it gets the default commons HTTP user agent. It would be useful to have all axis requests identified as axis.

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