History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-554
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Mathias Bogaert
Reporter: Carlos Jacobs
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

Bad value for IMAGES_URI in JasperReportsResult.java

Created: 08/Jun/04 12:45 PM   Updated: 23/Oct/04 05:03 PM
Component/s: None
Affects Version/s: 2.1, 2.0, 2.1.1, 2.1.2, 2.1.3
Fix Version/s: 2.1.5


 Description  « Hide
In JasperReportsResult.java, line 64 reads

protected String IMAGES_URI = "/images/";

This is a bug, because WW search images in /images at the servlet container's root directory. A possible solution is:

protected String IMAGES_URI = request.getContextPath() + "/images/";





 All   Comments   Change History      Sort Order:
Patrick Lightbody - [23/Oct/04 05:03 PM ]
Mathias fixed this.