Author: markt
Date: Fri Jul 5 08:13:06 2013
New Revision: 1499928
URL: http://svn.apache.org/r1499928
Log:
More unit tests for BeanNameELResolver
Fix several bugs
- add missing exception handling to isReadOnly()
- correct exception handling in setValue()
Modified:
tomcat/trunk/java/javax/e
Author: markt
Date: Fri Jul 5 08:19:17 2013
New Revision: 1499932
URL: http://svn.apache.org/r1499932
Log:
More unit tests for BeanNameELResolver
Add tests for remaining methods
Modified:
tomcat/trunk/test/javax/el/TestBeanNameELResolver.java
Modified: tomcat/trunk/test/javax/el/TestBeanNam
https://issues.apache.org/bugzilla/show_bug.cgi?id=55171
--- Comment #6 from Mark Thomas ---
(In reply to Niki Dokovski from comment #5)
> Should we try to have the "future" get version with the timeout? Sending
> close as a result of an exception is an error situation anyway.
That is certainly
Author: violetagg
Date: Fri Jul 5 09:11:24 2013
New Revision: 1499953
URL: http://svn.apache.org/r1499953
Log:
Since EL 2.2 javadoc ELContext.getContext must throw NPE when the key that is
provided in NULL.
Added:
tomcat/trunk/test/javax/el/TestELContext.java (with props)
tomcat/trunk
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166
--- Comment #8 from Konstantin Kolinko ---
You are doing it wrong.
a) You have to configure a resolver to be able to locate schemas.
Tomcat uses org.apache.catalina.util.SchemaResolver as configured by
org.apache.catalina.startup.DigesterF
Author: markt
Date: Fri Jul 5 13:34:16 2013
New Revision: 153
URL: http://svn.apache.org/r153
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55186
Ensure local name is recycled between requests so IP virtual hosting works
correctly.
Modified:
tomcat/trunk/java/org/apach
Author: markt
Date: Fri Jul 5 13:36:55 2013
New Revision: 156
URL: http://svn.apache.org/r156
Log:
Ensure local name is recycled between requests so IP virtual hosting works
correctly.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/coyote/
On 02/07/2013 10:18, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.42 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.42/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapach
https://issues.apache.org/bugzilla/show_bug.cgi?id=55186
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
+1 (binding): hgomez, yoavs, rjung, kfujino, olamy, markt
+1 (non-binding): violetagg, Ognjen Blagojevic, Brian Burch, Tony Chemit
No other voters were cast.
The vote has passed.
I'll do the release shortly and announce it once the mirrors catch up.
Mark
---
Author: markt
Date: Fri Jul 5 13:44:40 2013
New Revision: 2363
Log:
Release Apache Tomcat 7.0.42
Added:
release/tomcat/tomcat-7/v7.0.42/
- copied from r2362, dev/tomcat/tomcat-7/v7.0.42/
Removed:
dev/tomcat/tomcat-7/v7.0.42/
---
Author: markt
Date: Fri Jul 5 13:44:40 2013
New Revision: 2363
Log:
Release Apache Tomcat 7.0.42
Added:
release/tomcat/tomcat-7/v7.0.42/
- copied from r2362, dev/tomcat/tomcat-7/v7.0.42/
Removed:
dev/tomcat/tomcat-7/v7.0.42/
---
Author: markt
Date: Fri Jul 5 13:46:20 2013
New Revision: 158
URL: http://svn.apache.org/r158
Log:
Add release date for 7.0.42
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
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1281
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
https://issues.apache.org/bugzilla/show_bug.cgi?id=55200
Bug ID: 55200
Summary: [websocket] Problem writing many subsequent binary
messages
Product: Tomcat 8
Version: trunk
Hardware: Other
OS: Linux
Author: markt
Date: Fri Jul 5 14:28:13 2013
New Revision: 1500019
URL: http://svn.apache.org/r1500019
Log:
Add missing quote
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/tomcat/tc7.0.x/
https://issues.apache.org/bugzilla/show_bug.cgi?id=55170
Stoyan Boshev changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #2 from Stoyan Bos
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1282
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
Author: markt
Date: Fri Jul 5 16:33:06 2013
New Revision: 1500062
URL: http://svn.apache.org/r1500062
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55198
ELInterpreter needs to know if page was originally in XML
Added:
tomcat/trunk/test/webapp/WEB-INF/tags/bug55198.tagx
tom
Author: markt
Date: Fri Jul 5 16:47:09 2013
New Revision: 1500065
URL: http://svn.apache.org/r1500065
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55198
ELInterpreter needs to know if page was originally in XML
Added:
tomcat/tc7.0.x/trunk/test/webapp-3.0/WEB-INF/tags/bug55198.
Author: markt
Date: Fri Jul 5 16:49:29 2013
New Revision: 1500067
URL: http://svn.apache.org/r1500067
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1500067&r1=1500066&r
https://issues.apache.org/bugzilla/show_bug.cgi?id=55198
Mark Thomas changed:
What|Removed |Added
Component|Servlet & JSP API |Jasper
Version|7.0.41
Author: markt
Date: Fri Jul 5 17:22:06 2013
New Revision: 1500075
URL: http://svn.apache.org/r1500075
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55200
It is possible that more than one write will be required to empty the buffer.
Modified:
tomcat/trunk/java/org/apache/tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=55200
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Jul 5 18:37:01 2013
New Revision: 1500093
URL: http://svn.apache.org/r1500093
Log:
Buffer overflow is fatal on read
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.pr
https://issues.apache.org/bugzilla/show_bug.cgi?id=55170
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Fri Jul 5 18:41:32 2013
New Revision: 1500094
URL: http://svn.apache.org/r1500094
Log:
Prep for next version
Modified:
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
Modified: tomcat/tc7.0.x/trunk/build.properties.
Author: violetagg
Date: Fri Jul 5 19:09:16 2013
New Revision: 1500105
URL: http://svn.apache.org/r1500105
Log:
Merged revision 1499953 from tomcat/trunk:
According EL javadoc ELContext.getContext must throw NPE when the provided
class is NULL.
Added:
tomcat/tc7.0.x/trunk/test/javax/el/TestE
Author: markt
Date: Fri Jul 5 19:27:29 2013
New Revision: 1500109
URL: http://svn.apache.org/r1500109
Log:
Updates (excluding docs) for 7.0.42 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-70.html
Author: markt
Date: Fri Jul 5 19:37:10 2013
New Revision: 1500111
URL: http://svn.apache.org/r1500111
Log:
Update docs for Apache Tomcat 7.0.42 release.
[This commit notification would consist of 52 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166
--- Comment #9 from Jeremy Boynes ---
(In reply to Konstantin Kolinko from comment #8)
> a) You have to configure a resolver to be able to locate schemas.
>
I should not need to use a resolver for this case. The base location of the
schem
On Jul 5, 2013, at 9:33 AM, ma...@apache.org wrote:
> +http://java.sun.com/JSP/Page"; version="2.0">
> +
> +
> + foo
> + bar
> +
> +
> +
I believe, strictly, can't have a sub-element like .
Wouldn't the test case still hold if the was removed?
32 matches
Mail list logo