Bug 37612 - Jasper's Validator does not include full path of file being compiled in error message
Summary: Jasper's Validator does not include full path of file being compiled in error...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Jasper (show other bugs)
Version: 5.0.12
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-23 18:20 UTC by Renaud Bruyeron
Modified: 2005-11-28 11:45 UTC (History)
0 users



Attachments
fix for this bug (1.93 KB, patch)
2005-11-23 18:22 UTC, Renaud Bruyeron
Details | Diff

Note You need to log in before you can comment on or make changes to 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 ;)