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

Key: SM-66
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Matt Raible
Reporter: Martin Cizek
Votes: 0
Watchers: 0
Operations

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

Use context classloader for loading MenuDisplayer in UseMenuDisplayerTag

Created: 19/Nov/06 07:33 AM   Updated: 19/Nov/06 02:03 PM
Component/s: Menu Core
Affects Version/s: 2.3, 2.4, 2.5, 2.4.1, 2.4.2
Fix Version/s: 2.5


 Description  « Hide
Menu displayer is instantiated in UseMenuDisplayerTag.doStartTag() using Class.forName(). This causes ClassNotFoundException when the displayer class is outside the classloader of struts menu.

Perhaps something like Thread.currentThread().getContextClassLoader().loadClass() should be rather used.

 All   Comments   Change History   FishEye      Sort Order:
There are no comments yet on this issue.