Re: Tomcat 8.5.12 - NPE when using RequestDispatcher

2017-03-23 Thread Thomas DELHOMENIE
2017-03-23 21:50 GMT+01:00 Violeta Georgieva <violet...@apache.org>: > Hi, > > 2017-03-23 22:47 GMT+02:00 Thomas DELHOMENIE <thomas.delhome...@gmail.com > >: > > > > Hi, > > > > With Tomcat 8.5.12 I hit a NPE when I use RequestDispatcher to redire

Tomcat 8.5.12 - NPE when using RequestDispatcher

2017-03-23 Thread Thomas DELHOMENIE
Hi, With Tomcat 8.5.12 I hit a NPE when I use RequestDispatcher to redirect from a servlet to another one in the case of the mapping of this second servlet ends with /*. An error 500 is returned because of a NullPointerException : java.lang.NullPointerException at