Mantis - Resin
Viewing Issue Advanced Details
1768 minor always 05-30-07 13:04 06-18-07 16:17
sam  
ferg  
urgent  
closed 3.1.1  
fixed  
none    
none 3.1.2  
0001768: SSI improvements
(rep by B Au)

We have started to play with SSIServlet and found the following:

- virtual include of files or relative URLs that don't exist fails with
a 500 ServletException "FileNotFoundException". "config errormsg" seems
to have no effect on this.

- virtual include of another .shtml file with a single include of a
plain text file in it causes what appears to be an infinite loop where
it mistakenly tries to include the same outer page over and over again:

javax.servlet.ServletException: too many servlet includes
`/test/ssi/test.shtml'

We would like to see the problem with nested include fixed and support
for "config errormsg" be added.

Notes
(0001974)
billa   
05-30-07 13:45   
I need this in the 3.0.x branch as well. I am currently running 3.0.23.
(0002062)
ferg   
06-18-07 16:17   
server/178{8,9}