Hi Roberto,
Just digging on the 404 issue. So I have found in one of the webapps
web-fragment.xml the following:
<filter-mapping>
<filter-name>SomeFilter</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
<dispatcher>ASYNC</dispatcher>
</filter-mapping>
Does this relate to the root context being taken over by MP that you
mentioned in your issue overview comment above or any other issue you know
of? I already have patch 304 applied.
It's getting to doFilter in one of the filters, finding it's not
authenticated, creating a new HttpServletRequestWrapper() and at that point
the response turns to 404.
--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html