Re: Re: Tomcat 8.5.48: NullPointerException in ApplicationMapping.getHttpServletMapping()

2019-11-18 Thread Adam Rauch
On 11/17/2019 9:01 AM, Mark Thomas wrote: On 16/11/2019 22:08, Adam Rauch wrote: While testing 8.5.48, we now see NullPointerExceptions when our ImageServlet code attempts to forward a request to a new location. In 8.5.47, the code works fine. Thanks for reporting this. I can see what the

RE: Tomcat 8.5.48: NullPointerException in ApplicationMapping.getHttpServletMapping()

2019-11-18 Thread jonmcalexander
-Original Message- From: Mark Thomas Sent: Monday, November 18, 2019 3:41 AM To: users@tomcat.apache.org Subject: Re: Tomcat 8.5.48: NullPointerException in ApplicationMapping.getHttpServletMapping() On 18/11/2019 04:36, jonmcalexan...@wellsfargo.com.INVALID wrote: > Oh yippee. Anot

Re: Tomcat 8.5.48: NullPointerException in ApplicationMapping.getHttpServletMapping()

2019-11-18 Thread Mark Thomas
d this message in error, please advise > the sender immediately by reply e-mail and delete this message. Thank you for > your cooperation. > > -Original Message- > From: Mark Thomas > Sent: Sunday, November 17, 2019 11:01 AM > To: users@tomcat.apache.org > Subject:

RE: Tomcat 8.5.48: NullPointerException in ApplicationMapping.getHttpServletMapping()

2019-11-17 Thread jonmcalexander
- From: Mark Thomas Sent: Sunday, November 17, 2019 11:01 AM To: users@tomcat.apache.org Subject: Re: Tomcat 8.5.48: NullPointerException in ApplicationMapping.getHttpServletMapping() On 16/11/2019 22:08, Adam Rauch wrote: > While testing 8.5.48, we now see NullPointerExceptions when

Re: Tomcat 8.5.48: NullPointerException in ApplicationMapping.getHttpServletMapping()

2019-11-17 Thread Mark Thomas
On 16/11/2019 22:08, Adam Rauch wrote: > While testing 8.5.48, we now see NullPointerExceptions when our > ImageServlet code attempts to forward a request to a new location. In > 8.5.47, the code works fine. Thanks for reporting this. I can see what the problem is. I updated the servlet4preview

Tomcat 8.5.48: NullPointerException in ApplicationMapping.getHttpServletMapping()

2019-11-16 Thread Adam Rauch
While testing 8.5.48, we now see NullPointerExceptions when our ImageServlet code attempts to forward a request to a new location. In 8.5.47, the code works fine. A simplified version of our code:     public void sendResource(HttpServletRequest request, HttpServletResponse response) throws