We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
This pattern is not compliant with Api Manager Tyk Io. This Api Manager allow signature without quotation mark.
Example : Work fine with tyk.io Signature keyId=${keyId},algorithm=${algorithm},signature=${signature}
But don't compliant with this regexp "(?\w+)=(("(?[^\"])")|(?\d+\.?\d))"
http-signatures-java/src/main/java/org/tomitribe/auth/signatures/Signature.java
Line 137 in 3a84217
Is it possible to make optional quotation mark in this pattern ?
Thanks
The text was updated successfully, but these errors were encountered:
@bobbyben If you send a PR with a test case, I'll be happy to merge it.
Sorry, something went wrong.
No branches or pull requests
Hi
This pattern is not compliant with Api Manager Tyk Io.
This Api Manager allow signature without quotation mark.
Example :
Work fine with tyk.io
Signature keyId=${keyId},algorithm=${algorithm},signature=${signature}
But don't compliant with this regexp
"(?\w+)=(("(?[^\"])")|(?\d+\.?\d))"
http-signatures-java/src/main/java/org/tomitribe/auth/signatures/Signature.java
Line 137 in 3a84217
Is it possible to make optional quotation mark in this pattern ?
Thanks
The text was updated successfully, but these errors were encountered: