reta commented on a change in pull request #692:
URL: https://github.com/apache/cxf/pull/692#discussion_r485943617



##########
File path: 
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/PropertyHolderFactory.java
##########
@@ -41,6 +46,60 @@ public static PropertyHolder getPropertyHolder(Message m) {
         void setProperty(String name, Object value);
         Collection<String> getPropertyNames();
     }
+    
+    private static class ServletRequestPropertyHolder extends 
MessagePropertyHolder {
+        private static final String ENDPOINT_ADDRESS_PROPERTY = 
"org.apache.cxf.transport.endpoint.address";
+        private HttpServletRequest request;

Review comment:
       :+1: correct, thank you!




----------------------------------------------------------------
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.

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


Reply via email to