From 3b1bca2eff02b34a4eea509d147d94f038bf57e1 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 4 Apr 2007 09:55:47 +0000 Subject: [PATCH] Fixed #SWS-103: MessageDispatcherServlet does not transform WSDL locations --- .../ws/transport/http/MessageDispatcherServlet.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java b/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java index 301bed5e..34e8ed7e 100644 --- a/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java +++ b/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java @@ -35,8 +35,9 @@ import org.springframework.ws.wsdl.WsdlDefinition; * This servlet also automatically detects any {@link WsdlDefinition} in its application context. This WSDL is exposed * under the bean name (e.g. a {@link WsdlDefinition} bean named 'echo' will be exposed as * echo.wsdl in this servlet's context: http://localhost:8080/spring-ws/echo.wsdl). When the - * transformWsdlLocations property is set to true in the web.xml, all location - * attributes in the WSDL definitions will reflect the URL of the incoming request. + * transformWsdlLocations init-param is set to true in this servlet's configuration in + * web.xml, all location attributes in the WSDL definitions will reflect the URL of the + * incoming request. * * @author Arjen Poutsma * @see org.springframework.web.servlet.DispatcherServlet