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 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

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

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,