metro-jax-ws
metro-jax-ws copied to clipboard
allow setting runtime system properties on the per web application basis
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
Source: https://github.com/javaee/metro-jax-ws/issues/1134 Author: glassfishrobot