Hi Gilbert,
maybe you have more luck with the security-constraint in tomcat.
kindly
Frank
Am Samstag, den 25.04.2020, 08:47 -0400 schrieb Gilbert Soucy:
> Hello,
>
> I am new to tomcat and I need to filter the URLs to accept all
> clients for
> part of a URL and reject for all clients another
Hello,
I am new to tomcat and I need to filter the URLs to accept all clients for
part of a URL and reject for all clients another part of this URL.
In details, I want:
/abc/def/xyz/* : accepts all
/abc/def/*: reject if URL does not match /abc/def/xyz*
I found that the orde