Add PviAttributeBindingFilter
Merged
requested to merge andrew-summers/uw-spring-security:restproxyattributebindingfilter into master
AttributeBindingFilter is a filter that is used along with rest-proxy to add headers to a request based on the attributes added with the filter.
WIP for suggestions/critiques on the design and implementation.
Please review: @paul.erickson @ahoffmann @bjsousa
Merge request reports
Activity
Build finished. Tests PASSED. Build results available at: https://ia-builds.doit.wisc.edu:8443/job/uw-spring-security-master-pull-requests/57/
We already have something to manually wire in configured attributes:
This, essentialy verbatim, is what we want in uw-spring-security-web:
That's the re-usable bit.
Build finished. Tests PASSED. Build results available at: https://ia-builds.doit.wisc.edu:8443/job/uw-spring-security-master-pull-requests/58/
Please register or sign in to reply