https://issues.apache.org/bugzilla/show_bug.cgi?id=51099
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed May 4 21:47:09 2011
New Revision: 1099615
URL: http://svn.apache.org/viewvc?rev=1099615&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51099
Get loginConfigName working with non-default values
Patch by fhanik
(plus some minor code clean-up)
Modified:
Author: kkolinko
Date: Wed May 4 20:45:27 2011
New Revision: 1099603
URL: http://svn.apache.org/viewvc?rev=1099603&view=rev
Log:
vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=10
Author: markt
Date: Wed May 4 20:23:24 2011
New Revision: 1099588
URL: http://svn.apache.org/viewvc?rev=1099588&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1
Author: markt
Date: Wed May 4 20:22:08 2011
New Revision: 1099586
URL: http://svn.apache.org/viewvc?rev=1099586&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51119
Add JAAS authentication support to the JmxRemoteLifecycleListener
Patch provided by Neil Laurance
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124
--- Comment #4 from Mark Thomas 2011-05-04 19:53:39 UTC ---
Hmm. Looking at case 2 above, I don't see any way for that to happen unless
bufferSize > cb.length. As far as I can see, these are always changed in sync.
That leads me to think th
Author: markt
Date: Wed May 4 19:53:54 2011
New Revision: 1099575
URL: http://svn.apache.org/viewvc?rev=1099575&view=rev
Log:
Re-factor to try and determine if the root cause of
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 is an OOME or
something else.
Modified:
tomcat/trunk/ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=51142
--- Comment #3 from asfbugzill...@eghm.net 2011-05-04 19:31:17 UTC ---
Thank-you.
You saw that the exception is happening during req.updateCounters in process?
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/coyote/Request
https://issues.apache.org/bugzilla/show_bug.cgi?id=51142
--- Comment #2 from Mark Thomas 2011-05-04 18:33:34 UTC ---
You might want to look at r1099556 which improves the handling of this case for
Tomcat 7.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
---
Author: markt
Date: Wed May 4 18:32:05 2011
New Revision: 1099556
URL: http://svn.apache.org/viewvc?rev=1099556&view=rev
Log:
Improve handling of too large packets in AJP connectors
- Explicitly check the packet size rather than waiting to see if it fails
- Provide a better debug message when it
Author: markt
Date: Wed May 4 18:19:10 2011
New Revision: 1099553
URL: http://svn.apache.org/viewvc?rev=1099553&view=rev
Log:
Make access logging more robust for 400 responses.
Modified:
tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java
tomcat/trunk/webapps/docs/changelog.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51142
Mark Thomas changed:
What|Removed |Added
OS/Version||All
--- Comment #1 from Mark Thomas
Author: markt
Date: Wed May 4 17:22:22 2011
New Revision: 1099528
URL: http://svn.apache.org/viewvc?rev=1099528&view=rev
Log:
Note that there is a minimum value for packetSize
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
http://
https://issues.apache.org/bugzilla/show_bug.cgi?id=51106
--- Comment #3 from the4yeast 2011-05-04 16:41:20 UTC ---
Ok, agreed. After careful investigate of the spec, I need to agree with that.
However, that's just illogical to me.
My bad.
Solved it otherwise anyway.
--
Configure bugmail: https:
On 5/4/2011 9:54 AM, Mark Thomas wrote:
On 04/05/2011 16:17, Filip Hanik - Dev Lists wrote:
On 5/3/2011 2:02 PM, Mark Thomas wrote:
In a similar fashion, we can also craft a test run that will yield a
substantial improvement over the old implementation in throughput.
So there is a test case to p
On 04/05/2011 16:17, Filip Hanik - Dev Lists wrote:
> On 5/3/2011 2:02 PM, Mark Thomas wrote:
> In a similar fashion, we can also craft a test run that will yield a
> substantial improvement over the old implementation in throughput.
> So there is a test case to prove every scenario.
Could you out
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817
--- Comment #27 from Filip Hanik 2011-05-04 15:20:13 UTC ---
Please stop posting new code to this bug. This bug has been closed and marked
fixed as per the original bug.
Open a new bug for new bugs/features/enhancements
--
Configure bugma
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817
--- Comment #26 from Filip Hanik 2011-05-04 15:19:09 UTC ---
(In reply to comment #25)
> Created attachment 26955 [details]
> Updated [again] example implementation for Jdbc4 Validator
>
> Minor tweak to reflect on the implementation class
On 5/3/2011 2:02 PM, Mark Thomas wrote:
All,
Summary
---
While trying to align the documentation for maxConnections with the
actual implementation a couple of performance issue have been identified
with the BIO connector. All bar one of these have been fixed. A fix
needs to be agreed for the
On 04/05/2011 15:20, Rainer Jung wrote:
> I hope the following is not too long and confusing ...
Not at all.
> On 03.05.2011 22:02, Mark Thomas wrote:
>> Solution A
>> --
>> NIO is designed to handle this using a poller. That isn't available to
>> BIO so I attempted to simulate it. That g
I hope the following is not too long and confusing ...
On 03.05.2011 22:02, Mark Thomas wrote:
Scenario
This ended up being very long, so I moved it to the end. The exact
pattern of delays will vary depending on timeouts, request frequency
etc. but the scenario shows an example of how d
Solution B and disabling keepalive when a threshold is reached looks to be
the way to go. If people have issue with that, that's why the other
connectors exist.
-Tim
On Tue, May 3, 2011 at 4:02 PM, Mark Thomas wrote:
>
> Solution B
> --
> Return to the Tomcat 6 implementation where ma
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124
Juergen changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://issues.apache.org/bugzilla/show_bug.cgi?id=51141
--- Comment #3 from Konstantin Kolinko 2011-05-04
13:11:06 UTC ---
Can you provide a simple web application that demonstrates the issue?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are rec
On 04/05/2011 14:03, Konstantin Kolinko wrote:
> 2011/5/4 Mark Thomas :
>> On 04/05/2011 12:04, Konstantin Kolinko wrote:
>>> I do not quite get what happens in 6s. My first understanding from
>>> reading the scenario was that the threads at 2s are busy because we
>>> need them to process keep-aliv
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
2011/5/4 Mark Thomas :
> On 04/05/2011 12:04, Konstantin Kolinko wrote:
>> I do not quite get what happens in 6s. My first understanding from
>> reading the scenario was that the threads at 2s are busy because we
>> need them to process keep-alive connections. Then I see that at 6s
>> keep-alive co
Author: kkolinko
Date: Wed May 4 12:44:53 2011
New Revision: 1099432
URL: http://svn.apache.org/viewvc?rev=1099432&view=rev
Log:
vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=10
https://issues.apache.org/bugzilla/show_bug.cgi?id=51147
--- Comment #6 from Konstantin Kolinko 2011-05-04
12:29:17 UTC ---
(In reply to comment #5)
> The problem is that when a form is use with GET and the action URL contains
> request parameters user agents may (FF4 does) overwrite the paramet
On 04/05/2011 12:04, Konstantin Kolinko wrote:
> I do not quite get what happens in 6s. My first understanding from
> reading the scenario was that the threads at 2s are busy because we
> need them to process keep-alive connections. Then I see that at 6s
> keep-alive connections are in the Queue.
>
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by KonstantinKolinko.
The comment on this change is: Restore list formatting after r330, remove
obsolete links..
http://wiki.apache.org/tomcat/Powe
https://issues.apache.org/bugzilla/show_bug.cgi?id=51147
--- Comment #5 from Mark Thomas 2011-05-04 11:34:12 UTC ---
I have confirmed both the issue and that the patch fixes it.
The problem is that when a form is use with GET and the action URL contains
request parameters user agents may (FF4 do
Author: markt
Date: Wed May 4 11:34:25 2011
New Revision: 1099418
URL: http://svn.apache.org/viewvc?rev=1099418&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=51147
--- Comment #4 from Mark Thomas 2011-05-04 11:30:27 UTC ---
The role name is a red herring. The Realm doc wasn't updated. The correct role
is manager-gui.
The docs have been corrected although the original issue (deploy fails)
remains.
--
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by KrzysztofGil.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=329&rev2=330
--
{{http
Author: markt
Date: Wed May 4 11:18:09 2011
New Revision: 1099415
URL: http://svn.apache.org/viewvc?rev=1099415&view=rev
Log:
Docs so CTR
Use new role name. Align with Tomcat 7 docs.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/real
https://issues.apache.org/bugzilla/show_bug.cgi?id=51106
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
2011/5/4 Mark Thomas :
> Time: 2s
> Activity: Group B clients connect and are added to the queue
> 100 threads are allocated to process the B connections
> The B connections are processed and returned to the queue
> 100 threads are allocated to process the B connections
https://issues.apache.org/bugzilla/show_bug.cgi?id=51120
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed May 4 10:35:58 2011
New Revision: 1099400
URL: http://svn.apache.org/viewvc?rev=1099400&view=rev
Log:
Blet and braces - make sure $1 is ""
Modified:
tomcat/trunk/res/tomcat.nsi
Modified: tomcat/trunk/res/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/
On 04/05/2011 11:30, Konstantin Kolinko wrote:
> 2011/5/4 :
>> Author: markt
>> Date: Wed May 4 10:14:19 2011
>> New Revision: 1099394
>>
>> URL: http://svn.apache.org/viewvc?rev=1099394&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51135
>> Fix auto-detection of JAVA
2011/5/4 :
> Author: markt
> Date: Wed May 4 10:14:19 2011
> New Revision: 1099394
>
> URL: http://svn.apache.org/viewvc?rev=1099394&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51135
> Fix auto-detection of JAVA_HOME for 64-bit Windows platforms that only have a
> 32
https://issues.apache.org/bugzilla/show_bug.cgi?id=51135
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed May 4 10:14:19 2011
New Revision: 1099394
URL: http://svn.apache.org/viewvc?rev=1099394&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51135
Fix auto-detection of JAVA_HOME for 64-bit Windows platforms that only have a
32-bit JVM installed.
Modified
https://issues.apache.org/bugzilla/show_bug.cgi?id=51147
--- Comment #3 from Alexis Hassler 2011-05-04
09:51:50 UTC ---
Created attachment 26957
--> https://issues.apache.org/bugzilla/attachment.cgi?id=26957
Proposed patch
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cg
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124
Ramiro changed:
What|Removed |Added
CC||ram...@conductiva.com
--
Configure bugma
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124
--- Comment #1 from Ramiro 2011-05-04 09:39:28 UTC ---
Created attachment 26956
--> https://issues.apache.org/bugzilla/attachment.cgi?id=26956
patch for BodyContentImpl class of trunk
We are reproducing this problem after getting an OutO
https://issues.apache.org/bugzilla/show_bug.cgi?id=51147
Alexis Hassler changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVAL
https://issues.apache.org/bugzilla/show_bug.cgi?id=51136
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed May 4 08:48:26 2011
New Revision: 1099374
URL: http://svn.apache.org/viewvc?rev=1099374&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51136
Provide methods that enable the name of a Context on Context creation when
using Tomcat in an embedded scenar
50 matches
Mail list logo