Re: Tomcat backwards incompatible change

2016-08-03 Thread Mark Thomas
On 03/08/2016 05:04, Svetlin Zarev wrote: > Hello! > > With [1] and [2] an incompatible change has been introduced to all current > versions of Tomcat. The issue is that when calling > requestDispatcher.forward(), the target servlet receives the encoded URL > instead of the one used to obtain the

Tomcat backwards incompatible change

2016-08-03 Thread Svetlin Zarev
Hello! With [1] and [2] an incompatible change has been introduced to all current versions of Tomcat. The issue is that when calling requestDispatcher.forward(), the target servlet receives the encoded URL instead of the one used to obtain the dispatcher. This breaks all applications depending on