We have production application where we randomly seeing Bad request response (status code = 400) in apache access logs.
- Happens only for IE9 users - (Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0).
- We have tried to re-produce for same URLs (scenarios) - we are not able re-produce
- Tomcat receives all parameters as null and ends-up with null pointer exception. We do have a error page forwarding for exception, but client receives 400-Bad request.
Any help would greatly appreciated.