Issue Details (XML | Word | Printable)

Key: LUTECE-989
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: ILE
Reporter: TLA
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Lutèce

uncatch 500 exception with admin filter

Created: 24/Dec/08 04:26 PM   Updated: 21/Jan/10 06:53 PM
Component/s: core
Affects Version/s: None
Fix Version/s: 2.4.0

Time Tracking:
Not Specified


 Description  « Hide

if
http://localhost:8080/lutece/jsp/admin/plugins/form/ModifyForm.jsp?id_form=1
and you are not authentified => error 500 because of AuthenticationFilter.java:176

I though this exception would be catch by the errorPage tag in the ModifyForm.jsp but it isn't. Because the filter is crashing and not the jsp.

Note : this should be cath by the web.xml error declaration.



There are no comments yet on this issue.