Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4586 | major | always | 06-01-11 08:55 | 06-01-11 09:33 | |
|
|||||
Reporter: | thihy | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.18 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.19 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|