I’m using Tapestry 5.4.0 and Tapestry 5.4.1 and I have WS with httpinvoker and
my app module have the code:
public static void contributeIgnoredPathsFilter(final Configuration
configuration) {
configuration.add("/adminservices.*");
}
my web.xml
httpinvo
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