Hi, This is rather a question about Servlet specification. Is there a reason why there is no javax.servlet.error.query_string ?
At http://tomcat.apache.org/tomcat-7.0-doc/servletapi/constant-values.html we see there is *.query_string for forward and include, but not for error. Is it because of some security concern or something else ? Thanks, Martin