Hi Bryan, I did not used "Java client filter" regex mapping before, so not sure of the language of the regex needed.
Anyway, I think there is a stackoverflow page that talk about what you need, see "https://stackoverflow.com/questions/10363957/regex-to-ensure-a-specific-word-does-not-occur-in-the-middle-of-a-pattern" So maybe something like this would worked: ^/secure/(?!notsensitive/).*/?$ I tried it in "http://jsregex.com/" and it work as intended. Cheers! -Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/5eeb7e30-bf19-4b94-b031-528ebf152678%40apereo.org.
