This is an automated email from the ASF dual-hosted git repository.
svenmeier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.
from 030cd2e WICKET-6747: fix typename after rename
new 227d421 remove obsolete ajax setting
new 88e8d36 WICKET-6747 csp settings aligned
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/wicket/cdi/ConversationPropagator.java | 31 +----
.../org/apache/wicket/cdi/CdiWicketTester.java | 3 +-
.../main/java/org/apache/wicket/Application.java | 2 +-
.../core/request/handler/IPageRequestHandler.java | 27 ++++
.../wicket/csp/CSPDirectiveSandboxValue.java | 2 +-
.../apache/wicket/csp/CSPDirectiveSrcValue.java | 6 +-
.../apache/wicket/csp/CSPHeaderConfiguration.java | 6 +-
.../csp/CSPNonceHeaderResponseDecorator.java | 10 +-
.../java/org/apache/wicket/csp/CSPRenderable.java | 4 +-
.../apache/wicket/csp/CSPRequestCycleListener.java | 91 +++++++++++++
.../wicket/csp/ContentSecurityPolicySettings.java | 129 ++++++------------
.../java/org/apache/wicket/csp/FixedCSPValue.java | 2 +-
.../org/apache/wicket/csp/RelativeURICSPValue.java | 2 +-
.../wicket/csp/ReportCSPViolationMapper.java | 8 +-
.../org/apache/wicket/mock/MockApplication.java | 2 +-
.../wicket/protocol/http/WebApplication.java | 58 ++++----
.../csp/CSPSettingRequestCycleListenerTest.java | 148 +++++++++------------
.../head/filter/FilteringHeaderResponseTest.java | 4 +-
.../wicket/examples/WicketExampleApplication.java | 2 +-
.../MyAuthenticatedWebApplication.java | 2 +-
.../wicket/examples/images/ImagesApplication.java | 2 +-
.../wicket/examples/media/VideosApplication.java | 2 +-
.../examples/websocket/JSR356Application.java | 2 +-
23 files changed, 278 insertions(+), 267 deletions(-)
create mode 100644
wicket-core/src/main/java/org/apache/wicket/csp/CSPRequestCycleListener.java