I have my own OAuthFIlter with location="after-encoding" weight="5". Now from my filter if I return, my REST API does not work (breakpoint does not hit rest api code at all). If I do chain.doFilter(request,response); from my filter -> JIRA's OAuth filter get invoked and cause oauth excetion. What weight should I set in my filter so that my rest api will be called but JIRA's OAuth filter will not hit