Bump jetty.version from 12.1.9 to 12.1.10#166
Conversation
|
@dependabot rebase |
8b593c5 to
54a43b3
Compare
|
@dependabot rebase |
54a43b3 to
8e303ff
Compare
I will take a look. |
|
It appears that starting with Jetty 12.1.10, the default digest authentication has changed from MD5 to SHA-256. The error occurred because glassfish-grizzly-ahc only supports MD5. We can either force MD5 during testing or ensure glassfish-grizzly-ahc supports SHA-256. I am considering applying a patch to support this additional feature. |
… MD5 - See eclipse-ee4j#166 (comment). - Safely reset the digest after it has been used.
Strange for Jetty to do that in point release, but there is indeed something like in 12.1.10. |
|
First, I will fix the digest algorithm to MD5 to ensure there is no impact from the test server version. After that, it would be better to incorporate support for other extended digest algorithms in Grizzly AHC. |
|
@dependabot rebase |
Bumps `jetty.version` from 12.1.9 to 12.1.10. Updates `org.eclipse.jetty:jetty-server` from 12.1.9 to 12.1.10 Updates `org.eclipse.jetty.ee11.websocket:jetty-ee11-websocket-jetty-server` from 12.1.9 to 12.1.10 --- updated-dependencies: - dependency-name: org.eclipse.jetty.ee11.websocket:jetty-ee11-websocket-jetty-server dependency-version: 12.1.10 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.eclipse.jetty:jetty-server dependency-version: 12.1.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
8e303ff to
cb2efc0
Compare
… MD5 - See eclipse-ee4j#166 (comment). - Safely reset the digest after it has been used.
… MD5 - See eclipse-ee4j#166 (comment). - Safely reset the digest after it has been used. - Applied feedback from eclipse-ee4j#169 (comment) - Added test cases for algorithms other than MD5.
… MD5 - See eclipse-ee4j#166 (comment). - Safely reset the digest after it has been used. - Added test cases for algorithms other than MD5. - Applied OndroMih’s feedback: - eclipse-ee4j#169 (comment) - eclipse-ee4j#169 (comment) - eclipse-ee4j#169 (comment)
… MD5 - See eclipse-ee4j#166 (comment). - Safely reset the digest after it has been used. - Added test cases for algorithms other than MD5. - Applied OndroMih’s feedback: - eclipse-ee4j#169 (comment) - eclipse-ee4j#169 (comment) - eclipse-ee4j#169 (comment)
… MD5 - See eclipse-ee4j#166 (comment). - Safely reset the digest after it has been used. - Added test cases for algorithms other than MD5. - Applied OndroMih’s feedback: - eclipse-ee4j#169 (comment) - eclipse-ee4j#169 (comment) - eclipse-ee4j#169 (comment)
Bumps
jetty.versionfrom 12.1.9 to 12.1.10.Updates
org.eclipse.jetty:jetty-serverfrom 12.1.9 to 12.1.10Updates
org.eclipse.jetty.ee11.websocket:jetty-ee11-websocket-jetty-serverfrom 12.1.9 to 12.1.10