What servlet api does the different Domino Servlet Managers support?

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

Subject: What servlet api does the different Domino Servlet Managers support?

In case you are still monitoring this forum.

The answer is Domino 6.5 only supports servlet 2.2 API–so NOT yet.

Subject: RE: What servlet api does the different Domino Servlet Managers support?

Nope you are giving Iris to much credit here.They don’t care about supporting java in Notes.

R6 supports only 2.0, the same as R5

So basically you can forget to do anything with servlets

in Domino it’s completely useless without at least support for 2.1