Hi all,
In 5.1 servlets defined in web.xml were handled without any extra
configuration.
In 5.3 however, it seems like I need to specifically tell tapestry not
to handle my servlets (via contributing a RequestFilter). Is this the
case or am I missing something?
For example:
<servlet-mapping>
<servlet-name>soap</servlet-name>
<url-pattern>/services/*</url-pattern>
</servlet-mapping>
The request: http://host/project/services/MyService.wsdl gets treated as
a page request for the Start page.
Thanks, Paul.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org