Bug 37612

Summary: Jasper's Validator does not include full path of file being compiled in error message
Product: Tomcat 5 Reporter: Renaud Bruyeron <bruyeron>
Component: JasperAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 5.0.12   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: fix for this bug

Description Renaud Bruyeron 2005-11-23 18:20:34 UTC
When JspC fails due to a validation error, the message created by
Validator.validateXmlView and dispatched to the errorDispatcher does not include
the full path of the file.
This means that the fix for bug 28604 is not complete.
Comment 1 Renaud Bruyeron 2005-11-23 18:22:00 UTC
Created attachment 17020 [details]
fix for this bug

this patch fixes the problem.
It is a patch against 5.5.12.
Comment 2 Yoav Shapira 2005-11-28 20:45:18 UTC
Fixed, thank you for reporting this.

Next time please be careful with the diff -u command order, your patch diff file
was flipped ;)