[java-oidc-common] branch main updated: Javadoc fix
Phil Smart
philip.smart at jisc.ac.uk
Thu Feb 4 15:57:00 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=793f0ea4fdf453f841dc4493dab84f74b13baf35
The following commit(s) were added to refs/heads/main by this push:
new 793f0ea Javadoc fix
793f0ea is described below
commit 793f0ea4fdf453f841dc4493dab84f74b13baf35
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Feb 4 15:56:59 2021 +0000
Javadoc fix
---
.../net/shibboleth/oidc/security/impl/JWSAssemblyUtilsTest.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/JWSAssemblyUtilsTest.java b/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/JWSAssemblyUtilsTest.java
index 2b13a59..37c9247 100644
--- a/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/JWSAssemblyUtilsTest.java
+++ b/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/JWSAssemblyUtilsTest.java
@@ -52,9 +52,9 @@ public class JWSAssemblyUtilsTest {
* Test JWS generation and compare the generated HMAC against a newly generated HMAC from the
* same set of payload and content bytes.
*
- * <p>Note, as there is no process of 'canonicalization' we can not reliable compare a newly generated
- * version of this JWS using a different JWT generation method - for instance it may not escape special characters,
- * or may order the claims differently. As a result, we check the {@literal HMAC(Header.Payload)} by taking the
+ * <p>Note, as there is no process of 'canonicalization' we can not reliably compare a newly generated
+ * version of this JWS using a different JWT generation method - there is no invariant form e.g.
+ * they order the claims differently. As a result, we check the {@literal HMAC(Header.Payload)} by taking the
* header and payload bytes from the generated JWS and compare to the generated signature component from the same
* JWS.</p>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list