We are using the method javax.servlet.ServletResponse::setCharacterEncoding
in our code. I am using Websphere v. 5.0.0 and that method is not defined, although I thought 5.0.0 supported
Servlet spec 2.3?
Does anyone know what version of Websphere that method was supported? We need to set a minimum version for our product and need to use this method, so we want to base it upon that information.
I can't find anything at all on IBM's site about it.
thank you