Anonymous | Login | Signup for a new account | 12-17-2024 10:32 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004586 | [Resin] | major | always | 06-01-11 08:55 | 06-01-11 09:33 | ||||
Reporter | thihy | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 4.0.19 | Product Version | 4.0.18 | ||||
Product Build | |||||||||
Summary | 0004586: SaxException, The element type "resin-c:set" must be terminated by the matching end-tag "</resin-c:set>" | ||||||||
Description |
When compiling jsp, the generated xml has such content: <resin-c:set value="..." var="..."></c:set> So, "resin-c:set" does not be terminated. In JstlCoreSet.java, printXml(){ //... if (prefix == null) { prefix = "c"; os.print("<c:set xmlns:c='http://java.sun.com/jsp/jstl/core'"); [^] } else os.print("<" + prefix + ":set"); //... os.print("</c:set>");// Y? Should be: os.print("</" + prefix +":set>") } |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |