Mantis - Resin
Viewing Issue Advanced Details
1990 trivial always 09-05-07 06:30 09-05-07 09:10
stbu  
ferg  
normal  
closed 3.1.2  
fixed  
none    
none 3.1.3  
0001990: getSpecificationVersion() of JspEngineInfo returns "2.0" instead of "2.1"
Having a JSP with this:

Servlet Specification: <%= getServletContext().getMajorVersion()%>.<%= getServletContext().getMinorVersion() %>
JSP Specification: <%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %>


will currently return in Resin-3.1.2:

Servlet Specification: 2.5
JSP Specification: 2.0


As Resin-3.1 supports JSP 2.1 (http://www.caucho.com/resin-3.1/doc/overview.xtp#jsp) [^] the Method getSpecificationVersion() should return "2.1".

There are no notes attached to this issue.