I using Jhipster microservice. In production, I get the below exception in gateway war file:
org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL contained a potentially malicious String ";"
There are some suggestions to remove jsessionId by filtering it:
StrictHttpFirewall in spring security 4.2 vs spring MVC @MatrixVariable
Is there any other solution to cope with this in Jhipster architecture?