Hello, I am working with an application called geoserver which works on Apache Tomcat server. Just for an idea for those who donot know, geoserver is an application that serves web map services. When I am calling this service I will be providing a few parameters about the map like layer name, height, width and so on.., Now my requirement is to restrict the values passed to these parameters Like for example for WIDTH it should only consider an integer, if a request having a string for WIDTH should not reach my application. I am looking for some redirect rules but I could not succeed. It would be great if some one can help or guide me on this.
Thanks in advance, Praveen K Bandi