https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
--- Comment #7 from Konstantin Kolinko ---
1. This change in JspContextWrapper constructor means that it will create EL
context regardless of whether it will be used or not:
+ this.elContext = rootJspCtxt.getELContext();
See PageContextIm
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|I
Author: kkolinko
Date: Mon Nov 12 09:43:39 2012
New Revision: 1408231
URL: http://svn.apache.org/viewvc?rev=1408231&view=rev
Log:
Create a branch from tc6.0.x/trunk with the goal to improve JUnit tests in
Tomcat 6.
I'll add a BRANCH-README file with more details.
Added:
tomcat/tc6.0.x/branc
Author: kkolinko
Date: Mon Nov 12 10:12:27 2012
New Revision: 1408239
URL: http://svn.apache.org/viewvc?rev=1408239&view=rev
Log:
BRANCH-README file.
Added:
tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.txt (with props)
Added: tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.t
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112
sivaram changed:
What|Removed |Added
Severity|critical|blocker
--- Comment #1 from sivaram ---
https://issues.apache.org/bugzilla/show_bug.cgi?id=52850
--- Comment #14 from vijay ---
I have Tomcat 7.0 running. Where can I download this patch so that I can
install on the server?
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087
--- Comment #3 from Mark Thomas ---
Thanks for catching that. I should have read the stack trace more carefully.
--
You are receiving this mail because:
You are the assignee for the bug.
--
Author: markt
Date: Mon Nov 12 11:32:26 2012
New Revision: 1408248
URL: http://svn.apache.org/viewvc?rev=1408248&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54087
Ignore invalid If-Modified-Since header as per RFC2616-14.25.a
Modified:
tomcat/trunk/java/javax/servlet/
Author: markt
Date: Mon Nov 12 11:43:27 2012
New Revision: 1408254
URL: http://svn.apache.org/viewvc?rev=1408254&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54087
Ignore invalid If-Modified-Since header as per RFC2616-14.25.a
Modified:
tomcat/tc7.0.x/trunk/ (props c
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/3551
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087
--- Comment #4 from Mark Thomas ---
Fixed in trunk and 7.0.x and will be included in 7.0.33 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=54116
--- Comment #3 from Patric Rufflar ---
The pool cleaner thread periodically
- checks for abandoned connections (depending on configuration)
- does pool resizing (e.g. dropping connections), if necessary
- verifies idle connections (dependi
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.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112
--- Comment #2 from Mladen Turk ---
Could you post your workers.properties file.
... and is it 1.2.36 or 1.2.37? If it's 1.2.36 use 1.2.37
--
You are receiving this mail because:
You are the assignee for the bug.
Author: kkolinko
Date: Mon Nov 12 17:52:20 2012
New Revision: 1408376
URL: http://svn.apache.org/viewvc?rev=1408376&view=rev
Log:
Introduce property "tomcat.output" that is used to specify location of the
build output directory.
This simplifies configuration when the output directory is located o
Author: kkolinko
Date: Mon Nov 12 19:24:17 2012
New Revision: 1408413
URL: http://svn.apache.org/viewvc?rev=1408413&view=rev
Log:
Add support for running JUnit tests. Backport from Tomcat 7.
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.txt
tomcat/tc6.0.x/branches/tomcat
Author: kkolinko
Date: Mon Nov 12 20:17:58 2012
New Revision: 1408438
URL: http://svn.apache.org/viewvc?rev=1408438&view=rev
Log:
For https://issues.apache.org/bugzilla/show_bug.cgi?id=54044
Add test for org.apache.juli.DateFormatCache.
It is port of the test of AccessLogValve.DateFormatCache.
I a
Author: kkolinko
Date: Mon Nov 12 20:21:17 2012
New Revision: 1408439
URL: http://svn.apache.org/viewvc?rev=1408439&view=rev
Log:
Merged revision 1408438 from tomcat/trunk:
For https://issues.apache.org/bugzilla/show_bug.cgi?id=54044
Add test for org.apache.juli.DateFormatCache.
It is port of the
Author: kkolinko
Date: Mon Nov 12 20:45:59 2012
New Revision: 1408453
URL: http://svn.apache.org/viewvc?rev=1408453&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044
Test for org.apache.juli.DateFormatCache, copied from trunk.
That test is currently failing, which means that B
Author: kkolinko
Date: Mon Nov 12 21:04:28 2012
New Revision: 1408459
URL: http://svn.apache.org/viewvc?rev=1408459&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54044
Correct bug in timestamp cache used by org.apache.juli.OneLineFormatter
that meant entries could be made wi
Author: kkolinko
Date: Mon Nov 12 21:13:26 2012
New Revision: 1408462
URL: http://svn.apache.org/viewvc?rev=1408462&view=rev
Log:
proposals
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?r
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044
--- Comment #8 from Konstantin Kolinko ---
This issue affects the cache used by org.apache.juli.OneLineFormatter in Tomcat
6.
The AccessLogValve is not affected (it does not have such cache there).
Other JULI components are not affected.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087
--- Comment #5 from Konstantin Kolinko ---
I proposed the patch (r1408254) for Tomcat 6.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To u
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
--- Comment #8 from Mark Thomas ---
To get performance improvements above has required 5 levels of nesting and 10^7
iterations. That works out to around 50 nanoseconds per request.
I am far from convinced that the test case used to justify
Author: kkolinko
Date: Mon Nov 12 23:25:57 2012
New Revision: 1408504
URL: http://svn.apache.org/viewvc?rev=1408504&view=rev
Log:
Allow to customize the HTTP status code used for denied requests in
CsrfPreventionFilter.
Modified:
tomcat/trunk/java/org/apache/catalina/filters/CsrfPreventionFi
Author: olamy
Date: Mon Nov 12 23:30:25 2012
New Revision: 1408507
URL: http://svn.apache.org/viewvc?rev=1408507&view=rev
Log:
we add artifact dependencies and projects from reactor if file (ie jar) as
users can go to install/package phase
so artifact.getFile is a file not a directory and not add
Author: kkolinko
Date: Mon Nov 12 23:41:21 2012
New Revision: 1408508
URL: http://svn.apache.org/viewvc?rev=1408508&view=rev
Log:
Merged revision 1408504 from tomcat/trunk:
Allow to customize the HTTP status code used for denied requests in
CsrfPreventionFilter.
Modified:
tomcat/tc7.0.x/trun
2012/11/13 :
> Author: olamy
> Date: Mon Nov 12 23:30:25 2012
> New Revision: 1408507
>
> URL: http://svn.apache.org/viewvc?rev=1408507&view=rev
> Log:
> we add artifact dependencies and projects from reactor if file (ie jar) as
> users can go to install/package phase
> so artifact.getFile is a f
Author: kkolinko
Date: Tue Nov 13 00:08:18 2012
New Revision: 1408513
URL: http://svn.apache.org/viewvc?rev=1408513&view=rev
Log:
Correct typo in a field name.
(Review of r1408157 )
Modified:
tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java
Modified: tomcat/trunk/test/org/
Author: kkolinko
Date: Tue Nov 13 00:33:25 2012
New Revision: 1408517
URL: http://svn.apache.org/viewvc?rev=1408517&view=rev
Log:
For https://issues.apache.org/bugzilla/show_bug.cgi?id=53960
Review of r1402846:
If someone needs the extractUriElements() method, one has to call it explicitly.
So tha
Author: kkolinko
Date: Tue Nov 13 00:42:33 2012
New Revision: 1408520
URL: http://svn.apache.org/viewvc?rev=1408520&view=rev
Log:
Merged revisions r1408513 r1408517 from tomcat/trunk:
For https://issues.apache.org/bugzilla/show_bug.cgi?id=53960
Review of r1402846, r1408157
- Correct typo in a fiel
https://issues.apache.org/bugzilla/show_bug.cgi?id=53960
--- Comment #4 from Konstantin Kolinko ---
Note that I removed the extractUriElements() from within the processBody()
method.
The response body might be not HTML, and in >=90% of test cases this
information is not needed by the test.
The
2012/11/12 :
> 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 ti
2012/11/12 :
> 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
1. The ch
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/911
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
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/3555
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=54141
Priority: P2
Bug ID: 54141
Assignee: dev@tomcat.apache.org
Summary: Configuration does not allow Realms to be nested more
than 2 levels deep
Severity: normal
Classi
Author: kkolinko
Date: Tue Nov 13 02:42:25 2012
New Revision: 1408562
URL: http://svn.apache.org/viewvc?rev=1408562&view=rev
Log:
Fix an NPE caused by r1408517
Modified:
tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java
Modified: tomcat/trunk/test/org/apache/catalina/startu
Author: kkolinko
Date: Tue Nov 13 02:56:14 2012
New Revision: 1408565
URL: http://svn.apache.org/viewvc?rev=1408565&view=rev
Log:
Fix trailing whitespace, as nagged by Checkstyle
Modified:
tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java
Modified: tomcat/trunk/test/org/apa
Author: kkolinko
Date: Tue Nov 13 02:58:35 2012
New Revision: 1408566
URL: http://svn.apache.org/viewvc?rev=1408566&view=rev
Log:
Merged revisions r1408562 r1408565 from tomcat/trunk:
Fix an NPE caused by r1408520
Fix trailing whitespace, as nagged by Checkstyle
Modified:
tomcat/tc7.0.x/trunk
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/3557
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=54117
--- Comment #11 from Werner ---
Created attachment 29593
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29593&action=edit
headers
The attachment shows the 46 header values when the process crashes obtained
from a full crash dum
https://issues.apache.org/bugzilla/show_bug.cgi?id=54117
--- Comment #12 from Mladen Turk ---
This is huge help, thanks!
Seems your application is faulty, but that shouldn't cause the crash. Let me
try to fix that and I'll attach a new .dll
--
You are receiving this mail because:
You are the a
https://issues.apache.org/bugzilla/show_bug.cgi?id=54117
Mladen Turk changed:
What|Removed |Added
Attachment #29571|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112
--- Comment #3 from sivaram ---
isapi_redirect.dll file version - 1.2.36
worker.properties.minimal file
#
https://issues.apache.org/bugzilla/show_bug.cgi?id=54117
--- Comment #13 from Mladen Turk ---
Created attachment 29594
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29594&action=edit
isapi_redirect-1.2.38-dev-v2-win64
Please try with this version. It should have more reliable header
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112
Mladen Turk changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112
sivaram changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112
Mladen Turk changed:
What|Removed |Added
OS||All
--- Comment #6 from Mladen Turk
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112
--- Comment #7 from sivaram ---
Thank You, I will try to use the latest version of Jakarta plugin and let you
know the updates.
--
You are receiving this mail because:
You are the assignee for the bug.
---
50 matches
Mail list logo