HTTP Status 500 – Internal Server Error


Type Exception Report

Message org.springframework.security.web.firewall.RequestRejectedException: 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

javax.servlet.ServletException: org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String ";"
	net.sf.ehcache.constructs.web.filter.Filter.logThrowable(Filter.java:143)
	net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:91)

Root Cause

org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String ";"
	org.springframework.security.web.firewall.StrictHttpFirewall.rejectedBlacklistedUrls(StrictHttpFirewall.java:369)
	org.springframework.security.web.firewall.StrictHttpFirewall.getFirewalledRequest(StrictHttpFirewall.java:336)
	org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:194)
	org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
	org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	org.apache.catalina.filters.ExpiresFilter.doFilter(ExpiresFilter.java:1230)
	net.sf.ehcache.constructs.web.filter.GzipFilter.doFilter(GzipFilter.java:145)
	net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:86)

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


Apache Tomcat/8.5.78