|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 1990 | trivial | always | 09-05-07 06:30 | 09-05-07 09:10 | |
|
|
|||||
| Reporter: | stbu | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.1.2 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.1.3 | ||
|
|
|||||
| Summary: | 0001990: getSpecificationVersion() of JspEngineInfo returns "2.0" instead of "2.1" | ||||
| Description: |
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". |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |