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-20160201.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-20160201.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-20160201.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
https://bz.apache.org/bugzilla/show_bug.cgi?id=58905
--- Comment #2 from Mark Thomas ---
Fixed in 8.0.x for 8.0.32 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: de
Author: markt
Date: Tue Feb 2 00:36:07 2016
New Revision: 1728028
URL: http://svn.apache.org/viewvc?rev=1728028&view=rev
Log:
Ensure that Tomcat.silence() silences the correct logger and
respects the current setting.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk
https://bz.apache.org/bugzilla/show_bug.cgi?id=58827
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Feb 2 00:32:42 2016
New Revision: 1728027
URL: http://svn.apache.org/viewvc?rev=1728027&view=rev
Log:
Deprecate what is left of the JSR-77 implementation.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/Standard
The proposed Apache Tomcat 9.0.0.M3 release is now available for voting.
This is a milestone release for the 9.0.x branch. It should be
noted that, as a milestone release:
- Servlet 4.0 is not finalised
- The EGs have not started work on JSP 2.4, EL 3.1 or WebSocket 1.2/2.0
The major changes comp
On 01/02/2016 23:46, Rémy Maucherat wrote:
> 2016-02-01 20:47 GMT+01:00 :
>
>> Author: markt
>> Date: Mon Feb 1 19:47:13 2016
>> New Revision: 1727992
>>
>> URL: http://svn.apache.org/viewvc?rev=1727992&view=rev
>> Log:
>> Fix a consistent unit test failure on OSX (no idea why it started to
>> ap
2016-02-01 20:47 GMT+01:00 :
> Author: markt
> Date: Mon Feb 1 19:47:13 2016
> New Revision: 1727992
>
> URL: http://svn.apache.org/viewvc?rev=1727992&view=rev
> Log:
> Fix a consistent unit test failure on OSX (no idea why it started to
> appear now)
> Handle the case where the required TLS buff
Author: markt
Date: Mon Feb 1 21:25:41 2016
New Revision: 12153
Log:
Upload 9.0.0.M3 for voting
Added:
dev/tomcat/tomcat-9/v9.0.0.M3/
dev/tomcat/tomcat-9/v9.0.0.M3/KEYS (with props)
dev/tomcat/tomcat-9/v9.0.0.M3/README.html (with props)
dev/tomcat/tomcat-9/v9.0.0.M3/RELEASE-N
Added: dev/tomcat/tomcat-9/v9.0.0.M3/bin/extras/tomcat-juli-adapters.jar.asc
==
--- dev/tomcat/tomcat-9/v9.0.0.M3/bin/extras/tomcat-juli-adapters.jar.asc
(added)
+++ dev/tomcat/tomcat-9/v9.0.0.M3/bin/extras/tomcat-juli-ada
Author: markt
Date: Mon Feb 1 21:09:13 2016
New Revision: 12152
Log:
Drop 9.0.0.M2
Removed:
dev/tomcat/tomcat-9/v9.0.0.M2/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h.
Author: markt
Date: Mon Feb 1 20:51:24 2016
New Revision: 1728005
URL: http://svn.apache.org/viewvc?rev=1728005&view=rev
Log:
Tag 9.0.0.M3
Added:
tomcat/tags/TOMCAT_9_0_0_M3/
- copied from r1727998, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_9_0_0_M3/build.properties.default
to
To much C++ development, got confused about the scope of protected. In C++
this scope is the class and all sub-classes. Not the package. Thanks for
refreshing my mind!
2016-01-31 16:14 GMT+01:00 Alexis Hassler :
> Hi Roel,
>
> Both classes are in the same package. That means that they're allowed
Dear Konstantin,
I am indeed talking about org.apache.catalina.connector.Request.
HttpServletRequest is an interface that we expose to Servlets. However
there is no interface that exposes everything necessary for Tomcat to work.
Therefor Tomcat is using the Request class as the type of the
paramet
Author: markt
Date: Mon Feb 1 19:47:13 2016
New Revision: 1727992
URL: http://svn.apache.org/viewvc?rev=1727992&view=rev
Log:
Fix a consistent unit test failure on OSX (no idea why it started to appear now)
Handle the case where the required TLS buffer increases after the connection
has been ini
Author: markt
Date: Mon Feb 1 19:20:29 2016
New Revision: 1727989
URL: http://svn.apache.org/viewvc?rev=1727989&view=rev
Log:
Format. No functional change.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Sec
The proposed Apache Tomcat 6.0.45 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.45/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1061/
The svn tag is:
http://svn.apache.org/
Author: jfclere
Date: Mon Feb 1 18:15:17 2016
New Revision: 12124
Log:
Stage 6.0.45
Added:
dev/tomcat/tomcat-6/v6.0.45/
dev/tomcat/tomcat-6/v6.0.45/KEYS
dev/tomcat/tomcat-6/v6.0.45/README.html
dev/tomcat/tomcat-6/v6.0.45/RELEASE-NOTES
dev/tomcat/tomcat-6/v6.0.45/bin/
dev/
Author: jfclere
Date: Mon Feb 1 18:07:14 2016
New Revision: 1727983
URL: http://svn.apache.org/viewvc?rev=1727983&view=rev
Log:
Tag 6.0.45
Added:
tomcat/tc6.0.x/tags/TOMCAT_6_0_45/ (props changed)
- copied from r1727982, tomcat/tc6.0.x/trunk/
Propchange: tomcat/tc6.0.x/tags/TOMCAT_6
Author: jfclere
Date: Mon Feb 1 18:05:06 2016
New Revision: 1727982
URL: http://svn.apache.org/viewvc?rev=1727982&view=rev
Log:
ready for 6.0.45
Modified:
tomcat/tc6.0.x/trunk/build.properties.default
Modified: tomcat/tc6.0.x/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481
--- Comment #7 from Jesse ---
We seem to be experiencing possibly the same issue. However our case, the parse
error was not always at [row,col]:[1,1] (although some times its was) and many
times occurred later in the message.
We observed this
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-20160201.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-20160201.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
[
https://issues.apache.org/jira/browse/MTOMCAT-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126255#comment-15126255
]
Matthias Hryniszak commented on MTOMCAT-263:
It's been quite a while since th
Author: markt
Date: Mon Feb 1 13:38:27 2016
New Revision: 1727935
URL: http://svn.apache.org/viewvc?rev=1727935&view=rev
Log:
Remove unnecessary method calls
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SocketBufferHandler.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/ne
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/1004
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Mon Feb 1 12:53:41 2016
New Revision: 1727930
URL: http://svn.apache.org/viewvc?rev=1727930&view=rev
Log:
Fix copy/paste error
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioCha
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-20160201.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
https://bz.apache.org/bugzilla/show_bug.cgi?id=58827
--- Comment #3 from Mark Thomas ---
The remains of the JSR-77 implementation have been removed from 9.0.x.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: markt
Date: Mon Feb 1 11:11:36 2016
New Revision: 1727918
URL: http://svn.apache.org/viewvc?rev=1727918&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58827
Remove what is left of the JSR-77 implementation.
Modified:
tomcat/trunk/java/org/apache/catalina/core/Standa
Author: markt
Date: Mon Feb 1 11:07:20 2016
New Revision: 1727917
URL: http://svn.apache.org/viewvc?rev=1727917&view=rev
Log:
Deprecate what is left of the JSR-77 implementation.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/trunk/java/org/apache/catali
https://bz.apache.org/bugzilla/show_bug.cgi?id=58905
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas ---
Author: markt
Date: Mon Feb 1 10:45:15 2016
New Revision: 1727914
URL: http://svn.apache.org/viewvc?rev=1727914&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58905
Ensure that Tomcat.silence() silences the correct logger and
respects the current setting.
Modified:
tomcat/
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/432
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=58946
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Feb 1 09:42:09 2016
New Revision: 1727905
URL: http://svn.apache.org/viewvc?rev=1727905&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58946
Ensure that the request parameter map remains immutable when processing via a
RequestDispatcher.
Modified:
t
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/1003
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: markt
Date: Mon Feb 1 09:35:47 2016
New Revision: 1727904
URL: http://svn.apache.org/viewvc?rev=1727904&view=rev
Log:
Align with 7.0.x implementation
- add generics
- add @Override
- fix Javadoc typos
- improve whitespace
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/util/P
Author: markt
Date: Mon Feb 1 09:29:00 2016
New Revision: 1727903
URL: http://svn.apache.org/viewvc?rev=1727903&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58946
Ensure that the request parameter map remains immutable when processing via a
RequestDispatcher.
Modified:
t
Author: markt
Date: Mon Feb 1 09:22:36 2016
New Revision: 1727902
URL: http://svn.apache.org/viewvc?rev=1727902&view=rev
Log:
8.0.31 was not released
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.o
Author: markt
Date: Mon Feb 1 09:22:06 2016
New Revision: 1727901
URL: http://svn.apache.org/viewvc?rev=1727901&view=rev
Log:
9.0.0.M2 was not released
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomc
Author: markt
Date: Mon Feb 1 09:21:35 2016
New Revision: 1727900
URL: http://svn.apache.org/viewvc?rev=1727900&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58946
Ensure that the request parameter map remains immutable when processing via a
RequestDispatcher.
Modified:
t
Author: markt
Date: Mon Feb 1 09:20:09 2016
New Revision: 1727899
URL: http://svn.apache.org/viewvc?rev=1727899&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58946
Ensure that the request parameter map remains immutable when processing via a
RequestDispatcher.
Modified:
t
Author: markt
Date: Mon Feb 1 09:19:15 2016
New Revision: 1727898
URL: http://svn.apache.org/viewvc?rev=1727898&view=rev
Log:
Tidy up changelog
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #19 from Mark Thoma
47 matches
Mail list logo