Authorization failures return 403 with cookie populated. This forces the user to... 99/299/2
authorMadhu Venugopal <vmadhu@cisco.com>
Mon, 6 May 2013 18:15:51 +0000 (11:15 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 6 May 2013 19:37:29 +0000 (19:37 +0000)
commit0cb7e3604b8a33f6b1aa01c561137e6c6aad85b0
treeb5daab14b06fb4115a9dfee24b7efa19b03d386f
parentf9348fbdc543a48ac7575b6f9498bdeb23691561
Authorization failures return 403 with cookie populated. This forces the user to clear the cache
before reauthenticating. Added a custom 403 page with session invalidated.

Change-Id: I68d724a9ac9c6920f9d3eda5a54bba7d731542fc
Signed-off-by: Madhu Venugopal <vmadhu@cisco.com>
opendaylight/web/devices/src/main/resources/WEB-INF/jsp/autherror.jsp [new file with mode: 0644]
opendaylight/web/devices/src/main/resources/WEB-INF/web.xml
opendaylight/web/flows/src/main/resources/WEB-INF/jsp/autherror.jsp [new file with mode: 0644]
opendaylight/web/flows/src/main/resources/WEB-INF/web.xml
opendaylight/web/root/src/main/resources/WEB-INF/jsp/autherror.jsp [new file with mode: 0644]
opendaylight/web/root/src/main/resources/WEB-INF/web.xml
opendaylight/web/topology/src/main/resources/WEB-INF/jsp/autherror.jsp [new file with mode: 0644]
opendaylight/web/topology/src/main/resources/WEB-INF/web.xml
opendaylight/web/troubleshoot/src/main/resources/WEB-INF/jsp/autherror.jsp [new file with mode: 0644]
opendaylight/web/troubleshoot/src/main/resources/WEB-INF/web.xml