Re: HttpServletResponse.sendError - missing message in error page

2018-07-26 Thread Mark Thomas
On 26/07/2018 13:46, Assia Djambazova wrote: Hello, I noticed that when using HttpServletResponse.sendError in Tomcat 7.0.90 with string message the message is no longer shown as the response is displayed. I reproduce this with request to simple servlet: *public void doGet(HttpServletReq

Re: HttpServletResponse.sendError - missing message in error page

2018-07-26 Thread Michael Osipov
> Hello, > > I noticed that when using HttpServletResponse.sendError in Tomcat 7.0.90 > with string message the message is no longer shown as the response is > displayed. > > I reproduce this with request to simple servlet: > > > > *public void doGet(HttpServletRequest request, HttpServlet