https://issues.apache.org/bugzilla/show_bug.cgi?id=55144
--- Comment #9 from Pavel ---
I did a heap dump - and discovered 2 things:
1. timeout is normal (setting to 30 minutes in atmosphere and it's the same in
the locked thread)
2. the nio connection is an HTTPS
I haven't tested https in my l
https://issues.apache.org/bugzilla/show_bug.cgi?id=55253
Bug ID: 55253
Summary: catalina.sh: Move CATALINA_BASE to show path in 'ps
-ef'
Product: Tomcat 7
Version: unspecified
Hardware: Sun
OS: SunOS
https://issues.apache.org/bugzilla/show_bug.cgi?id=55253
Michael Renz changed:
What|Removed |Added
Version|unspecified |7.0.37
--
You are receiving this m
https://issues.apache.org/bugzilla/show_bug.cgi?id=55254
Bug ID: 55254
Summary: Regarding Tomcat Manager Thread Handling
Product: Tomcat 7
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: e
https://issues.apache.org/bugzilla/show_bug.cgi?id=55254
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Jul 12 08:36:14 2013
New Revision: 1502471
URL: http://svn.apache.org/r1502471
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55244
Fix ClassNotFoundException with JspC
Patch provided by Jeremy Boynes
Modified:
tomcat/trunk/java/org/apache/jasper/servlet/J
https://issues.apache.org/bugzilla/show_bug.cgi?id=55244
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Jul 12 08:38:22 2013
New Revision: 1502472
URL: http://svn.apache.org/r1502472
Log:
Worth a separate changelog entry.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/we
https://issues.apache.org/bugzilla/show_bug.cgi?id=55245
--- Comment #3 from Mark Thomas ---
It is worth noting that this new test case fails and that this is expected as
it highlights at least one bug (bug 55250) in the refactored JspC code.
I've added this locally but will refrain from committ
Author: markt
Date: Fri Jul 12 08:50:45 2013
New Revision: 1502477
URL: http://svn.apache.org/r1502477
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55250
Fix JspC refactoring - tldLocationsCache not created
Patch by Jeremy Boynes
Modified:
tomcat/trunk/java/org/apache/jasper/Js
https://issues.apache.org/bugzilla/show_bug.cgi?id=55250
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Jul 12 08:58:10 2013
New Revision: 1502486
URL: http://svn.apache.org/r1502486
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55245
Add JspC test cases.
Patch by Jeremy Boynes.
Added:
tomcat/trunk/test/org/apache/jasper/TestJspC.java (with props)
Modifie
https://issues.apache.org/bugzilla/show_bug.cgi?id=55245
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55144
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
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/4658
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=55253
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Jul 12 10:03:30 2013
New Revision: 1502503
URL: http://svn.apache.org/r1502503
Log:
Need Ant on class path to compile new JspC unit test.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=15
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/4659
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Fri Jul 12 10:58:27 2013
New Revision: 1502510
URL: http://svn.apache.org/r1502510
Log:
Add unit tests for expression evaluation
Modified:
tomcat/trunk/test/javax/el/TestEvaluationListener.java
Modified: tomcat/trunk/test/javax/el/TestEvaluationListener.java
URL:
http://
Author: markt
Date: Fri Jul 12 11:09:05 2013
New Revision: 1502511
URL: http://svn.apache.org/r1502511
Log:
Tweak tests
Modified:
tomcat/trunk/test/javax/el/TestELContext.java
Modified: tomcat/trunk/test/javax/el/TestELContext.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/javax/e
Author: markt
Date: Fri Jul 12 11:20:44 2013
New Revision: 1502514
URL: http://svn.apache.org/r1502514
Log:
Add unit test for VariableMapper entry removal
Added:
tomcat/trunk/test/org/apache/el/lang/TesterVariableMapperImpl.java (with
props)
Added: tomcat/trunk/test/org/apache/el/lang/Tes
https://issues.apache.org/bugzilla/show_bug.cgi?id=55257
Bug ID: 55257
Summary: [websocket] unresponsive SSL handling under load
Product: Tomcat 8
Version: trunk
Hardware: PC
Status: NEW
Severity: normal
Priorit
Author: markt
Date: Fri Jul 12 12:00:26 2013
New Revision: 1502522
URL: http://svn.apache.org/r1502522
Log:
More updates for the new method FunctionMapper#mapFunction
- null method should remove an entry from the map
- ensure implementations that need to override new method do so
- fix concurrency
Author: markt
Date: Fri Jul 12 12:10:40 2013
New Revision: 1502524
URL: http://svn.apache.org/r1502524
Log:
Flag a TODO
Modified:
tomcat/trunk/java/javax/el/StandardELContext.java
Modified: tomcat/trunk/java/javax/el/StandardELContext.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java
https://issues.apache.org/bugzilla/show_bug.cgi?id=55209
Pavel Veretennikov changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|-
Author: markt
Date: Fri Jul 12 12:23:25 2013
New Revision: 1502528
URL: http://svn.apache.org/r1502528
Log:
Add initial unit test for ELProcessor and handle the fact that expressions are
defined without brackets.
Added:
tomcat/trunk/test/javax/el/TestELProcessor.java (with props)
Modified:
Author: markt
Date: Fri Jul 12 13:25:04 2013
New Revision: 1502552
URL: http://svn.apache.org/r1502552
Log:
Add some more unit tests for the EL processor and make sure it uses the import
information it has to hand to resolve class names.
Modified:
tomcat/trunk/java/javax/el/ELProcessor.java
While working on
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215, I was
surprised to discover my log files generated by AccessLogValve do not
seem to be handled by log4j.
I've worked with the various Authenticator Valves and all I could
remember was they used the juli Logger services
https://issues.apache.org/bugzilla/show_bug.cgi?id=53504
Brendan Nolan changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WONTFI
https://issues.apache.org/bugzilla/show_bug.cgi?id=53504
--- Comment #3 from Nick Williams ---
I'm with rksands and Brendan. The jstl.jar exclusion makes no sense in Tomcat 7
or 8 anymore. I think it should be removed.
--
You are receiving this mail because:
You are the assignee for the bug.
-
On Jul 12, 2013, at 1:46 AM, bugzi...@apache.org wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=55245
>
> --- Comment #3 from Mark Thomas ---
> It is worth noting that this new test case fails and that this is expected as
> it highlights at least one bug (bug 55250) in the refactore
Author: markt
Date: Fri Jul 12 17:23:10 2013
New Revision: 1502624
URL: http://svn.apache.org/r1502624
Log:
Cosmetic clean-up
- line length
- alignment
Modified:
tomcat/trunk/java/org/apache/el/parser/ELParser.jjt
Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.jjt
URL:
http://svn
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "HowTo/FasterStartUp" page has been changed by ChristopherSchultz:
https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff&rev1=14&rev2=15
Note the "`/./`" characters i
2013/7/12 Brian Burch :
> While working on https://issues.apache.org/bugzilla/show_bug.cgi?id=55215, I
> was surprised to discover my log files generated by AccessLogValve do not
> seem to be handled by log4j.
>
> I've worked with the various Authenticator Valves and all I could remember
> was they
2013/7/12 :
> Author: markt
> Date: Fri Jul 12 13:25:04 2013
> New Revision: 1502552
>
> URL: http://svn.apache.org/r1502552
> Log:
> Add some more unit tests for the EL processor and make sure it uses the
> import information it has to hand to resolve class names.
>
> Modified:
> tomcat/trun
Hello,
a basic CometProcessor servlet, I found that the CometEvent END is not
fired.only BEGIN event is fired.
(tested on 7.0.34 and the latest 7.0.42)
please use a browser to access the servlet
BWT, it seems that the org.apache.tomcat.dbcp.dbcp.BasicDataSource code
missing in the svn:tc7.0.x
https://issues.apache.org/bugzilla/show_bug.cgi?id=55259
Bug ID: 55259
Summary: Unnecessary work in JspConfig
Product: Tomcat 8
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: trivial
https://issues.apache.org/bugzilla/show_bug.cgi?id=55259
--- Comment #1 from Jeremy Boynes ---
Created attachment 30588
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30588&action=edit
patch to move instantiation outside the loop
--
You are receiving this mail because:
You are the a
https://issues.apache.org/bugzilla/show_bug.cgi?id=55257
Niki Dokovski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 13/07/13 00:10, Konstantin Kolinko wrote:
2013/7/12 Brian Burch :
While working on https://issues.apache.org/bugzilla/show_bug.cgi?id=55215, I
was surprised to discover my log files generated by AccessLogValve do not
seem to be handled by log4j.
I've worked with the various Authenticator Val
40 matches
Mail list logo