experienced it only on 8.5.13, 8.5.12 was working fine
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2017-03-30 19:53 GMT+02:00 Violeta Georgieva <miles...@gmail.com>: > Hi, > > 2017-03-30 20:41 GMT+03:00 Romain Manni-Bucau <rmannibu...@gmail.com>: > > > > oops, hit enter too fast > > > > important detail: it is in a > request.getRequestDispatcher("WEB-INF/test.jsp" > > ).forward(request, response); > > Do you experience this with 8.5.12 (latest release) or 8.5.13 (currently > release that we vote)? > We have a fix in 8.5.13 for an issue similar to what you describe. > https://bz.apache.org/bugzilla/show_bug.cgi?id=60882 > > Regards, > Violeta > > > > > Romain Manni-Bucau > > @rmannibucau <https://twitter.com/rmannibucau> | Blog > > <https://blog-rmannibucau.rhcloud.com> | Old Blog > > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory > > <https://javaeefactory-rmannibucau.rhcloud.com> > > > > 2017-03-30 19:40 GMT+02:00 Romain Manni-Bucau <rmannibu...@gmail.com>: > > > > > Hi guys, > > > > > > seems on the last release we can get a NPE we didnt get before. > > > > > > In org.apache.catalina.core.ApplicationMapping#getServletMapping for > case > > > PATH pathInfo can be null so the toString() doesnt behave very well. > > > > > > Got it with a @WebServlet("/foo/*") > > > > > > Romain Manni-Bucau > > > @rmannibucau <https://twitter.com/rmannibucau> | Blog > > > <https://blog-rmannibucau.rhcloud.com> | Old Blog > > > <http://rmannibucau.wordpress.com> | Github > > > <https://github.com/rmannibucau> | LinkedIn > > > <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory > > > <https://javaeefactory-rmannibucau.rhcloud.com> > > > >