phamthaithinh / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

Partial response when using Resin 4.0.x + Tuckey when Tuckey rewrites a url #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We have an in house-build framework that we use to create java apps. We've been 
using resin since 2.0, tuckey with resin since 3.0. Rewrites have never been a 
problem using Resin 3.0.
Upgrading to resin 4 + using the latest tuckey (4.0.3) gives partial responses 
whenever tuckey has to rewrite a url. For instance:
/?cmd=admin (no rewriting done) gives a full response but
/admin/ (which gets rewritten to /?cmd=admin) _always_ gives a partial 
response.  Always cuts out after about 40947 bytes into the response.

What steps will reproduce the problem?
1. Go to /?cmd=admin. See full page
2. Go to /admin/ (which gets rewritten to /?cmd=admin), get a partial page
3.

What is the expected output? What do you see instead?
The expected output is the full response when a url must be rewritten. 
Currently, I get a partial response.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by cmsim...@gmail.com on 26 Dec 2012 at 8:51