Exclude a URL from a JavaEE filter

0

Ask about Java EE . I understand that when you create a filter and you want it to intercept all the URL , you put the @WebFilter ("/ ") annotation ) * , but here's the question, is there any simple way to make it intercept all URL except one? For example I want you to intercept all URL minus the start Index.jsp . Or if or if you have to write all and exclude the one you do not want to intercept?

    
asked by Seba Contreras 20.12.2018 в 20:45
source

0 answers