This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from bc1f28f  WICKET-6753 dont set aria-labelledBy
     new 94792e1  Fix a typo in javadoc
     new f8fa5f9  WICKET-6747 Rename ContentSecurityPolicyEnforcer to 
ContentSecurityPolicySettings

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:
 .../java/org/apache/wicket/csp/CSPDirective.java   |   2 +-
 .../wicket/csp/CSPDirectiveSandboxValue.java       |   8 +-
 .../apache/wicket/csp/CSPDirectiveSrcValue.java    |  12 +-
 .../apache/wicket/csp/CSPHeaderConfiguration.java  |  17 +-
 .../java/org/apache/wicket/csp/CSPHeaderMode.java  |   4 +-
 .../csp/CSPNonceHeaderResponseDecorator.java       |   4 +-
 .../java/org/apache/wicket/csp/CSPRenderable.java  |  10 +-
 ...cer.java => ContentSecurityPolicySettings.java} | 458 +++++++++++----------
 .../java/org/apache/wicket/csp/FixedCSPValue.java  |   8 +-
 .../org/apache/wicket/csp/RelativeURICSPValue.java |   8 +-
 .../wicket/csp/ReportCSPViolationMapper.java       |  11 +-
 .../org/apache/wicket/mock/MockApplication.java    |   2 +-
 .../wicket/protocol/http/WebApplication.java       |  34 +-
 .../csp/CSPSettingRequestCycleListenerTest.java    |  86 ++--
 .../head/filter/FilteringHeaderResponseTest.java   |   8 +-
 .../wicket/examples/WicketExampleApplication.java  |   7 +-
 .../MyAuthenticatedWebApplication.java             |  10 +-
 .../wicket/examples/images/ImagesApplication.java  |   2 +-
 .../wicket/examples/media/VideosApplication.java   |   6 +-
 .../examples/websocket/JSR356Application.java      |   3 +-
 .../src/main/asciidoc/security/security_6.adoc     |   8 +-
 21 files changed, 354 insertions(+), 354 deletions(-)
 rename 
wicket-core/src/main/java/org/apache/wicket/csp/{ContentSecurityPolicyEnforcer.java
 => ContentSecurityPolicySettings.java} (84%)

Reply via email to