metro-jax-ws icon indicating copy to clipboard operation
metro-jax-ws copied to clipboard

allow setting runtime system properties on the per web application basis

Open Tomas-Kraus opened this issue 2 years ago • 0 comments

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

Tomas-Kraus avatar Jun 02 '22 17:06 Tomas-Kraus