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 "Chris Duncan (JIRA)" <ax...@ws.apache.org> on 2012/11/16 20:46:13 UTC

[jira] [Updated] (AXIS-2295) problem with http proxy parameters caching mechanism

     [ https://issues.apache.org/jira/browse/AXIS-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Duncan updated AXIS-2295:
-------------------------------

    Attachment: TransportClientPropertiesFactory.java
                DefaultHTTPTransportClientProperties.java

Attached are the updated classes mentioned in the bug description.  These have been tested and are in use in my environment.  Hopefully, these will make it into the next maintenance release.
                
> problem with http proxy parameters caching mechanism
> ----------------------------------------------------
>
>                 Key: AXIS-2295
>                 URL: https://issues.apache.org/jira/browse/AXIS-2295
>             Project: Axis
>          Issue Type: Bug
>          Components: Basic Architecture
>         Environment: weblogic 8.1 and Windows XP
>            Reporter: Renaud SAULAY
>            Priority: Minor
>         Attachments: DefaultHTTPTransportClientProperties.java, TransportClientPropertiesFactory.java
>
>
> The JVM http proxy parameters are read only once  when calling a webservice : 
> if you make a first Call.invoke(...) the JVM proxy parameters are read and cached, but on other calls of method  invoke() those JVM http proxy parameters are not read again, which can be disturbing since 
> one may need to change these parameters and they will not be taken into account unless the application server is restarted.
> See classes : 
>    org.apache.axis.components.net.DefaultSocketFactory; (lines 97, 102, 116)
>    org.apache.axis.components.net.TransportClientPropertiesFactory (method
> create)
>    rg.apache.axis.components.net.DefaultHTTPTransportClientProperties (all
> methods)
> I hope i have been precise enough on this bug description. 
> If not, do not hesitate to email me 
> Thank you for your help

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org