Enable schema location transformation from web.xml
When transformSchemaLocation is set in web.xml, we now enable it for both the XsdSchemaHandlerAdapter as well as the WsdlDefinitionHandlerAdapter. Issue: SWS-840
This commit is contained in:
@@ -417,6 +417,7 @@ public class MessageDispatcherServlet extends FrameworkServlet {
|
||||
wsdlDefinitionHandlerAdapter = new WsdlDefinitionHandlerAdapter();
|
||||
}
|
||||
wsdlDefinitionHandlerAdapter.setTransformLocations(isTransformWsdlLocations());
|
||||
wsdlDefinitionHandlerAdapter.setTransformSchemaLocations(isTransformSchemaLocations());
|
||||
wsdlDefinitionHandlerAdapter.afterPropertiesSet();
|
||||
}
|
||||
catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user