Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
279 | minor | always | 06-20-05 00:00 | 01-26-06 15:23 | |
|
|||||
Reporter: | user241 | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | 3.0.13 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|||||
Summary: | 0000279: proxy caching for included jsp's doesn't always work | ||||
Description: |
RSN-314 i am not sure how provide evidence of this problem other than giving you are entire web application. essentially, for some reason, certain jsps do not get cached by resin. these files are being generated called as includes, eg: request.getRequestDispatcher(includeURI).include(request, response); the pattern is hard to nail down, except that: 1. generally, small jsps always get cached. the same file/jsp that has a larger size (eg. more records on the screen) will not get cached, but there is no fixed size where things stop getting cached - it seems to be dependent upon the particular jsp. 2. the complexity of the page seems to make a difference - a very large page that is just a dump of html will get cached (into the megabytes), whereas a smaller page (say 15k) that has lots of java scriplets, etc in it won't get cached. i have tried the cache max-entry-size parameter to no avail. (what is it's default anyways??). it seems like something in the processing of a jsp is causing the page to marked as 'dirty' or non-cacheable or something. in resin 2.x, all of my included jsp's get cached as expected and behave correctly. christian |
||||
Steps To Reproduce: | |||||
Additional Information: | 3.x pro. | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|