| Anonymous | Login | Signup for a new account | 11-04-2025 06:46 PST | 
| Main | My View | View Issues | Change Log | Docs | 
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
| Status | closed | Product Version | 4.0.18 | ||||||
| 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>") }  | 
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
| 
 | 
|||||||||
| 	Mantis 1.0.0rc3[^]
	Copyright © 2000 - 2005 Mantis Group
	29 total queries executed. 26 unique queries executed.  |