#801: SecurityHeaderFilter.java
projectforge-business/src/main/java/org/projectforge/security/SecurityHeaderFilter.java Type: Java Filter · Package: org.projectforge.security · Source: projectforge-business/src/main/java/org/projectforge/security/SecurityHeaderFilter.java 76 lines · 36 code · 29 comments · 11 blank
Java Filter implementing SecurityHeaderFilter.
Annotations
@Override, @Override, @Override
Fields
| Type | Field |
String | cspHeaderValue |
Methods
| Return | Method | Parameters |
void | init | final FilterConfig filterConfig |
void | doFilter | final ServletRequest request, final ServletResponse response, final FilterChain chain |
void | destroy | |
Architecture Analysis
Resides in projectforge-business, the core module containing domain logic, services, and persistence.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
77bade6dfb | javax.* -> jakarta.* |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
32f634b88f | Optimize imports |
dd5ca38acd | CopyRight of all java file-header updated or created. |
f979e8a429 | MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT |
a95b412462 | PROJECTFORGE-3236 make CSP header configurable via application.properties |
105ba535c2 | PROJECTFORGE-3236 add content security policy header |
6754f8aeb8 | PROJECTFORGE-3235 change X-Frame-Options from DENY to SAMEORIGIN, otherwise the delete file dialog in addresses and licence management is blocked |
c691c5450c | PROJECTFORGE-3235 add security http headers to every response |