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/
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