This is an automated email from the ASF dual-hosted git repository. papegaaij pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit d01d6a2f4376fe9bec2cdd011259d435bd9f0e3f Merge: 5fc33a5 c51372b Author: Emond Papegaaij <[email protected]> AuthorDate: Fri Aug 7 22:32:31 2020 +0200 Merge branch 'wicket-6786' .../http/CsrfPreventionRequestCycleListener.java | 240 ++---------- .../http/DefaultResourceIsolationPolicy.java | 80 ++++ .../http/FetchMetadataRequestCycleListener.java | 415 +++++++++++++++++++++ .../http/OriginBasedResourceIsolationPolicy.java | 283 ++++++++++++++ .../protocol/http/ResourceIsolationOutcome.java | 8 + .../protocol/http/ResourceIsolationPolicy.java | 56 +++ .../CsrfPreventionRequestCycleListenerTest.java | 69 +++- .../FetchMetadataRequestCycleListenerTest.java | 200 ++++++++++ 8 files changed, 1124 insertions(+), 227 deletions(-)
