Skip to content

Commit d415327

Browse files
committed
fix #697 - Email HTML - request URL path segment contains illegal characters
1 parent 9be1c51 commit d415327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/resources/password/pwm/AppProperty.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ security.http.stripHeaderRegex=\\n|\\r|(?ism)%0A|%0D
307307
security.http.performCsrfHeaderChecks=false
308308
security.http.promiscuousEnable=false
309309
security.http.permittedUserPhotoMimeTypes=image/gif,image/png,image/jpeg
310-
security.http.permittedUrlPathCharacters=^[a-zA-Z0-9-_]*$
310+
security.http.permittedUrlPathCharacters=^[a-zA-Z0-9-_=\\s]*$
311311
security.http.config.cspHeader=default-src 'self'; object-src 'none'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; report-uri @PwmContextPath@/public/command/cspReport
312312
security.httpsServer.selfCert.futureSeconds=63113904
313313
security.httpsServer.selfCert.alg=RSA

0 commit comments

Comments
 (0)