Search code examples
jspspring-mvcwebsphereload-balancingfirewall

strange error message from website


I'm developing a web app using java/Spring. i handled the errors form my application and redirected to a error jsp. this application is now deployed in a client environment where, the app server is web-sphere, there is a firewall and a load balancer on the request path.

when i request for the URL the web page shows starnge message , which i know for sure that is not produced from my application..

what can be the cause for such kind of messages? load balancer? or the firewall?? any ideas??

enter image description here


Solution

  • Actually this was from the loadbalancer, they have started blocking the URLs parameter wise, so when ever i make a ajax call to the back end, it blocks URLs according to the parameters loadbalancer is unfamiliar with.