Releases: predix/spring-jwt-validation-filter
Releases · predix/spring-jwt-validation-filter
Release list
Release 5.0.0
- Upgraded to spring 5
- Upgraded spring and bouncycastle dependencies
- Upgraded spring-security to the highest version compatible with spring-security-oauth2
Release 4.0.1
- Improved trusted issues caching to avoid potential memory leaks
- Improved error handling for malformed tokens
Release 4.0.0
- Updated project to java 1.8
- Improved token key caching to avoid potential memory leaks
Release 3.3.4
This release contains security fixes and further improved token validation error handling.
Release 3.2.3
Improved token validation error handling by adding IssuerNotTrusted exception
3.2.2
This release introduces a property called useSubdomainsForZones. Setting this to false will disable zone resolution via subdomains from uaa-token-lib. Additionally, a bug was fixed where the trusted issuer was being returned when the issuer on the token was incorrect.