レストサービスを実装しました。
フィルターでリクエストのパスパラメーターを取得しようとしています。
私のリクエストは
/api/test/{id1}/{status}
public void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
throws IOException, ServletException
{
//Way to get the path parameters id1 and status
}