Mantis - Resin
Viewing Issue Advanced Details
5217 minor always 09-18-12 10:30 09-18-12 11:58
alex  
alex  
normal  
closed 4.0.31  
fixed  
none    
none 4.0.32  
0005217: jsp-config/jsp-property-group shouldn't override <jsp recycle-tags='false'/>
rep by Shinomiya Nobuaki.

reproduce with <file file='file:/tmp/caucho/qa/WEB-INF/web.xml'>
<web-app xmlns="http://caucho.com/ns/resin"> [^]
  <jsp-config>
    <jsp-property-group/>
  </jsp-config>

  <jsp precompile='false' recycle-tags='false'/>

</web-app>
</file>
 in jsp/180w

Notes
(0006048)
alex   
09-18-12 11:58   
jsp/0730