I want to intercept a request in a filter/servlet and add a few parameters to it. However, the request does not expose a \'setParameter\' method and the parameter map when m
Why don't you just store variables as Request scope attributes instead of trying to append them to the request parameters?