Hi,
We have a problem with proper loading CAS style during first use by a new user.
There is an error log:
2021-04-01 11:24:51,539 ERROR [org.springframework.boot.web.servlet.support.ErrorPageFilter] -
org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String ";"
2021-04-01 11:24:51,540 ERROR [org.springframework.boot.web.servlet.support.ErrorPageFilter] - <Forwarding to error page from request [/webjars/bootstrap/4.5.3/css/bootstrap-grid.min.css] due to exception [The request was rejected because the URL contained a potentially malicious String ";"]>
org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String ";"
2021-04-01 11:24:51,541 ERROR [org.springframework.boot.web.servlet.support.ErrorPageFilter] - <Forwarding to error page from request [/webjars/material-components-web/8.0.0/dist/material-components-web.css] due to exception [The request was rejected because the URL contained a potentially malicious String ";"]>
org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String ";"
2021-04-01 11:24:51,542 ERROR [org.springframework.boot.web.servlet.support.ErrorPageFilter] - <Forwarding to error page from request [/webjars/mdi__font/5.0.45/css/materialdesignicons.css] due to exception [The request was rejected because the URL contained a potentially malicious String ";"]>
org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String ";"
And few errors more.
After refresh CAS is working fine, probably browser cache style file or something. The error does not occur during further use of the application.
Does anyone have something similar?
Regards
Bartek