spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 482 forks source link

Fix initialisation of provider filters #433

Closed OrangeDog closed 5 years ago

OrangeDog commented 5 years ago

Always create a new chain to simplify branches. Use chain.setFilters() to avoid UnsupportedOperationException. Insert validation filters at the top of the chain. Ensure setMetadataFilter is called.

fixes #153 fixes #160 fixes #199

pivotal-issuemaster commented 5 years ago

@OrangeDog Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 5 years ago

@OrangeDog Thank you for signing the Contributor License Agreement!

OrangeDog commented 4 years ago

@fhanik are you able to release this please?