Mantis - Resin
Viewing Issue Advanced Details
3379 minor always 03-09-09 15:33 06-17-09 11:45
ferg  
ferg  
urgent  
closed  
fixed  
none    
none 4.0.1  
0003379: jsp include cache issues
(rep by Driss Louriagli)

We may have found a problem with the jsp caching in Resin Pro 3.1.8.
In the attached example we have a jsp page (jspcachetest.jsp)
that performs a pageContext.include on another (cached) jsp page
(jspcachetest.inc.jsp),
which in turn does a pageContext.include on an html page
(included.html).
What happens is that the first request to jspcachetest.jsp works, but a
reload of the page will then
render the pageContext.include of jspcachetest.inc.jsp as empty.
If the last page in the chain (included.html) is a jsp page instead of
an html page, it works.
Is this a bug or are we doing something wrong?

server/2h0m

There are no notes attached to this issue.