Author: markt
Date: Fri Dec 8 08:30:03 2017
New Revision: 1817471
URL: http://svn.apache.org/viewvc?rev=1817471&view=rev
Log:
Mention 8.0.x EOL on the 'Which version?' page.
Modified:
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/whichversion.xml
Modified: tomcat/site
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/Security" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/FAQ/Security?action=diff&rev1=20&rev2=21
Comment:
Add links to Tomcat 8.5 and Tomcat 9 "Sec
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/Security" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/FAQ/Security?action=diff&rev1=21&rev2=22
Comment:
Mention CVE-2009-3548 in the "Record" sec
Author: markt
Date: Fri Dec 8 13:11:10 2017
New Revision: 1817495
URL: http://svn.apache.org/viewvc?rev=1817495&view=rev
Log:
Improve the handling of methods with varargs in EL expressions. In particular,
the calling of a varargs method with no parameters now works correctly.
Based on a patch by
Author: markt
Date: Fri Dec 8 14:17:28 2017
New Revision: 1817498
URL: http://svn.apache.org/viewvc?rev=1817498&view=rev
Log:
Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=47214
Replace explicitly referenced anonymous inner classes in
NioBlockingSelector.BlockPoller with named i
Author: markt
Date: Fri Dec 8 14:18:43 2017
New Revision: 1817499
URL: http://svn.apache.org/viewvc?rev=1817499&view=rev
Log:
Fix some low hanging FindBugs fruit
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/javax/el/Util.java
tomcat/tc8.5.x/trunk/java/
Author: markt
Date: Fri Dec 8 14:19:59 2017
New Revision: 1817500
URL: http://svn.apache.org/viewvc?rev=1817500&view=rev
Log:
SpotBugs
Simplify.
Remove unnecessary null checks.
Make another null check unnecessary.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/jav
Author: markt
Date: Fri Dec 8 14:20:33 2017
New Revision: 1817501
URL: http://svn.apache.org/viewvc?rev=1817501&view=rev
Log:
Improve the handling of methods with varargs in EL expressions. In particular,
the calling of a varargs method with no parameters now works correctly.
Based on a patch by
Author: markt
Date: Fri Dec 8 14:22:43 2017
New Revision: 1817502
URL: http://svn.apache.org/viewvc?rev=1817502&view=rev
Log:
Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=47214
Replace explicitly referenced anonymous inner classes in
NioBlockingSelector.BlockPoller with named i
Author: markt
Date: Fri Dec 8 14:26:37 2017
New Revision: 1817503
URL: http://svn.apache.org/viewvc?rev=1817503&view=rev
Log:
Follow-up to r1817502
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat
Author: markt
Date: Fri Dec 8 14:28:14 2017
New Revision: 1817505
URL: http://svn.apache.org/viewvc?rev=1817505&view=rev
Log:
Fix findbugs warnings.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/digester/Digester.java
tomcat/tc8.0
Author: markt
Date: Fri Dec 8 14:29:09 2017
New Revision: 1817508
URL: http://svn.apache.org/viewvc?rev=1817508&view=rev
Log:
Fix some low hanging FindBugs fruit
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/javax/el/Util.java
tomcat/tc8.0.x/trunk/java/
Author: markt
Date: Fri Dec 8 14:29:56 2017
New Revision: 1817509
URL: http://svn.apache.org/viewvc?rev=1817509&view=rev
Log:
SpotBugs
Simplify.
Remove unnecessary null checks.
Make another null check unnecessary.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/jav
Author: markt
Date: Fri Dec 8 14:30:32 2017
New Revision: 1817510
URL: http://svn.apache.org/viewvc?rev=1817510&view=rev
Log:
Improve the handling of methods with varargs in EL expressions. In particular,
the calling of a varargs method with no parameters now works correctly.
Based on a patch by
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/1201
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sc
https://bz.apache.org/bugzilla/show_bug.cgi?id=48830
--- Comment #1 from Mark Thomas ---
I've just tested this with the ISAPI redirector 1.2.42 and Windows 2008 SP. The
same behaviour is observed. The behaviour is related to the socket_timeout. By
default this is infinite. Setting a lower timeout
On 08/12/17 14:47, build...@apache.org wrote:
> The Buildbot has detected a new failure on builder tomcat-8-trunk while
> building . Full details are available at:
> https://ci.apache.org/builders/tomcat-8-trunk/builds/1201
>
> Buildbot URL: https://ci.apache.org/
>
> Buildslave for this Bui
Author: markt
Date: Fri Dec 8 15:57:42 2017
New Revision: 1817517
URL: http://svn.apache.org/viewvc?rev=1817517&view=rev
Log:
Follow-up to r1817495
Modified:
tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java
tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java
Modified:
Author: markt
Date: Fri Dec 8 15:58:23 2017
New Revision: 1817518
URL: http://svn.apache.org/viewvc?rev=1817518&view=rev
Log:
Follow-up to r1817501
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/el/util/ReflectionUtil.java
tomcat/tc8.5.x/trunk/
Author: markt
Date: Fri Dec 8 16:03:36 2017
New Revision: 1817519
URL: http://svn.apache.org/viewvc?rev=1817519&view=rev
Log:
Follow-up to r1817510
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/el/util/ReflectionUtil.java
tomcat/tc8.0.x/trunk/
https://bz.apache.org/bugzilla/show_bug.cgi?id=61875
Bug ID: 61875
Summary: Investigate whether Xalan can be removed
Product: Taglibs
Version: 1.2.5
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: nor
Author: markt
Date: Fri Dec 8 16:07:20 2017
New Revision: 1817520
URL: http://svn.apache.org/viewvc?rev=1817520&view=rev
Log:
Copy changes in ReflectionUtil in r1817517 to Util.
Update unit tests for change in exception type
Modified:
tomcat/trunk/java/javax/el/Util.java
tomcat/trunk/tes
Author: markt
Date: Fri Dec 8 16:09:19 2017
New Revision: 1817523
URL: http://svn.apache.org/viewvc?rev=1817523&view=rev
Log:
Copy changes in ReflectionUtil in r1817518 to Util.
Update unit tests for change in exception type
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.
Author: markt
Date: Fri Dec 8 16:09:33 2017
New Revision: 1817524
URL: http://svn.apache.org/viewvc?rev=1817524&view=rev
Log:
Copy changes in ReflectionUtil in r1817519 to Util.
Update unit tests for change in exception type
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "ContributorsGroup" page has been changed by ChristopherSchultz:
https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=31&rev2=32
* DmytroMrachkovskyi
* EmericVern
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/1202
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
https://bz.apache.org/bugzilla/show_bug.cgi?id=27717
Jeremy Boynes changed:
What|Removed |Added
Blocks||61875
Referenced Bugs:
https://bz.ap
https://bz.apache.org/bugzilla/show_bug.cgi?id=61875
Jeremy Boynes changed:
What|Removed |Added
Depends on||27717
--- Comment #1 from Jeremy Boyne
https://bz.apache.org/bugzilla/show_bug.cgi?id=61877
Bug ID: 61877
Summary: use web.xml from CATALINA_HOME by default
Product: Tomcat 8
Version: 8.5.x-trunk
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Sever
https://bz.apache.org/bugzilla/show_bug.cgi?id=61877
--- Comment #1 from Mark Thomas ---
I'm leaning towards WONTFIX for this.
As far as I recall, no configuration files are read from CATALINA_HOME. They
are always read, and only read, from CATALINA_BASE. I don't think making the
default web.xml
https://bz.apache.org/bugzilla/show_bug.cgi?id=61877
--- Comment #2 from Chris Cheshire ---
Fair enough, then I request the documentation be made a little clearer. The
section "Advanced Configuration - Multiple Tomcat Instances" in RUNNING.txt,
states
* conf - Server configuration files (includ
https://bz.apache.org/bugzilla/show_bug.cgi?id=61877
--- Comment #3 from Igal Sapir ---
The documentation is open-sourced. You can make the changes exactly as you see
fit and propose them as a patch.
See https://github.com/apache/tomcat/tree/trunk/webapps/docs
--
You are receiving this mail b
https://bz.apache.org/bugzilla/show_bug.cgi?id=61880
Bug ID: 61880
Summary: Tomcat server 5: java process crashing
Product: Tomcat 7
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
https://bz.apache.org/bugzilla/show_bug.cgi?id=61875
--- Comment #2 from Jeremy Boynes ---
I applied the patch and made the ForEachTag tests work and am seeing the same
performance problem we had before.
With the current implementation the testIterationPerformance test completes
200K iterations
34 matches
Mail list logo