https://issues.apache.org/bugzilla/show_bug.cgi?id=50472
Summary:
Product: Tomcat Connectors
Version: 1.2.30
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: JK2
AssignedTo: dev@tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=50472
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49683
Filip Hanik changed:
What|Removed |Added
CC||fha...@apache.org
--
Configure bugm
https://issues.apache.org/bugzilla/show_bug.cgi?id=50467
--- Comment #1 from Christopher Schultz
2010-12-14 14:05:10 EST ---
Steven, would it be possible for you to upgrade to the latest (6.0.29) Tomcat
version? I seem to recall a recent fix to the NIO connector that fixes some
threading issues,
https://issues.apache.org/bugzilla/show_bug.cgi?id=50467
--- Comment #2 from Christopher Schultz
2010-12-14 14:06:43 EST ---
Ooh, sorry. I misread your version number. Duh.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail beca
https://issues.apache.org/bugzilla/show_bug.cgi?id=5829
--- Comment #12 from Christopher Schultz
2010-12-14 14:12:13 EST ---
(In reply to comment #11)
> I don't know when it was added but all the current versions (5.5.x, 6.0.x,
> 7.0.x) surround each attribute write in a try/catch and should the
https://issues.apache.org/bugzilla/show_bug.cgi?id=5829
--- Comment #13 from Mark Thomas 2010-12-14 14:21:54 EST ---
Take a look at the code...
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assig
https://issues.apache.org/bugzilla/show_bug.cgi?id=50460
--- Comment #5 from Christopher Schultz
2010-12-14 14:25:07 EST ---
FWIW, I still vote #2. I'm pretty sure that actually throwing the exception is
more costly than creating the Exception object.
--
Configure bugmail: https://issues.apach
https://issues.apache.org/bugzilla/show_bug.cgi?id=48892
--- Comment #2 from Christopher Schultz
2010-12-14 14:30:22 EST ---
-1 for defaulting to use URIEncoding to decode the request body when no
Content-Type encoding is specified, since that setting might violate the HTTP
spec in it's default
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000
--- Comment #6 from Christopher Schultz
2010-12-14 14:40:12 EST ---
Henri, what is the behavior of TC when these invalid cookies are received from
a client?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
https://issues.apache.org/bugzilla/show_bug.cgi?id=8441
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=8776
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=9629
--- Comment #11 from Mark Thomas 2010-12-14 14:58:23 EST ---
(In reply to comment #10)
> Why is only the first directory level (sub paths as [4]) returned? As of
> Tomcat
> 4.0.4 this is a somewhat surprising result, since I would expect (f
https://issues.apache.org/bugzilla/show_bug.cgi?id=49165
--- Comment #8 from Christopher Schultz
2010-12-14 14:58:37 EST ---
(In reply to comment #6)
> Note: volume benchmark is writing output in real file to $CATALINA_HOME/logs
> and shouldn't be included in automatic test pack (it's slow and i
https://issues.apache.org/bugzilla/show_bug.cgi?id=9629
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000
--- Comment #7 from Henri Yandell 2010-12-14 15:07:25 EST
---
It doesn't create the last cookie value.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
Author: schultz
Date: Tue Dec 14 20:49:28 2010
New Revision: 1049263
URL: http://svn.apache.org/viewvc?rev=1049263&view=rev
Log:
Fixed bug #49125: toString on byte[] array probably is not correct
- Added HexUtils.toHexString method
- Wrapped output of byte[] objects with a call to HexUtils.toHexSt
Author: schultz
Date: Tue Dec 14 20:53:07 2010
New Revision: 1049264
URL: http://svn.apache.org/viewvc?rev=1049264&view=rev
Log:
Added documentation to parseBodyMethods and parseBodyMethodSet members.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Connector.java
Modified: tomcat/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=49125
Christopher Schultz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000
--- Comment #8 from Christopher Schultz
2010-12-14 15:59:30 EST ---
That seems like reasonable behavior to me. If there were some kind of exception
or the request was not processed, I'd think this was a bug.
In this case, I believe Tomcat
All,
I was looking at
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 and starting to
write a patch which involves a new Connector option.
I noticed that (for example) Connector.setUseBodyEncodingForURI sets
it's own state, then calls setProperty("useBodyEncodingForURI", ...)
which sets
https://issues.apache.org/bugzilla/show_bug.cgi?id=13634
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=10120
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=10335
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=13965
Mark Thomas changed:
What|Removed |Added
Keywords|PatchAvailable |
Component|Catalina
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000
--- Comment #9 from Henri Yandell 2010-12-14 17:48:27 EST
---
I'm poorly explaining.
Tomcat is happy with all of the following:
Cookie: fred=1; jim=2; bob
Cookie: fred=1; jim=2; bob; george=3
Cookie: fred=1; jim=2; bob=; george=3
It isn
https://issues.apache.org/bugzilla/show_bug.cgi?id=10457
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=10699
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=14766
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=17572
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=10225
Mark Thomas changed:
What|Removed |Added
CC||roytm...@peacetech.com
--- Comment #
https://issues.apache.org/bugzilla/show_bug.cgi?id=17070
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=10225
Mark Thomas changed:
What|Removed |Added
CC||richard_kenn...@hotmail.com
--- Comm
https://issues.apache.org/bugzilla/show_bug.cgi?id=28852
Mark Thomas changed:
What|Removed |Added
CC||devli...@logemann.info
--- Comment #
https://issues.apache.org/bugzilla/show_bug.cgi?id=10225
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=26363
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=17405
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=16357
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=14097
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Dec 15 00:57:58 2010
New Revision: 1049372
URL: http://svn.apache.org/viewvc?rev=1049372&view=rev
Log:
Fix a typo
Modified:
tomcat/trunk/webapps/docs/windows-service-howto.xml
Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml
URL:
http://svn.apache.org/vi
https://issues.apache.org/bugzilla/show_bug.cgi?id=20517
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=20517
--- Comment #2 from Mark Thomas 2010-12-14 20:04:35 EST ---
An adidtional note re WEB-INF/lib, sub directories will not be supported since
the spec is clear that JARs must on directly under the lib dir. Supporting
anything else would damage
42 matches
Mail list logo