remove <security-constraint> from web.xml 15/68315/1
authorMichael Vorburger <vorburger@redhat.com>
Thu, 15 Feb 2018 18:00:56 +0000 (19:00 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 15 Feb 2018 18:00:56 +0000 (19:00 +0100)
commit315e1bf8d30d680a2030b4dfd1862b03263d154a
treea5f29dcfb02342a380f2ad6d3287f54ac9dae96f
parente0e3b4236b8f0c5eaaa98a767bfef845e9f260af
remove <security-constraint> from web.xml

The original idea of this (back when Tomcat was still used, before
Karaf, perhaps?) probably was to protect URLs at the "web container
level", but... we ALSO have the Shiro AAAFilter, and my understanding is
that this Filter is what actually does the protection (today); therefore
I suspect that this <security-constraint> is now useless.  We can remove
it to remove confusion for possible future work to replace the web.xml
with something else.

Change-Id: I23c74ed146364ee8864e31f7a8038a782bd32fba
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
northbound-api/src/main/resources/WEB-INF/web.xml