Hi,

According to Servlet Spec 3.1 final javadoc:

javax.servlet.http.HttpServletRequest.upgrade(Class) throws IOException,
ServletException
javax.servlet.http.HttpServletRequestWrapper.upgrade(Class) throws
IOException, ServletException

In our Servlet APIs these methods throw only IOException.

What is the procedure for Servlet API update? Do we replicate it from some
Oracle repos or I can just add ServletException to the exceptions list?

Thanks
Violeta

Reply via email to