Author: remm
Date: Tue Jan 19 10:28:10 2016
New Revision: 1725466
URL: http://svn.apache.org/viewvc?rev=1725466&view=rev
Log:
Javadoc fixes.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/modeler/AttributeInfo.java
tomcat/trunk/java/org/apache/tomcat/util/modeler/BaseAttributeFilter.j
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/952
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Tue Jan 19 12:48:31 2016
New Revision: 1725497
URL: http://svn.apache.org/viewvc?rev=1725497&view=rev
Log:
Fix a couple of IDE warnings triggered by adding the missing Javadoc
Fix the remaining Javadoc warnings
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/ap
2016-01-19 13:48 GMT+01:00 :
> Author: markt
> Date: Tue Jan 19 12:48:31 2016
> New Revision: 1725497
>
> URL: http://svn.apache.org/viewvc?rev=1725497&view=rev
> Log:
> Fix a couple of IDE warnings triggered by adding the missing Javadoc
> Fix the remaining Javadoc warnings
>
> Modified:
>
> tomc
On 19/01/2016 12:52, Rémy Maucherat wrote:
> 2016-01-19 13:48 GMT+01:00 :
>
>> Author: markt
>> Date: Tue Jan 19 12:48:31 2016
>> New Revision: 1725497
>>
>> URL: http://svn.apache.org/viewvc?rev=1725497&view=rev
>> Log:
>> Fix a couple of IDE warnings triggered by adding the missing Javadoc
>> Fi
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/953
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Author: schultz
Date: Tue Jan 19 14:47:38 2016
New Revision: 1725537
URL: http://svn.apache.org/viewvc?rev=1725537&view=rev
Log:
Typo in comment
Modified:
tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java
Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java
URL:
htt
Author: remm
Date: Tue Jan 19 16:45:26 2016
New Revision: 1725566
URL: http://svn.apache.org/viewvc?rev=1725566&view=rev
Log:
Update status for javadocs and add a todo item.
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
http://svn.apache.org/viewvc/tomca
https://bz.apache.org/bugzilla/show_bug.cgi?id=58891
Bug ID: 58891
Summary: Bad and/or dangerous SSL/TLS documentation
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancem
Author: rjung
Date: Tue Jan 19 19:28:37 2016
New Revision: 1725598
URL: http://svn.apache.org/viewvc?rev=1725598&view=rev
Log:
Further simplify PCRE handling code
to ease migrating to PCRE2.
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk/trunk/native/iis/jk_isapi_
Author: markt
Date: Tue Jan 19 19:34:04 2016
New Revision: 1725599
URL: http://svn.apache.org/viewvc?rev=1725599&view=rev
Log:
Deprecate lifecycle states that were never used and could never be used.
Add new Lifecycle.SingleUse marker interface as a replacement for
MUST_DESTROY
Document how to use
Author: markt
Date: Tue Jan 19 19:34:09 2016
New Revision: 1725600
URL: http://svn.apache.org/viewvc?rev=1725600&view=rev
Log:
Remove deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/LifecycleState.java
Modified: tomcat/trunk/java/org/apache/catalina/LifecycleState.java
URL:
Author: markt
Date: Tue Jan 19 19:40:31 2016
New Revision: 1725601
URL: http://svn.apache.org/viewvc?rev=1725601&view=rev
Log:
Avoid users of Lifecycle objects having to figure out if they need to call
destroy or not.
Modified:
tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java
M
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/956
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
-commons/daemon/dist/bin/commons-daemon-20160119-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.relaxTiming=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2016
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
On 1/18/16 5:30 AM, Mark Thomas wrote:
> On 18/01/2016 09:24, Rémy Maucherat wrote:
>> 2016-01-18 10:17 GMT+01:00 :
>>
>>> Author: markt Date: Mon Jan 18 09:17:13 2016 New Revision:
>>> 1725201
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1725
Author: markt
Date: Tue Jan 19 22:38:38 2016
New Revision: 1725635
URL: http://svn.apache.org/viewvc?rev=1725635&view=rev
Log:
Fix test failures
Automatically calling stop() after start() failed triggered multiple
failures to revert that part of the refactoring in r1725599
Modified:
tomcat/tr
Author: markt
Date: Tue Jan 19 22:59:34 2016
New Revision: 1725646
URL: http://svn.apache.org/viewvc?rev=1725646&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
On 19/01/2016 02:25, Keiichi Fujino wrote:
> 2016-01-18 22:13 GMT+09:00 :
>
>> Author: markt
>> Date: Mon Jan 18 13:13:35 2016
>> New Revision: 1725263
>>
>> URL: http://svn.apache.org/viewvc?rev=1725263&view=rev
>> Log:
>> Expand the session attribute filtering options
>> - new option to filter b
Author: markt
Date: Tue Jan 19 23:20:32 2016
New Revision: 1725649
URL: http://svn.apache.org/viewvc?rev=1725649&view=rev
Log:
Remove deprecated attribute (sessionAttributeFilter) from clone. Has been
replaced by sessionAttributeNameFilter
Modified:
tomcat/trunk/java/org/apache/catalina/ha/s
Author: markt
Date: Tue Jan 19 23:26:11 2016
New Revision: 1725650
URL: http://svn.apache.org/viewvc?rev=1725650&view=rev
Log:
Remove unnecessary code.
Context is already distributable and Context.distributable is replicated to
Manager.distributable
Modified:
tomcat/trunk/java/org/apache/cat
mons/daemon/dist/bin/commons-daemon-20160119-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-20160119/lib
-Dtest.relaxTiming=true
-Dcommons-daemon.
Author: markt
Date: Tue Jan 19 23:27:17 2016
New Revision: 1725651
URL: http://svn.apache.org/viewvc?rev=1725651&view=rev
Log:
Use distributable and sessionTimeout from Context rather than values copied to
Manager since the Context values (should) always take precedence and overwrite
anything se
https://bz.apache.org/bugzilla/show_bug.cgi?id=58891
--- Comment #1 from Remy Maucherat ---
IMO this howto is a quick start with running the SSL connectors and testing
them, intended for developers. SSL is complex ! It could a good idea to add
some "production" SSL information in addition to that
Author: markt
Date: Tue Jan 19 23:43:11 2016
New Revision: 1725652
URL: http://svn.apache.org/viewvc?rev=1725652&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: markt
Date: Tue Jan 19 23:51:23 2016
New Revision: 1725654
URL: http://svn.apache.org/viewvc?rev=1725654&view=rev
Log:
Remove deprecated attributes from Manager
Modified:
tomcat/trunk/java/org/apache/catalina/Manager.java
tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-des
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-20160119.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
https://bz.apache.org/bugzilla/show_bug.cgi?id=58895
Bug ID: 58895
Summary: wrong log message "attempt=0"
Product: Tomcat Connectors
Version: 1.2.41
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
https://bz.apache.org/bugzilla/show_bug.cgi?id=58895
--- Comment #1 from Hiroto Shimizu ---
Created attachment 33470
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33470&action=edit
patch against trunk
--
You are receiving this mail because:
You are the assignee for the bug.
--
29 matches
Mail list logo