on 3/17/01 12:07 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> +    private String filter(String message) {

Not sure if you have to do this for private methods, but you might want to
make that final in order to make sure that the JVM inlines the method.

<stupid question of the day>
Also, does that StandardWrapperValue filter for all responses or for just
Error page responses? If all responses, couldn't that be bad if I was
returning binary data?

-jon

Reply via email to