Andy Clark wrote:
I want Jasper to look for JSP and Tag files in a
specific location (e.g. based on a request param);
and then fall back to a default location if the
file is not found. This would be extremely useful
for skinning a webapp.
We do something a little like this in a database appli
I'm testing a web application under different configurations,
some of which involve changing the character encoding in
use. There's a filter that handles calling
HttpServletRequest.setCharacterEncoding appropriately for each
configuration, but in order to handle GET parameters I need to
set the UR