javaee / metro-jax-ws

https://javaee.github.io/metro-jax-ws/
Other
132 stars 68 forks source link

allow setting runtime system properties on the per web application basis #1134

Open glassfishrobot opened 11 years ago

glassfishrobot commented 11 years ago

RI has defined some system properties which can be used for customizing the behaviour, such as 'com.sun.xml.ws.legacyWebMethod' or 'com.sun.xml.ws.disableXmlSecurity' (there are more) but there is no way to set them on the per (web) application basis. Once set, all applications running within the same container are affected by this. Would be nice if setting these properties through web-app/context-param/

{param-name,param-value}

would be allowed

glassfishrobot commented 11 years ago

Reported by @lukasj

glassfishrobot commented 11 years ago

Issue-Links: blocks JAX_WS-1127

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS-1134