I can’t find out where to get info on the servlet support in the different servlet managers.
Does any Domino server support the servlet 2.3 API?
My specific need is to use the setCharacterEncoding method of ServletRequest, but apparently this method is new in the 2.3 api. I get an error message in the domino console stating
HTTP JVM: java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: method setCharacterEncoding( Ljava/lang/String;)
I have decompiled the ServletRequest.class file in the j2ee.jar library to be sure that the method is there. It is. So maybe it is Dominos servlet manager that doesn’t know how to use it?
Tanks a lot.
Marius