[ https://issues.apache.org/jira/browse/AXIS-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062660#comment-17062660 ]
Robert Lazarski commented on AXIS-2295: --------------------------------------- Thanks for bringing this up - I no longer use Axis 1.x though I help maintain it. Reviewed the attachments. I manually applied the code changes, since the trunk version of the classes were updated with minor changes like Javadoc since then. You can checkout the source here - which I highly encourage since several CVE's are fixed. There are no known security issues in the trunk. Challenges for a new release includes removing the remaining com.sun classes for JDK 11 complilation support. > 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 > Assignee: Robert Lazarski > 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 was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org