Re: [PATCH]org.apache.catalina.connector.warp.WarpRequestHandler.java

2002-04-25 Thread Pier Fumagalli

Cavan Morris [EMAIL PROTECTED] 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/jaka
 rta-tomcat-connectors-4.0.4-b2-src.zip

Thanks Cavan...

Pier

--
I think that it's extremely foolish to name a server after the current U.S.
President. B.W. Fitzpatrick



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




Re: [PATCH] org.apache.catalina.connector.warp.WarpRequestHandler.java

2002-04-23 Thread jean-frederic clere

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]




[PATCH] org.apache.catalina.connector.warp.WarpRequestHandler.java

2002-04-22 Thread Cavan Morris

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]