Waffle 2.0.0 release with recent release notes
hazendaz
released this
29 Jun 16:47
·
3865 commits
to master
since this release
2.0.0 (6/27/2019)
- Dependency Updates
- Stabalized Release
2.0.0-beta2 (2/6/2019)
- Add spring boot demos to distro
- Add spring boot and spring security 5 modules to distro
- Dependency Updates
2.0.0-beta1 (12/31/2018)
- JNA 5.2.0 support (breaking internal changes resulting in beta release for waffle)
- Dependency Updates
- Pom rework / cleanup
- Changes
1.9.1 (7/1/2018)
- Documentation Updates
- Added some tests for NegotiateSecurityFilter
- Added test for new class waffle.util.CorsPreflightCheck
- Add ability to disable SSO through servlet config parameter.
- Added check for DELETE action in isNtlmType1PostAuthorizationHeader as IE will strip the body on challenge.
- Resume filter chain when not in a windows environment
- Changes
- #631: Added excludeBearerAuthorization and excludeCorsPreflight #627@pedroneil.
- #636: DisableSso flag, Delete option, skip when running on non windows [@MoreHeapSpace}(https://github.com/MoreHeapSpace)