Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Michael van Rooyen
On 2014/06/19 05:35 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 10:54 AM, Michael van Rooyen wrote: On 2014/06/19 04:48 PM, Michael van Rooyen wrote: On 2014/06/19 04:20 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE-

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 10:54 AM, Michael van Rooyen wrote: > > On 2014/06/19 04:48 PM, Michael van Rooyen wrote: >> >> On 2014/06/19 04:20 PM, Christopher Schultz wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >>> >>> Michael, >>> >>>

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Jan Dosoudil
Dne 19.6.2014 16:54, Michael van Rooyen napsal(a): On 2014/06/19 04:48 PM, Michael van Rooyen wrote: On 2014/06/19 04:20 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 9:43 AM, Michael van Rooyen wrote: We've been running Tomcat 6.0.36 w

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Michael van Rooyen
On 2014/06/19 04:48 PM, Michael van Rooyen wrote: On 2014/06/19 04:20 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 9:43 AM, Michael van Rooyen wrote: We've been running Tomcat 6.0.36 without issues for many months. Our pages have many c

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Michael van Rooyen
On 2014/06/19 04:20 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 9:43 AM, Michael van Rooyen wrote: We've been running Tomcat 6.0.36 without issues for many months. Our pages have many components and are constructed using getRequestDispac

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 9:43 AM, Michael van Rooyen wrote: > We've been running Tomcat 6.0.36 without issues for many months. > Our pages have many components and are constructed using > getRequestDispacher("...").include(request, response) to pull th

Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Michael van Rooyen
Hello, We've been running Tomcat 6.0.36 without issues for many months. Our pages have many components and are constructed using getRequestDispacher("...").include(request, response) to pull the components in. For the past few weeks, we've had a few instances where, in constructing a page,