You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/11/23 17:34:31 UTC

[GitHub] [cxf] reta commented on a diff in pull request #1034: Don't use redirect-query-check with the static resource list

reta commented on code in PR #1034:
URL: https://github.com/apache/cxf/pull/1034#discussion_r1030723370


##########
rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/AbstractHTTPServlet.java:
##########
@@ -328,12 +328,12 @@ protected HttpServletRequest checkXForwardedHeaders(HttpServletRequest request)
     }
 
 
-    private boolean matchPath(List<Pattern> values, HttpServletRequest request) {

Review Comment:
   Minor, I think we could make this method static now, right?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org