Mantis Bugtracker
  

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

- Relationships

- Notes
(0005284)
ferg
06-01-11 09:33

jsp/1c2q
 

- Issue History
Date Modified Username Field Change
06-01-11 08:55 thihy New Issue
06-01-11 09:33 ferg Note Added: 0005284
06-01-11 09:33 ferg Assigned To  => ferg
06-01-11 09:33 ferg Status new => closed
06-01-11 09:33 ferg Resolution open => fixed
06-01-11 09:33 ferg Fixed in Version  => 4.0.19


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker