AnilKumarHurkadli commented on a change in pull request #869:
URL: https://github.com/apache/cxf/pull/869#discussion_r750936083



##########
File path: 
rt/rs/security/http-signature/src/test/java/org/apache/cxf/rs/security/httpsignature/MessageVerifierTest.java
##########
@@ -51,6 +51,7 @@
     private static final String METHOD = "GET";
     private static final String URI = "/test/signature";
     private static final String KEY_PAIR_GENERATOR_ALGORITHM = "RSA";
+    private static final String MESSAGE_BODY = "Hello";

Review comment:
       @reta Path parameters were being decoded while verifying the signatures 
and hence there were mismatch in the request-target , have provided fix to 
avoid decoding of the path parameters by using rawpath instead of path




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