jungm commented on code in PR #2983:
URL: https://github.com/apache/cxf/pull/2983#discussion_r2983997609


##########
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/UriInfoImpl.java:
##########
@@ -246,22 +248,30 @@ public URI resolve(URI uri) {
     @Override
     public String getMatchedResourceTemplate() {
         if (stack != null) {
-            final List<URITemplate> templates = new LinkedList<>();
+            String matchedResourceTemplate = getBaseUri().getPath();
+
+            if (HttpUtils.isHttpRequest(message)) {

Review Comment:
   agree, pushed a change but that is still WIP - don't think reading the 
ApplicationPath annotation on every getMatchedResourceTemplate invocation is 
neither smart nor right considering `jaxrs.application.address.ignore` so no 
need to really review this yet



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to