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 pro
-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
on herein. If you have received 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@to
-
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
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 A
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 IO