I don't use Wildfly, so I can only speculate, but maybe values returned for
servletPath and pathInfo from HttpServletRequest are subtly different. Try
debugging service() method in
org.apache.tapestry5.internal.services.IgnoredPathsFilter class.

Best regards,
Cezary

On Thu, Jun 9, 2016 at 5:59 PM, Hendrik Grewe <hendrik.gr...@b4ckbone.de>
wrote:

> Hi!
>
> We recently upgraded our wildfly from 9.0.1.Final to 10.0.0.Final
>
> Since then the IgnoredPathFilter within AppModule.java
>
> public static void contributeIgnoredPathsFilter(Configuration<String>
> configuration){
>                 configuration.add("/rest/.*");
>         }
>
> no longer has any effect. Tapestry also handles URLs  under /rest/ so
> our REST service is broken.
>
> Any one has had similar issues?
>
>
> Tapestry Version 5.3.8
>
> Thanks in advance
>
> Hendrik
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to