Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Repository: Service is blocked by spring security firewall

SUMMARY

Repository service calls to "/package/find-by-name/%25/documents" is being blocked by repository.

2025-02-04 04:00:00.041 ERROR 754218 --- [ (self-tuning)'] o.s.b.w.servlet.support.ErrorPageFilter : Forwarding to error page from request [/package/find-by-name/%25/documents] due to exception [The request was rejected because the URL contained a potentially malicious String "%LEOS 5.0.3"]

org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String "%LEOS 5.0.3" at org.springframework.security.web.firewall.StrictHttpFirewall.rejectedBlocklistedUrls(StrictHttpFirewall.java:535) ~[spring-security-web-5.8.9.jar:5.8.9] at org.springframework.security.web.firewall.StrictHttpFirewall.getFirewalledRequest(StrictHttpFirewall.java:505) ~[spring-security-web-5.8.9.jar:5.8.9] at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:210) ~[spring-security-web-5.8.9.jar:5.8.9] at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:190) ~[spring-security-web-5.8.9.jar:5.8.9] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) ~[spring-web-5.3.27.jar:5.3.27] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) ~[spring-web-5.3.27.jar:5.3.27]