Re: Possible bug in HttpServletRequest#getRequestDispatcher()

2018-08-02 Thread Michael Osipov
Am 2018-08-02 um 16:30 schrieb Mark Thomas: On 02/08/18 11:15, Mark Thomas wrote: On 30/07/18 19:48, Michael Osipov wrote: Am 2018-07-25 um 22:13 schrieb Michael Osipov: Hi folks, I might have found a bug and looking for someone to confirm. (Tested in Tomcat 8.5.32). I agree that this is a

Re: Possible bug in HttpServletRequest#getRequestDispatcher()

2018-08-02 Thread Mark Thomas
On 02/08/18 11:15, Mark Thomas wrote: > On 30/07/18 19:48, Michael Osipov wrote: >> Am 2018-07-25 um 22:13 schrieb Michael Osipov: >>> Hi folks, >>> >>> I might have found a bug and looking for someone to confirm. (Tested >>> in Tomcat 8.5.32). > > I agree that this is a bug. Fixed in 9.0.x,

Re: Possible bug in HttpServletRequest#getRequestDispatcher()

2018-08-02 Thread Mark Thomas
On 30/07/18 19:48, Michael Osipov wrote: > Am 2018-07-25 um 22:13 schrieb Michael Osipov: >> Hi folks, >> >> I might have found a bug and looking for someone to confirm. (Tested >> in Tomcat 8.5.32). I agree that this is a bug. Mark >> >> Consider the following servlet: >>>

Re: Possible bug in HttpServletRequest#getRequestDispatcher()

2018-07-30 Thread Michael Osipov
Am 2018-07-25 um 22:13 schrieb Michael Osipov: Hi folks, I might have found a bug and looking for someone to confirm. (Tested in Tomcat 8.5.32). Consider the following servlet: @WebServlet("/request-dispatcher") public class TestServlet extends HttpServlet { private static final long

Possible bug in HttpServletRequest#getRequestDispatcher()

2018-07-25 Thread Michael Osipov
Hi folks, I might have found a bug and looking for someone to confirm. (Tested in Tomcat 8.5.32). Consider the following servlet: @WebServlet("/request-dispatcher") public class TestServlet extends HttpServlet { private static final long serialVersionUID = 1L; protected void