You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Fei Yang <fy...@gmail.com> on 2006/09/15 07:58:22 UTC

Re: What's the replacement of ValveContext of catalina 4 in catalina 5.5?

On 9/15/06, Fei Yang <fy...@gmail.com> wrote:
>
> Hi,
>
> I am working on a project transplanting a tomcat 4 value to tomcat 5.5.9.
> Just found ValveContext is gone in 5.5.9.
>
> I assumed these replacements
>
> org.apache.catalina.Request           ->
> org.apache.catalina.connector.Request
> org.apache.catalina.Response         ->
> org.apache.catalina.connector.Response
> org.apache.catalina.HttpRequest     ->
> javax.servlet.http.HttpServletRequest
> org.apache.catalina.HttpResponse   ->
> javax.servlet.http.HttpServletResponse
> org.apache.catalina.ValveContext    ->   ?
>
> Not sure if my assumptions are right ?
>
> Thanks,
> Fei
>
>