You could add a custom filter to the spring security filter chain to look for semicolons and filter away the request before it hits the servlet code.
Seth
2010-10-22 18:17:54
You could add a custom filter to the spring security filter chain to look for semicolons and filter away the request before it hits the servlet code.
We have decided that the best course of action is to encode all data that is processed through the query string. Why this was not previously implemented is beyond me.