I\'m trying to write a servlet filter that intercepts to all requests that need login.
This is My Filter:
@WebFilter(filterName = "LoginNeedCustom