aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete codeMorten Tokle2022-11-112-25/+6
* Revert "remove obsolete code"Henning Baldersheim2022-11-102-6/+25
* remove obsolete codeMorten Tokle2022-11-102-25/+6
* Prevent browser API cachingMorten Tokle2022-10-252-2/+1
* Prevent browsers caching api responsesMorten Tokle2022-10-241-0/+1
* Allow 'Vespa-Csrf-Token' headerBjørn Christian Seime2022-09-261-1/+2
* Remove old config definition that has been replaced by ...gjoranv2022-08-311-20/+0
* compare oranges with orangesAndreas Eriksen2022-08-172-1/+9
* Add Referrer-Policy headerMorten Tokle2022-08-011-0/+1
* Convert jdisc-security-filters to junit5Bjørn Christian Seime2022-07-279-73/+62
* Move rule-based-filter config to configdefinitions module/bundlegjoranv2022-07-275-11/+13
* Simplify type definition for subject alternative namesBjørn Christian Seime2022-07-201-2/+2
* Add x-frame-optionsMorten Tokle2022-06-281-0/+1
* Fix javadocValerij Fredriksen2022-06-271-2/+2
* Create CSP response filterValerij Fredriksen2022-06-272-0/+37
* Remove unnecessary deps to security-utils, now included in container-devgjoranv2022-06-161-6/+0
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
* Add explicit security-utils to get bouncycastle.gjoranv2022-06-081-0/+6
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-066-6/+6
* Move User from controller-api to jdisc-security-filtersBjørn Christian Seime2022-04-272-0/+103
* Add comment about why there is no path segment validation in rule filterjonmv2022-04-111-0/+2
* Only create Path if there are any patterns to match againstjonmv2022-04-111-2/+1
* Avoid segment validation in rule based filterjonmv2022-04-112-2/+2
* GC deprecated junit assertThat.Henning Baldersheim2021-12-213-29/+23
* Make DiscFilterResponse concrete and remove package-private sub-classBjørn Christian Seime2021-12-031-24/+2
* Reapply "Remove Servlet integration from container-core [run-systemtest]""Bjørn Christian Seime2021-12-031-2/+2
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-031-2/+2
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-021-2/+2
* Support custom JSON + error code as stringBjørn Christian Seime2021-11-161-18/+41
* Update 2020 Oath copyrights.gjoranv2021-10-272-2/+2
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2018 copyright notices.gjoranv2021-10-0727-27/+27
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Revert "Add commons-codec dependency"Harald Musum2021-07-051-8/+0
* Add commons-codec dependencyValerij Fredriksen2021-07-051-0/+8
* Remove null dimension valuesMorten Tokle2021-06-111-0/+2
* Add request and acl mapping values as metric dimensionsMorten Tokle2021-06-113-18/+76
* Return request origin when wildcard is allowedValerij Fredriksen2021-05-112-15/+8
* Remove corse filter base class that is no longer relevantBjørn Christian Seime2021-05-072-101/+0
* Allow wildcard in allowedUrls for CorsPreflightRequestFilterValerij Fredriksen2021-05-062-2/+13
* Custom acl mappingMorten Tokle2021-04-152-1/+9
* Test that access token is ignored when client has role certificateBjørn Christian Seime2021-03-021-0/+14
* Ignore access token header if client has Athenz role certificateBjørn Christian Seime2021-03-021-8/+36
* Test dryrunBjørn Christian Seime2021-02-231-0/+15
* Add configurable response headers for blocked requestsBjørn Christian Seime2021-02-233-7/+72
* Merge pull request #16556 from vespa-engine/mortent/block-feed-global-configMorten Tokle2021-02-181-6/+0
|\
| * Config for blocking feed to global endpointsMorten Tokle2021-02-171-6/+0
* | Add rule based request filterBjørn Christian Seime2021-02-173-1/+308
|/