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/429
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
Author: markt
Date: Wed Jan 27 20:35:36 2016
New Revision: 1727182
URL: http://svn.apache.org/viewvc?rev=1727182&view=rev
Log:
When using the new sessionAttributeValueClassNameFilter, apply the filter
earlier rather than loading the class and then deciding to filter it out.
When a SecurityManager
Author: markt
Date: Wed Jan 27 20:27:04 2016
New Revision: 1727179
URL: http://svn.apache.org/viewvc?rev=1727179&view=rev
Log:
Ensure that when sessions are loaded from the Store that the correct
class loader is used. In most cases it was already set but some code
paths from early in the processin
Author: markt
Date: Wed Jan 27 20:26:51 2016
New Revision: 1727178
URL: http://svn.apache.org/viewvc?rev=1727178&view=rev
Log:
Fix indent
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/PersistentValve.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/Persis
Author: markt
Date: Wed Jan 27 20:00:25 2016
New Revision: 1727170
URL: http://svn.apache.org/viewvc?rev=1727170&view=rev
Log:
Deprecate Manager.distributable and Manager.maxInactiveInterval since they
exist in both the Context and the Manager and the Context values always take
precedence.
Modi
Author: kpreisser
Date: Wed Jan 27 19:58:09 2016
New Revision: 1727169
URL: http://svn.apache.org/viewvc?rev=1727169&view=rev
Log:
Fix tabs -> spaces.
Modified:
tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl
Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl
URL:
http://svn.
Author: kpreisser
Date: Wed Jan 27 19:55:54 2016
New Revision: 1727167
URL: http://svn.apache.org/viewvc?rev=1727167&view=rev
Log:
Use the new ASF logo.
Added:
tomcat/site/trunk/docs/images/asf_logo.svg (with props)
tomcat/site/trunk/xdocs/images/asf_logo.svg (with props)
Modified:
Author: markt
Date: Wed Jan 27 19:44:01 2016
New Revision: 1727166
URL: http://svn.apache.org/viewvc?rev=1727166&view=rev
Log:
Expand the session attribute filtering options
- new option to filter based on implementation class of value
- new option to log a warning message if an attribute is filte
Author: markt
Date: Wed Jan 27 19:41:19 2016
New Revision: 1727165
URL: http://svn.apache.org/viewvc?rev=1727165&view=rev
Log:
Fix typo
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/tomca
Author: markt
Date: Wed Jan 27 19:39:35 2016
New Revision: 1727163
URL: http://svn.apache.org/viewvc?rev=1727163&view=rev
Log:
Fix typo
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomca
Author: markt
Date: Wed Jan 27 19:36:05 2016
New Revision: 1727162
URL: http://svn.apache.org/viewvc?rev=1727162&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/
Author: markt
Date: Wed Jan 27 19:24:07 2016
New Revision: 1727159
URL: http://svn.apache.org/viewvc?rev=1727159&view=rev
Log:
Clarify behaviour of Manager.context
Note: This does not impact Context.manager
A Manager can only be used with a single Context and must then be destroyed
when no long
Author: markt
Date: Wed Jan 27 19:22:47 2016
New Revision: 1727158
URL: http://svn.apache.org/viewvc?rev=1727158&view=rev
Log:
Follow-up to r1726922.
Add missed check that the Manager is NEW when the context is set.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/ManagerBase.j
space/apache-commons/daemon/dist/bin/commons-daemon-20160127-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar
-Dcommons-d
Author: markt
Date: Wed Jan 27 15:47:06 2016
New Revision: 1727097
URL: http://svn.apache.org/viewvc?rev=1727097&view=rev
Log:
Make clear that the PersistenceManager is the better option if you actually
*need* to persist session data across restarts.
Modified:
tomcat/tc6.0.x/trunk/ (props
Author: markt
Date: Wed Jan 27 15:46:36 2016
New Revision: 1727096
URL: http://svn.apache.org/viewvc?rev=1727096&view=rev
Log:
Pull up the sessionAttributeFilter option from the cluster managers, rename it
to sessionAttributeNameFilter and make it available in all Manager
implementations.
Modif
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/311
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Author: markt
Date: Wed Jan 27 14:46:15 2016
New Revision: 1727068
URL: http://svn.apache.org/viewvc?rev=1727068&view=rev
Log:
General clean-up
Generics
Use of @Override
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/StandardManager
Author: markt
Date: Wed Jan 27 15:05:52 2016
New Revision: 1727078
URL: http://svn.apache.org/viewvc?rev=1727078&view=rev
Log:
Refactoring
Make the session attribute distribution / filtering more consistent across the
various Manager and Session implementation.
Differentiate between
- whether or
Author: markt
Date: Wed Jan 27 14:58:20 2016
New Revision: 1727075
URL: http://svn.apache.org/viewvc?rev=1727075&view=rev
Log:
Store.load() implementations assume (in places) that getManager().getContext()
always returns a non-null and we haven't had reports of NPEs so make the
assumption consis
Author: markt
Date: Wed Jan 27 14:43:52 2016
New Revision: 1727067
URL: http://svn.apache.org/viewvc?rev=1727067&view=rev
Log:
Refactor to always use the CustomObjectInputStream
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/FileSto
Author: markt
Date: Wed Jan 27 14:38:01 2016
New Revision: 1727066
URL: http://svn.apache.org/viewvc?rev=1727066&view=rev
Log:
Port clean-up (to make merging simpler) prior to back-porting functional changes
Additional generics clean-up
Additional resource closing fixes
Modified:
tomcat/tc6.0
Author: markt
Date: Wed Jan 27 13:57:46 2016
New Revision: 1727056
URL: http://svn.apache.org/viewvc?rev=1727056&view=rev
Log:
Simplify the code
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/FileStore.java
tomcat/tc6.0.x/trunk/
Author: markt
Date: Wed Jan 27 13:51:55 2016
New Revision: 1727054
URL: http://svn.apache.org/viewvc?rev=1727054&view=rev
Log:
Fix potential NPE reported by FindBugs
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/FileStore.java
Pro
Author: kkolinko
Date: Wed Jan 27 13:47:59 2016
New Revision: 1727053
URL: http://svn.apache.org/viewvc?rev=1727053&view=rev
Log:
Allow to configure multiple JUnit test class
patterns with the build property "test.name"
and document the property in BUILDING.txt.
Merged r1726631 and r1727043 from
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/310
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: kkolinko
Date: Wed Jan 27 13:37:09 2016
New Revision: 1727049
URL: http://svn.apache.org/viewvc?rev=1727049&view=rev
Log:
Add framework for client-server unit tests, porting it from Tomcat 7.
Add support for running the tests with Apache Ant.
The tests can be run with
ant download
Author: kkolinko
Date: Wed Jan 27 13:23:31 2016
New Revision: 1727043
URL: http://svn.apache.org/viewvc?rev=1727043&view=rev
Log:
Followup to r1726631. Correct default value typo and amend a bit.
Merged r1727037 from tomcat/tc8.0.x/trunk.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
Author: kkolinko
Date: Wed Jan 27 13:21:50 2016
New Revision: 1727037
URL: http://svn.apache.org/viewvc?rev=1727037&view=rev
Log:
Followup to r1726630. Correct default value typo and amend a bit.
Merged r1726676 from tomcat/trunk.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/
Author: markt
Date: Wed Jan 27 13:13:20 2016
New Revision: 1727034
URL: http://svn.apache.org/viewvc?rev=1727034&view=rev
Log:
When using the new sessionAttributeValueClassNameFilter, apply the filter
earlier rather than loading the class and then deciding to filter it out.
When a SecurityManager
Author: markt
Date: Wed Jan 27 13:06:38 2016
New Revision: 1727031
URL: http://svn.apache.org/viewvc?rev=1727031&view=rev
Log:
Ensure that when sessions are loaded from the Store that the correct
class loader is used. In most cases it was already set but some code
paths from early in the processin
Author: markt
Date: Wed Jan 27 13:04:38 2016
New Revision: 1727030
URL: http://svn.apache.org/viewvc?rev=1727030&view=rev
Log:
Use Context.unbind
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/session/JDBCStore.java
Propchange: tomcat/tc8.
Author: markt
Date: Wed Jan 27 13:03:51 2016
New Revision: 1727029
URL: http://svn.apache.org/viewvc?rev=1727029&view=rev
Log:
Remove empty finally block
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/valves/PersistentValve.java
Propchange
Author: markt
Date: Wed Jan 27 12:38:34 2016
New Revision: 1727021
URL: http://svn.apache.org/viewvc?rev=1727021&view=rev
Log:
Add links for yesterday's presentation and schedule the next one
Modified:
tomcat/site/trunk/docs/presentations.html
tomcat/site/trunk/xdocs/presentations.xml
Mo
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646
Iztok changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #18 from Iztok ---
I have a v
Author: rjung
Date: Wed Jan 27 11:42:26 2016
New Revision: 1727004
URL: http://svn.apache.org/viewvc?rev=1727004&view=rev
Log:
Add configuration attribute "ajpFlush"
for the AJP connectors to disable the sending
of AJP flush packets.
Default behavior is unchanged.
Backport of r1726972, 1726973 a
Author: rjung
Date: Wed Jan 27 11:35:02 2016
New Revision: 1727003
URL: http://svn.apache.org/viewvc?rev=1727003&view=rev
Log:
Remove unused import.
Introduced but not used in r1726922.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/StandardManager.java
Modified:
tomcat/tc
Author: rjung
Date: Wed Jan 27 11:32:57 2016
New Revision: 1727002
URL: http://svn.apache.org/viewvc?rev=1727002&view=rev
Log:
Remove unused import.
Followup to r1726819.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java
Modified:
tomcat/tc7.0.x/trunk/jav
Author: rjung
Date: Wed Jan 27 11:04:18 2016
New Revision: 1726992
URL: http://svn.apache.org/viewvc?rev=1726992&view=rev
Log:
Add configuration attribute "ajpFlush"
for the AJP connectors to disable the sending
of AJP flush packets.
Default behavior is unchanged.
Backport of r1726972, 1726973 a
Author: rjung
Date: Wed Jan 27 10:56:11 2016
New Revision: 1726991
URL: http://svn.apache.org/viewvc?rev=1726991&view=rev
Log:
Adjust javadoc phrasing since the attributes
finally have another name.
Followup to r1726972.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProtocol.j
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
Author: rjung
Date: Wed Jan 27 09:18:17 2016
New Revision: 1726973
URL: http://svn.apache.org/viewvc?rev=1726973&view=rev
Log:
Incomplete rename of new parameter.
Followup to r1726972.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProtocol.java
Modified: tomcat/trunk/java/org
Author: rjung
Date: Wed Jan 27 09:16:03 2016
New Revision: 1726972
URL: http://svn.apache.org/viewvc?rev=1726972&view=rev
Log:
Add configuration option ajpFlush
for the AJP connectors to disable the sending
of AJP flush packets.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/mbeans
Author: rjung
Date: Wed Jan 27 09:02:15 2016
New Revision: 1726968
URL: http://svn.apache.org/viewvc?rev=1726968&view=rev
Log:
Switch from System.out.println() to log.info()
in examples webapp AsyncStockServlet.
The dependency on juli is already present in
async.Async0 and async.Async1.
I wouldn
mons/daemon/dist/bin/commons-daemon-20160127-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20160127/lib
-Dtest.relaxTiming=true
-Dcommons-daemon.
jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar
-
48 matches
Mail list logo