To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-taglibs-standard has an issue affecting its community
integration.
Author: kkolinko
Date: Sun Nov 11 16:25:18 2012
New Revision: 1408043
URL: http://svn.apache.org/viewvc?rev=1408043&view=rev
Log:
In FormAuthenticator: If it is configured to change Session IDs,
do the change before displaying the login form.
Modified:
tomcat/trunk/java/org/apache/catalina/au
Author: kkolinko
Date: Sun Nov 11 16:42:02 2012
New Revision: 1408044
URL: http://svn.apache.org/viewvc?rev=1408044&view=rev
Log:
Merged revision 1408043 from tomcat/trunk:
In FormAuthenticator: If it is configured to change Session IDs,
do the change before displaying the login form.
Modified:
Author: markt
Date: Sun Nov 11 23:26:55 2012
New Revision: 1408148
URL: http://svn.apache.org/viewvc?rev=1408148&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54123
There are two things going on here:
1. The reported bug. If there is a async timeout and no async listeners,
Author: markt
Date: Sun Nov 11 23:32:43 2012
New Revision: 1408150
URL: http://svn.apache.org/viewvc?rev=1408150&view=rev
Log:
both timeout and complete, as with all container callbacks must be invoked with
the right context
Backport of fhanik's r1356898
Modified:
tomcat/tc7.0.x/trunk/ (pr
Author: markt
Date: Sun Nov 11 23:35:41 2012
New Revision: 1408152
URL: http://svn.apache.org/viewvc?rev=1408152&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54123
There are two things going on here:
1. The reported bug. If there is a async timeout and no async listeners,
https://issues.apache.org/bugzilla/show_bug.cgi?id=54123
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Sun Nov 11 23:43:18 2012
New Revision: 1408154
URL: http://svn.apache.org/viewvc?rev=1408154&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54124
Correct ASYNC_REQUEST_URI. Addition of query string appears to be left over
debug code
Add missing ASYNC_PATH
Author: markt
Date: Sun Nov 11 23:45:46 2012
New Revision: 1408155
URL: http://svn.apache.org/viewvc?rev=1408155&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54124
Correct ASYNC_REQUEST_URI. Addition of query string appears to be left over
debug code
Add missing ASYNC_PATH
https://issues.apache.org/bugzilla/show_bug.cgi?id=54124
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Sun Nov 11 23:47:34 2012
New Revision: 1408156
URL: http://svn.apache.org/viewvc?rev=1408156&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54115
Minor enhancements to HttpClient test helper class
Patch by Brian Burch
Modified:
tomcat/trunk/test/org/a
Author: markt
Date: Sun Nov 11 23:48:19 2012
New Revision: 1408157
URL: http://svn.apache.org/viewvc?rev=1408157&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54115
Minor enhancements to HttpClient test helper class
Patch by Brian Burch
Modified:
tomcat/tc7.0.x/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=54115
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 10/11/2012 09:31, Konstantin Kolinko wrote:
> 2012/11/9 :
>> Author: markt
>> Date: Fri Nov 9 19:33:44 2012
>> New Revision: 1407596
>>
>> URL: http://svn.apache.org/viewvc?rev=1407596&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54096
>> env-entry can use any typ
Author: markt
Date: Mon Nov 12 00:00:17 2012
New Revision: 1408159
URL: http://svn.apache.org/viewvc?rev=1408159&view=rev
Log:
Update docs after r1407595
Modified:
tomcat/trunk/webapps/docs/config/context.xml
tomcat/trunk/webapps/docs/config/globalresources.xml
Modified: tomcat/trunk/web
Author: markt
Date: Mon Nov 12 00:00:56 2012
New Revision: 1408160
URL: http://svn.apache.org/viewvc?rev=1408160&view=rev
Log:
Update docs after r1407596
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml
tomcat/tc7.0.x/trunk/webapps
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Nov 12 00:43:04 2012
New Revision: 1408162
URL: http://svn.apache.org/viewvc?rev=1408162&view=rev
Log:
Prevent NPEs with background processing and a failed deployment.
Modified:
tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
Modified: tomcat/trunk/java/
Author: markt
Date: Mon Nov 12 01:15:52 2012
New Revision: 1408163
URL: http://svn.apache.org/viewvc?rev=1408163&view=rev
Log:
Fix memory leak that prevents context.xml files associated with failed
deployments from being deleted.
Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostCo
Author: markt
Date: Mon Nov 12 01:16:37 2012
New Revision: 1408164
URL: http://svn.apache.org/viewvc?rev=1408164&view=rev
Log:
Prevent ClassCastException when undeploying a FailedContext
Modified:
tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
Modified: tomcat/trunk/java/or
Author: markt
Date: Mon Nov 12 01:19:18 2012
New Revision: 1408165
URL: http://svn.apache.org/viewvc?rev=1408165&view=rev
Log:
If a component is FAILED it will remain in the FAILED state while stop() is
called
Better logging for Lifecycle issues for FailedContext
Modified:
tomcat/trunk/java/
https://issues.apache.org/bugzilla/show_bug.cgi?id=54123
--- Comment #2 from Eugene Chung (TmaxSoft) ---
Yes, I haven't seen the def. of 'error dispatch', too. In our product, I just
used response.sendError(500) that was internally using forward with
DispatcherType.ERROR.
--
You are receiving t
Author: markt
Date: Mon Nov 12 01:26:59 2012
New Revision: 1408166
URL: http://svn.apache.org/viewvc?rev=1408166&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54007
Fix memory leak that prevents context.xml files associated with failed
deployments from being deleted.
Fix er
https://issues.apache.org/bugzilla/show_bug.cgi?id=54007
--- Comment #3 from Mark Thomas ---
Note the leak has been identified and fixed in trunk and 7.0.x. See r1408163
and r1408166.
--
You are receiving this mail because:
You are the assignee for the bug.
I plan to run the TCKs tomorrow (strictly later today) but either way
once I have got some sleep. If they and the unit tests pass, I'll tag
7.0.33 shortly afterwards.
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/3550
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
2012/11/12 :
> The Buildbot has detected a new failure on builder tomcat-trunk while
> building ASF Buildbot.
> Full details are available at:
> http://ci.apache.org/builders/tomcat-trunk/builds/3550
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubuntu
>
> Build Re
https://issues.apache.org/bugzilla/show_bug.cgi?id=54064
--- Comment #16 from Mladen Turk ---
Hmm,
This looks like an endless loop where socket is trying to write to something
that's not there any more. The problem with that is how to simulate such
situation. Since it happens with SSL only I pre
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
--- Comment #4 from Sheldon Shao ---
Created attachment 29586
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29586&action=edit
Old JspContextWrapper
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
--- Comment #5 from Sheldon Shao ---
Created attachment 29587
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29587&action=edit
Test case comparison for performance tuning
--
You are receiving this mail because:
You are the ass
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
Sheldon Shao changed:
What|Removed |Added
Attachment #29586|application/octet-stream|text/plain
mime type|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
Sheldon Shao changed:
What|Removed |Added
Attachment #29587|application/octet-stream|text/plain
mime type|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
--- Comment #6 from Sheldon Shao ---
Hi Mark.
I added the test case.
Here is a result of this case:
Duration:422
DurationOld:748
Duration:203
DurationOld:717
Duration:187
DurationOld:702
Duration:187
DurationOld:686
--
You are receiving
I updated this jira https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
Could you add this in 7.0.33 ?
Thanks,
Sheldon
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: 2012年11月12日 9:31
To: Tomcat Developers List
Subject: Plans for 7.0.33
I plan to run the TCKs
34 matches
Mail list logo