Skip to content

Commit 18717fa

Browse files
author
Arjen Poutsma
committed
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
1 parent 4af07f6 commit 18717fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ private void initWsdlDefinitionHandlerAdapter(ApplicationContext context) {
417417
wsdlDefinitionHandlerAdapter = new WsdlDefinitionHandlerAdapter();
418418
}
419419
wsdlDefinitionHandlerAdapter.setTransformLocations(isTransformWsdlLocations());
420+
wsdlDefinitionHandlerAdapter.setTransformSchemaLocations(isTransformSchemaLocations());
420421
wsdlDefinitionHandlerAdapter.afterPropertiesSet();
421422
}
422423
catch (Exception ex) {

0 commit comments

Comments
 (0)