Re: allowing other servlets to handle requests

2012-02-29 Thread Paul Stanton
Sorry, Just found the section on IgnoredPaths: http://tapestry.apache.org/configuration.html#Configuration-ConfiguringIgnoredPaths It would be nice if tapestry could read the web descriptor and add the servlet url-patterns to this automatically! would that be possible? Thanks, Paul. On 1/03

allowing other servlets to handle requests

2012-02-29 Thread Paul Stanton
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: soap /service