[jira] Commented: (GERONIMO-2348) Tomcat ConnectorGBean does not handle attribute values properly

2006-09-03 Thread Vamsavardhana Reddy (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2348?page=comments#action_12432324
 ] 

Vamsavardhana Reddy commented on GERONIMO-2348:
---

Created a bug report in bugzilla.  Bug #40401.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40401

 Tomcat ConnectorGBean does not handle attribute values properly
 ---

 Key: GERONIMO-2348
 URL: http://issues.apache.org/jira/browse/GERONIMO-2348
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Tomcat
Affects Versions: 1.0, 1.1, 1.1.1
 Environment: Win XP, Geronimo Tomcat 1.1.1-SNAPSHOT
Reporter: Vamsavardhana Reddy
 Fix For: 1.2, 1.1.x, 1.1.2

 Attachments: GERONIMO-2348.patch, http11protocol.patch


 Tomcat ConnectorGBean does not handle the following attributes properly.
   1.  hostLookupEnabled
   2.  redirectPort
   3.  maxSavePostSize
   4.  useBodyEncodingForURI
 There may be other attributes that are not handled properly as well.  So, far 
 I have confirmed the above list.  I will continue investigation and update 
 the list.
 A similar problem GERONIMO-2343 is observed and fixed by Krishnakumar B.  And 
 the fix is also similar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-2348) Tomcat ConnectorGBean does not handle attribute values properly

2006-08-29 Thread Jeff Genender (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2348?page=comments#action_12431262
 ] 

Jeff Genender commented on GERONIMO-2348:
-

The GERONIMO-2348.patch is fine.  The http11protocol.patch will be rejected 
with respect to Geronimo since that is a Tomcat issue.  Please bring that patch 
over to them.  Thanks.

 Tomcat ConnectorGBean does not handle attribute values properly
 ---

 Key: GERONIMO-2348
 URL: http://issues.apache.org/jira/browse/GERONIMO-2348
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Tomcat
Affects Versions: 1.0, 1.1, 1.1.1
 Environment: Win XP, Geronimo Tomcat 1.1.1-SNAPSHOT
Reporter: Vamsavardhana Reddy
 Fix For: 1.2, 1.1.x, 1.1.2

 Attachments: GERONIMO-2348.patch, http11protocol.patch


 Tomcat ConnectorGBean does not handle the following attributes properly.
   1.  hostLookupEnabled
   2.  redirectPort
   3.  maxSavePostSize
   4.  useBodyEncodingForURI
 There may be other attributes that are not handled properly as well.  So, far 
 I have confirmed the above list.  I will continue investigation and update 
 the list.
 A similar problem GERONIMO-2343 is observed and fixed by Krishnakumar B.  And 
 the fix is also similar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-2348) Tomcat ConnectorGBean does not handle attribute values properly

2006-08-25 Thread Matt Hogstrom (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2348?page=comments#action_12430522
 ] 

Matt Hogstrom commented on GERONIMO-2348:
-

If there is a problem with Tomcat then this patch needs to be taken to the 
Tomcat dev list.  I suggest opening a bugzilla report over there and providing 
the Tomcat patch over there.

 Tomcat ConnectorGBean does not handle attribute values properly
 ---

 Key: GERONIMO-2348
 URL: http://issues.apache.org/jira/browse/GERONIMO-2348
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Tomcat
Affects Versions: 1.0, 1.1, 1.1.1
 Environment: Win XP, Geronimo Tomcat 1.1.1-SNAPSHOT
Reporter: Vamsavardhana Reddy
 Assigned To: Vamsavardhana Reddy
 Fix For: 1.2, 1.1.x, 1.1.2

 Attachments: GERONIMO-2348.patch, http11protocol.patch


 Tomcat ConnectorGBean does not handle the following attributes properly.
   1.  hostLookupEnabled
   2.  redirectPort
   3.  maxSavePostSize
   4.  useBodyEncodingForURI
 There may be other attributes that are not handled properly as well.  So, far 
 I have confirmed the above list.  I will continue investigation and update 
 the list.
 A similar problem GERONIMO-2343 is observed and fixed by Krishnakumar B.  And 
 the fix is also similar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-2348) Tomcat ConnectorGBean does not handle attribute values properly

2006-08-24 Thread Vamsavardhana Reddy (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2348?page=comments#action_12430294
 ] 

Vamsavardhana Reddy commented on GERONIMO-2348:
---

Some more attributes are not handled properly as well.  Attributes are as 
follows:
  1.  lingerMillis
  2.  connectionTimeoutMillis
  3.  tcpNoDelay

This is due to a bug in Http11Protocol class in tomcat.  Provided patch needs 
to go into tomcat source.

 Tomcat ConnectorGBean does not handle attribute values properly
 ---

 Key: GERONIMO-2348
 URL: http://issues.apache.org/jira/browse/GERONIMO-2348
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Tomcat
Affects Versions: 1.0, 1.1, 1.1.1
 Environment: Win XP, Geronimo Tomcat 1.1.1-SNAPSHOT
Reporter: Vamsavardhana Reddy
 Assigned To: Vamsavardhana Reddy
 Fix For: 1.2, 1.1.x, 1.1.2

 Attachments: GERONIMO-2348.patch, http11protocol.patch


 Tomcat ConnectorGBean does not handle the following attributes properly.
   1.  hostLookupEnabled
   2.  redirectPort
   3.  maxSavePostSize
   4.  useBodyEncodingForURI
 There may be other attributes that are not handled properly as well.  So, far 
 I have confirmed the above list.  I will continue investigation and update 
 the list.
 A similar problem GERONIMO-2343 is observed and fixed by Krishnakumar B.  And 
 the fix is also similar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-2348) Tomcat ConnectorGBean does not handle attribute values properly

2006-08-24 Thread Bill Stoddard (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2348?page=comments#action_12430340
 ] 

Bill Stoddard commented on GERONIMO-2348:
-

Why is the patch to http11protocol required?   The code being patched in tomcat 
simply sets the default values for these attributes; is the original 
(unpatched) code actually causing a problem?  I would be concerned if that's 
the case because I believe tomcat (w/o Apache Geronimo) allows these values to 
be overridden (user configurable) and tomcat does not have a problem with the 
defaults being set.  This part of the patch just doesn't seem right to me.


 Tomcat ConnectorGBean does not handle attribute values properly
 ---

 Key: GERONIMO-2348
 URL: http://issues.apache.org/jira/browse/GERONIMO-2348
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Tomcat
Affects Versions: 1.0, 1.1, 1.1.1
 Environment: Win XP, Geronimo Tomcat 1.1.1-SNAPSHOT
Reporter: Vamsavardhana Reddy
 Assigned To: Vamsavardhana Reddy
 Fix For: 1.1.2, 1.1.x, 1.2

 Attachments: GERONIMO-2348.patch, http11protocol.patch


 Tomcat ConnectorGBean does not handle the following attributes properly.
   1.  hostLookupEnabled
   2.  redirectPort
   3.  maxSavePostSize
   4.  useBodyEncodingForURI
 There may be other attributes that are not handled properly as well.  So, far 
 I have confirmed the above list.  I will continue investigation and update 
 the list.
 A similar problem GERONIMO-2343 is observed and fixed by Krishnakumar B.  And 
 the fix is also similar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira