Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005859 [Resin] minor always 02-27-15 16:51 04-01-15 15:31
Reporter nam View Status public  
Assigned To ferg
Priority high Resolution unable to reproduce  
Status closed   Product Version
Summary 0005859: resin is not validating closing JSP tags properly
Description (rep by Vinod)

Also In JSP’s if any developer kept syntactical problems, resin is not giving any error, it runs the JSP all fine without warning/error. BUT when we load same application in JBOSS, on startup it was throwing exceptions and hence page is also not opening when we access through URL…so we have made changes and then it worked properly in JBOSS as well.


small example:

<html:html locale="true">
<body onLoad="">
<html:form action="/backofficeRole.do?action=viewBackofficeRole">
    <!-- Code Here -->
</html:form>
</body>
</html> ----------------> It should be </html:html>
Additional Information
Attached Files

- Relationships

- Notes
(0006622)
ferg
04-01-15 15:31

jsp/0335, jsp/0336

Resin is validating the closing tags for taglibs for both the jspx and tsp with jsp:root syntax.

If <html:html> in the example is not a tag, though, Resin doesn't validate it.
 

- Issue History
Date Modified Username Field Change
02-27-15 16:51 nam New Issue
04-01-15 15:31 ferg Note Added: 0006622
04-01-15 15:31 ferg Assigned To  => ferg
04-01-15 15:31 ferg Status new => closed
04-01-15 15:31 ferg Resolution open => unable to reproduce
04-01-15 15:31 ferg Fixed in Version  => 4.0.44


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