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

lukaszlenart pushed a commit to branch fix/WW-5400-csp
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit bba4748aabc4abc2454ebcca3ee6453a7ebbb01b
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Jun 10 08:09:58 2024 +0200

    WW-5400 Fixes small typos
---
 source/core-developers/csp-interceptor.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/source/core-developers/csp-interceptor.md 
b/source/core-developers/csp-interceptor.md
index 8bd3049ed..97c0bf05a 100644
--- a/source/core-developers/csp-interceptor.md
+++ b/source/core-developers/csp-interceptor.md
@@ -34,8 +34,9 @@ implement CSP in a highly secure fashion.
   is going to be enforced.
 - `reportUri` - an uri under which the violations will be reported.
 - `prependServletContext` (default `true`) - a flag to prepend or not the 
Servlet context to the `reportUri`
-- `cspSettingsClassName` (default to `DefaultCspSettings.class`) - a class 
name implementing `CspSettings` interface
-  to allow to define a custom CPS settings. It's alternative approach of using 
[CspAware](#Action_aware) interface below.
+- `cspSettingsClassName` (default to `DefaultCspSettings.class`) - a full 
class name implementing `CspSettings` interface
+  to allow to define a custom CPS settings. It's alternative approach of using 
the [CspSettingsAware](#action-aware) 
+  interface below.
 
 ## Report action
 

Reply via email to