On Sep 15, 2013, at 4:49 PM, sebb wrote:
> On 14 September 2013 17:09, Jeremy Boynes wrote:
>>
>> I think addressed those issues in the following changes:
>> http://svn.apache.org/r1512150
>> http://svn.apache.org/r1512151
>> http://svn.apache.org/r1512153
>> http://svn.apache.org/r1512158
>
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
--- Comment #43 from Mark Thomas ---
(In reply to Konstantin Preißer from comment #42)
> Created attachment 30824 [details]
> this patch improves the markup in the Tomcat Site XMLs. After applying, the
> HTMls should validate against a HTM
Author: markt
Date: Wed Sep 18 11:07:00 2013
New Revision: 1524365
URL: http://svn.apache.org/r1524365
Log:
Fix broken message
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/Cache.java
Modified: tomcat/trunk/java/org/apache/catalina/webresources/Cache.java
URL:
http://svn.apac
Author: markt
Date: Wed Sep 18 11:12:02 2013
New Revision: 1524366
URL: http://svn.apache.org/r1524366
Log:
Fix a TODO. Exclude resources in WEB-INF/classes and WEB-INF/lib from
the cache as the class loader has its own caching mechanism.
Modified:
tomcat/trunk/java/org/apache/catalina/webres
https://issues.apache.org/bugzilla/show_bug.cgi?id=55511
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55508
Violeta Georgieva changed:
What|Removed |Added
Component|Jasper |Jasper
Version|7.0.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44818
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
Author: markt
Date: Wed Sep 18 13:21:08 2013
New Revision: 1524400
URL: http://svn.apache.org/r1524400
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46727
Refactor default servlet to make it easier to sub-class to implement finer
grained control of the file encoding. Based on a pat
https://issues.apache.org/bugzilla/show_bug.cgi?id=46727
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Component|Catalina
Author: markt
Date: Wed Sep 18 14:00:41 2013
New Revision: 1524418
URL: http://svn.apache.org/r1524418
Log:
A few more false positives
Modified:
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL:
http://svn.apache.org/vie
Author: markt
Date: Wed Sep 18 14:02:11 2013
New Revision: 1524419
URL: http://svn.apache.org/r1524419
Log:
Update
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1524419&r1=1524418&r2=1524419&v
Author: remm
Date: Wed Sep 18 16:58:49 2013
New Revision: 1524491
URL: http://svn.apache.org/r1524491
Log:
The previous tag was missing a connector related patch.
Added:
tomcat/sandbox/storeconfig6/tags/0.0.1.Alpha2/
- copied from r1524490, tomcat/sandbox/storeconfig6/trunk/
-
Author: remm
Date: Wed Sep 18 17:01:01 2013
New Revision: 1524492
URL: http://svn.apache.org/r1524492
Log:
The previous tag was missing a connector related patch.
Added:
tomcat/sandbox/storeconfig7/tags/0.0.1.Alpha2/
- copied from r1524491, tomcat/sandbox/storeconfig7/trunk/
-
Author: remm
Date: Wed Sep 18 17:06:30 2013
New Revision: 1524493
URL: http://svn.apache.org/r1524493
Log:
Fix version numbers ...
Modified:
tomcat/sandbox/storeconfig6/tags/0.0.1.Alpha2/pom.xml
tomcat/sandbox/storeconfig7/tags/0.0.1.Alpha2/pom.xml
Modified: tomcat/sandbox/storeconfig6/t
Author: markt
Date: Wed Sep 18 18:48:41 2013
New Revision: 1524528
URL: http://svn.apache.org/r1524528
Log:
Fix comment
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java
URL:
http://svn.apache.or
Author: violetagg
Date: Wed Sep 18 19:44:03 2013
New Revision: 1524545
URL: http://svn.apache.org/r1524545
Log:
Tag 7.0.43
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_43/ (props changed)
- copied from r1524542, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_0_43/build.prop
Author: markt
Date: Wed Sep 18 19:45:13 2013
New Revision: 1524546
URL: http://svn.apache.org/r1524546
Log:
Correct log message. Use better language
Modified:
tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClas
2013/9/17 Mark Thomas :
> The proposed Apache Tomcat 8.0.0 release candidate 2 is now available
> for voting.
>
> Given this is a release candidate I am working on the basis that it is
> equivalent to an alpha. The main changes since RC1 are:
> - Updated spec implementations with results of various
Mark,
On 9/17/13 1:53 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.0 release candidate 2 is now available
> for voting.
>
> Given this is a release candidate I am working on the basis that it is
> equivalent to an alpha. The main changes since RC1 are:
> - Updated spec implementations
On 18/09/2013 21:18, Christopher Schultz wrote:
> Mark,
>
> On 9/17/13 1:53 PM, Mark Thomas wrote:
>> The proposed Apache Tomcat 8.0.0 release candidate 2 is now
>> available for voting.
>>
>> Given this is a release candidate I am working on the basis that
>> it is equivalent to an alpha. The ma
On 18/09/2013 20:49, Konstantin Kolinko wrote:
> 2013/9/17 Mark Thomas :
>> The proposed Apache Tomcat 8.0.0 release candidate 2 is now available
>> for voting.
>>
>> Given this is a release candidate I am working on the basis that it is
>> equivalent to an alpha. The main changes since RC1 are:
>>
Author: markt
Date: Wed Sep 18 20:24:02 2013
New Revision: 1524557
URL: http://svn.apache.org/r1524557
Log:
Fix starting with a security manager
Modified:
tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java
Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityCl
Author: markt
Date: Wed Sep 18 20:28:19 2013
New Revision: 1524558
URL: http://svn.apache.org/r1524558
Log:
Use the intended (based on the changes to the policy file) name for the new
system property.
Modified:
tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java
Modified: tomcat/tr
Author: markt
Date: Wed Sep 18 20:30:48 2013
New Revision: 1524559
URL: http://svn.apache.org/r1524559
Log:
Use the intended (based on the changes to the policy file) name for the new
system property.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/
Mark,
On 9/18/13 4:28 PM, ma...@apache.org wrote:
> Author: markt
> Date: Wed Sep 18 20:28:19 2013
> New Revision: 1524558
>
> URL: http://svn.apache.org/r1524558
> Log:
> Use the intended (based on the changes to the policy file) name for the new
> system property.
Ugh. Thanks for the cleanup.
I get a crash when using tcnative 1.1.28 and JDK 1.7.0_40 on Solaris 10:
WARN: Test failure in
'output/build/logs/TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.APR.txt':
Testsuite: org.apache.tomcat.websocket.TestWsWebSocketContainer
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Ti
27 matches
Mail list logo