https://bz.apache.org/bugzilla/show_bug.cgi?id=57845
Bug ID: 57845
Summary: Multiple JspServletWrapper's sharing one
JspCompilationContext
Product: Tomcat 7
Version: 7.0.56
Hardware: PC
OS: Linux
Now ApacheCon is over, the changelog for 8.0.22 is looking reasonably
long (it fills more than a single screen in my browser) and the end of
the month is approaching, I'm going to start looking at a 8.0.22 release.
I have the usual plan in mind, review all the open bugs that affect
8.0.22 and eith
Author: markt
Date: Wed Apr 22 08:53:18 2015
New Revision: 1675276
URL: http://svn.apache.org/r1675276
Log:
Allow this to compile with Java 6
Modified:
tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestValidationQueryTimeout.java
Modified:
tomcat/tc7.0.x/
Author: markt
Date: Wed Apr 22 08:58:38 2015
New Revision: 1675279
URL: http://svn.apache.org/r1675279
Log:
Whitespace clean-up
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
tomcat/tc7.0.x/trunk/java/o
Author: markt
Date: Wed Apr 22 09:02:22 2015
New Revision: 1675281
URL: http://svn.apache.org/r1675281
Log:
Switch to ConcurrentHashMap and remove syncs
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Propch
https://bz.apache.org/bugzilla/show_bug.cgi?id=57338
--- Comment #9 from Mark Thomas ---
It has been long enough now without any issues being reported so I'll start
work on the back-port.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: markt
Date: Wed Apr 22 09:04:03 2015
New Revision: 1675282
URL: http://svn.apache.org/r1675282
Log:
No longer need a separate lookup() method
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Propchang
Author: markt
Date: Wed Apr 22 09:09:13 2015
New Revision: 1675284
URL: http://svn.apache.org/r1675284
Log:
Refactor the sync to simply synchronize the method
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Author: markt
Date: Wed Apr 22 09:10:19 2015
New Revision: 1675285
URL: http://svn.apache.org/r1675285
Log:
Remove final so sub-classes can replace these.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Prop
Author: markt
Date: Wed Apr 22 09:28:56 2015
New Revision: 1675289
URL: http://svn.apache.org/r1675289
Log:
First pass at fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=57338
so SSO entries are kept in sync across the cluster as nodes are added and
removed.
Added:
tomcat/tc7.0.x
Author: markt
Date: Wed Apr 22 09:29:43 2015
New Revision: 1675290
URL: http://svn.apache.org/r1675290
Log:
Clean up
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOnEntry.java
Propchange: tomcat/tc7.0.x/trunk/
---
Author: markt
Date: Wed Apr 22 09:31:20 2015
New Revision: 1675291
URL: http://svn.apache.org/r1675291
Log:
Remove unused method spotted by kfujino
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Propchange:
Author: markt
Date: Wed Apr 22 09:34:08 2015
New Revision: 1675293
URL: http://svn.apache.org/r1675293
Log:
kfujino review of BZ 57338 fix.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
tomcat/tc7.0.x
Author: markt
Date: Wed Apr 22 09:35:46 2015
New Revision: 1675294
URL: http://svn.apache.org/r1675294
Log:
Avoid unnecessary object creation
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Propchange: tomca
Author: markt
Date: Wed Apr 22 09:36:52 2015
New Revision: 1675295
URL: http://svn.apache.org/r1675295
Log:
Remove unused code
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/BasicAuthenticator.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator
Author: markt
Date: Wed Apr 22 09:38:11 2015
New Revision: 1675297
URL: http://svn.apache.org/r1675297
Log:
SSO now retains just the session ID rather than the actual session object so
there is no need to remove sessions that have been passivated.
Modified:
tomcat/tc7.0.x/trunk/ (props cha
Author: markt
Date: Wed Apr 22 09:38:37 2015
New Revision: 1675298
URL: http://svn.apache.org/r1675298
Log:
Comment typo
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Propchange: tomcat/tc7.0.x/trunk/
Author: markt
Date: Wed Apr 22 09:40:12 2015
New Revision: 1675299
URL: http://svn.apache.org/r1675299
Log:
Should use containerLog rather than own log
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/LocalStrings.properties
Author: markt
Date: Wed Apr 22 09:42:01 2015
New Revision: 1675300
URL: http://svn.apache.org/r1675300
Log:
Calls to associate need to trigger a Map update as well
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.j
Author: markt
Date: Wed Apr 22 09:45:27 2015
New Revision: 1675302
URL: http://svn.apache.org/r1675302
Log:
Refactor to replace reverse map with dedicated session listener that contains a
reference to the SSO ID. This refactoring is in support of the fix for BZ 57338.
Added:
tomcat/tc7.0.x/
Author: markt
Date: Wed Apr 22 09:47:19 2015
New Revision: 1675303
URL: http://svn.apache.org/r1675303
Log:
Debug logging improvements
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/LocalStrings.properties
tomcat/tc7.0.x
Author: markt
Date: Wed Apr 22 09:56:56 2015
New Revision: 1675306
URL: http://svn.apache.org/r1675306
Log:
StringManager uses package name, not class name.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Modified:
tomcat/tc8.0.x/trunk/java/org/apach
Author: markt
Date: Wed Apr 22 10:12:08 2015
New Revision: 1675310
URL: http://svn.apache.org/r1675310
Log:
Clean-up back-port
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/authenticator/ClusterSi
Author: markt
Date: Wed Apr 22 10:15:23 2015
New Revision: 1675312
URL: http://svn.apache.org/r1675312
Log:
kfujino review of BZ 57338 fix. Add configuration options for mapSendOptions
and terminateOnStartFailure. Document the configuration options.
Modified:
tomcat/tc7.0.x/trunk/ (props
Author: markt
Date: Wed Apr 22 10:30:08 2015
New Revision: 1675317
URL: http://svn.apache.org/r1675317
Log:
nit
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java
URL:
htt
Author: markt
Date: Wed Apr 22 10:32:06 2015
New Revision: 1675320
URL: http://svn.apache.org/r1675320
Log:
Review back-port of BZ 57338 fixes
Add missing patches
Align 7.0.x and 8.0.x for easier checking
Added:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/authenticator/ClusterSingleSign
Author: markt
Date: Wed Apr 22 10:36:27 2015
New Revision: 1675323
URL: http://svn.apache.org/r1675323
Log:
Update changelog
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=57338
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEEDINFO
Author: markt
Date: Wed Apr 22 11:04:43 2015
New Revision: 1675328
URL: http://svn.apache.org/r1675328
Log:
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749
Drop logging to debug now we know the root cause (concurrent close)
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/In
rkspace/junit/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO2
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150422-native-src.tar.gz
-Dexampl
Author: markt
Date: Wed Apr 22 12:16:11 2015
New Revision: 1675342
URL: http://svn.apache.org/r1675342
Log:
Add temporary work-around to fix SSL with APR during refactoring.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/
https://bz.apache.org/bugzilla/show_bug.cgi?id=57791
Mark Thomas changed:
What|Removed |Added
OS||All
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #10 from Mark Thoma
https://bz.apache.org/bugzilla/show_bug.cgi?id=57802
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|NEEDINFO
--- Comment #9 from Mark Thomas
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Apr 22 19:31:10 2015
New Revision: 1675461
URL: http://svn.apache.org/r1675461
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57833
Need to ensure key aliases are converted to lower case for JKS key stores.
Based on a patch provided by Santosh Giri Govind M.
Modif
Author: markt
Date: Wed Apr 22 19:34:55 2015
New Revision: 1675469
URL: http://svn.apache.org/r1675469
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57833
Need to ensure key aliases are converted to lower case for JKS key stores.
Based on a patch provided by Santosh Giri Govind M.
Modif
Author: markt
Date: Wed Apr 22 19:36:46 2015
New Revision: 1675470
URL: http://svn.apache.org/r1675470
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57833
Need to ensure key aliases are converted to lower case for JKS key stores.
Based on a patch provided by Santosh Giri Govind M.
Modif
https://bz.apache.org/bugzilla/show_bug.cgi?id=57833
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Apr 22 20:05:02 2015
New Revision: 1675486
URL: http://svn.apache.org/r1675486
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57841
Improve error logging during context start
Modified:
tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties
tomc
Author: markt
Date: Wed Apr 22 20:06:37 2015
New Revision: 1675488
URL: http://svn.apache.org/r1675488
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57841
Improve error logging during context start
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/a
Author: markt
Date: Wed Apr 22 20:10:45 2015
New Revision: 1675489
URL: http://svn.apache.org/r1675489
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57841
Improve error logging during context start
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/a
https://bz.apache.org/bugzilla/show_bug.cgi?id=57841
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The Buildbot has detected a build exception on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/627
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836
--- Comment #1 from George Stanchev ---
Created attachment 32678
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32678&action=edit
proposed fix
Attached is proposed fix.
--
You are receiving this mail because:
You are the assignee for
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-tc8.0.x-test-nio2 has an issue affecting its community
integration
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823
--- Comment #2 from gregh ---
This was the entry in the /etc/rc.d/init.d script that I have used for many
years, 5,6,7. This only happens in 8.
CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar
ie the CLASSPATH value in /etc/profile.
49 matches
Mail list logo