Cavan Morris wrote:
> Could someone please tell me what I need to do to get the attached patch committed?
> It fixes a NullPointerException thrown when the Warp Connector is used with a 
><user-data-constraint>.
> I got the original file from the archive located here 
>http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4-b2/src/jakarta-tomcat-connectors-4.0.4-b2-src.zip
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> --- WarpRequestHandler.java.orginal   Mon Apr 22 15:30:03 2002
> +++ WarpRequestHandler.java   Mon Apr 22 15:30:56 2002
> @@ -101,6 +101,7 @@
>          response.setConnection(connection);
>          response.setPacket(packet);
>          request.setConnection(connection);
> +        request.setConnector(connector);
>  
>          // Prepare the Proceed packet
>          packet.reset();
> 
> 
> 
> ------------------------------------------------------------------------
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

That fixes 7973 - Great -


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to