Ensure patterns are absolute 96/102396/2
authorOleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Fri, 16 Sep 2022 09:18:26 +0000 (11:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 16 Sep 2022 10:47:46 +0000 (12:47 +0200)
commitc86c80119bbdf43509feb49f15d077ccc2ed4d90
treef092ce4960e13b7d34e99536305884f1dfc13a44
parent24dd6b3546576cdac5c68eeb8c131c8dad1a872c
Ensure patterns are absolute

The contract in web-api does not spell out the requirement for patterns
to conform to servlet spec. Jetty implementation needs to ensure they
start with a '/' just like the OSGi implementation does.

JIRA: AAA-232
Change-Id: I34879163596872e4e497a13c3b60111a317feadd
Signed-off-by: OleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
web/impl-jetty/src/main/java/org/opendaylight/aaa/web/jetty/JettyWebServer.java