Author: markt
Date: Wed Oct 1 08:42:33 2014
New Revision: 1628642
URL: http://svn.apache.org/r1628642
Log:
Update for 8.0.14 release
[This commit notification would consist of 82 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
--
Author: markt
Date: Wed Oct 1 08:48:01 2014
New Revision: 1628644
URL: http://svn.apache.org/r1628644
Log:
UPdate for 8.0.14 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/download-80.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/do
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.0.14.
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language and Java
WebSocket technologies.
Apache Tomcat 8.0.14 includes numerous fixes for
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397
--- Comment #22 from Mark Thomas ---
Comment on attachment 32072
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32072
Patch for tomcat-maven-layout created with "svn diff -x -u"
I do not believe that your current approach is vi
Author: markt
Date: Wed Oct 1 09:17:33 2014
New Revision: 1628656
URL: http://svn.apache.org/r1628656
Log:
Add a bug reference
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cha
https://issues.apache.org/bugzilla/show_bug.cgi?id=56394
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56393
Bug 56393 depends on bug 56394, which changed state.
Bug 56394 Summary: Allow cookie-parsing to be pluggable
https://issues.apache.org/bugzilla/show_bug.cgi?id=56394
What|Removed |Added
---
Author: markt
Date: Wed Oct 1 10:18:19 2014
New Revision: 1628670
URL: http://svn.apache.org/r1628670
Log:
Add Cookie generation to the CookieProcessor interface
Re-plumb the current Cookie generation to use the new interface
Provide an initial (and very incomplete) RFC6265 cookie generation
imp
2014-10-01 9:31 GMT+04:00 :
> Author: olamy
> Date: Wed Oct 1 05:31:10 2014
> New Revision: 1628603
>
> URL: http://svn.apache.org/r1628603
> Log:
> bump version to 3.0-SNAPSHOT
>
> Modified:
> tomcat/maven-plugin/branches/tc8.x/common-tomcat-maven-plugin/pom.xml
> tomcat/maven-plugin/bra
2014-10-01 8:02 GMT+04:00 :
> Author: olamy
> Date: Wed Oct 1 04:02:59 2014
> New Revision: 1628592
>
> URL: http://svn.apache.org/r1628592
> Log:
> minot formatting
>
> Modified:
>
> tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8
Author: kkolinko
Date: Wed Oct 1 12:10:24 2014
New Revision: 1628686
URL: http://svn.apache.org/r1628686
Log:
Followup to r1628644: update DOAP file for release of Tomcat 8.0.14.
Modified:
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/xdocs/doap_Tomcat.rdf
Modified: tomcat/si
Author: markt
Date: Wed Oct 1 12:58:41 2014
New Revision: 1628693
URL: http://svn.apache.org/r1628693
Log:
Add validation of cookie values.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/Rfc6265Coo
Author: markt
Date: Wed Oct 1 12:59:00 2014
New Revision: 1628694
URL: http://svn.apache.org/r1628694
Log:
Refactor version 0 cookie generation tests to test both CookieProcessor
implementations.
Added:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieProcessorGeneration.java
(wi
I've had improving the documentation at the back of my mind for some
time. One of the things that bugs me is the duplication - particularly
between the configuration documentation and the Javadoc. With this in
mind I have been mulling over the follow idea. Feedback welcome.
Remove the bulk of the
Author: markt
Date: Wed Oct 1 13:34:44 2014
New Revision: 1628700
URL: http://svn.apache.org/r1628700
Log:
Refactor version 1 cookie generation tests to test both CookieProcessor
implementations.
Removed:
tomcat/trunk/test/org/apache/tomcat/util/http/TestSetCookieSupport.java
Modified:
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/503
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source Sta
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397
--- Comment #23 from Pierre Viret ---
I have seen that the update takes some time but it is difficult for me to say
if this is really an issue or not, as the external definitions are not
committed yet.
On one hand the update is slower, on
Author: markt
Date: Wed Oct 1 14:24:49 2014
New Revision: 1628712
URL: http://svn.apache.org/r1628712
Log:
boolean[] -> BitSet
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.ja
Author: markt
Date: Wed Oct 1 15:13:54 2014
New Revision: 1628730
URL: http://svn.apache.org/r1628730
Log:
Deprecate SetCookieSupport, moving the code into LegacyCookieProcessor and
refactoring for per Context configuration as necessary.
Removed:
tomcat/trunk/test/org/apache/tomcat/util/h
Author: markt
Date: Wed Oct 1 18:33:24 2014
New Revision: 1628803
URL: http://svn.apache.org/r1628803
Log:
Fix typo
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Catalina.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Catalina.java
URL:
http://svn.ap
Author: markt
Date: Wed Oct 1 19:22:47 2014
New Revision: 1628817
URL: http://svn.apache.org/r1628817
Log:
Correct a default
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java
2014-10-01 17:28 GMT+04:00 Mark Thomas :
> I've had improving the documentation at the back of my mind for some
> time. One of the things that bugs me is the duplication - particularly
> between the configuration documentation and the Javadoc. With this in
> mind I have been mulling over the follow
Author: kkolinko
Date: Wed Oct 1 22:05:24 2014
New Revision: 1628850
URL: http://svn.apache.org/r1628850
Log:
Fix typo (Forward-port of r1628803 from Tomcat 7)
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Catalina.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/Catal
2014-10-01 18:24 GMT+04:00 :
> Author: markt
> Date: Wed Oct 1 14:24:49 2014
> New Revision: 1628712
>
> URL: http://svn.apache.org/r1628712
> Log:
> boolean[] -> BitSet
Officially, javadoc for BitSet says that the class is not thread-safe
[1] though the actual implementation of get() method as
On 1 October 2014 22:02, Konstantin Kolinko wrote:
> 2014-10-01 8:02 GMT+04:00 :
>> Author: olamy
>> Date: Wed Oct 1 04:02:59 2014
>> New Revision: 1628592
>>
>> URL: http://svn.apache.org/r1628592
>> Log:
>> minot formatting
>>
>> Modified:
>>
>> tomcat/maven-plugin/branches/tc8.x/tomcat8-
Author: olamy
Date: Wed Oct 1 23:43:11 2014
New Revision: 1628864
URL: http://svn.apache.org/r1628864
Log:
use last tomcat8 version
Modified:
tomcat/maven-plugin/branches/tc8.x/pom.xml
tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/java/org/apache/tomcat/maven/it/Abs
Author: olamy
Date: Wed Oct 1 23:43:18 2014
New Revision: 1628865
URL: http://svn.apache.org/r1628865
Log:
partially revert bad commit r1628603
Modified:
tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/RunMojo.java
Modified:
Author: olamy
Date: Wed Oct 1 23:43:25 2014
New Revision: 1628866
URL: http://svn.apache.org/r1628866
Log:
revert use of cast method
Modified:
tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractRunMojo.java
Modified:
to
oh my bad it was just for testing purpose as I have some issues with
the jsp classloader with the tomcat8 integration. (I will revert that)
As I have limited time currently, I will appreciate any help :-)
The problem is:
SEVERE: Servlet.service() for servlet [jsp] in context with path
[/multi-co
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/507
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
30 matches
Mail list logo