HTTP Status 500 – Internal Server Error


Type Exception Report

Message The request was rejected because the URL contained a potentially malicious String ";"

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String ";"
	org.springframework.security.web.firewall.StrictHttpFirewall.rejectedBlocklistedUrls(StrictHttpFirewall.java:535)
	org.springframework.security.web.firewall.StrictHttpFirewall.getFirewalledRequest(StrictHttpFirewall.java:505)
	org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:210)
	org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:190)
	org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	com.agillic.portal.PortalSessionFilter.doFilter(PortalSessionFilter.java:45)
	com.agillic.portal.UserDataFilter.doFilter(UserDataFilter.java:19)
	com.agillic.filters.ExecutionGrabFilter.doFilter(ExecutionGrabFilter.java:33)
	com.agillic.filters.PreSecurityRequestInitializerFilter.doFilter(PreSecurityRequestInitializerFilter.java:38)
	com.agillic.filters.UserLanguageFilter.doFilter(UserLanguageFilter.java:27)
	org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)

Note The full stack trace of the root cause is available in the server logs.


Apache Tomcat/9.0.71