2013/7/9 Konstantin Kolinko wrote:
>
> 2013/7/9 :
> > 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/4625
> >
> > Buildbot URL: http://ci.apache.org/
> >
> > Buil
On Jul 8, 2013, at 2:32 PM, Mark Thomas wrote:
> On 08/07/2013 16:02, Jeremy Boynes wrote:
>> On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote:
>>> On 08/07/2013 06:38, Jeremy Boynes wrote:
>> ...
>>>
I'm planning on merging these two patches and pressing on with a
converged solution, b
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/4626
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: violetagg
Date: Tue Jul 9 04:33:04 2013
New Revision: 1501082
URL: http://svn.apache.org/r1501082
Log:
Followup to r1500964: The new package in *RuleSet classes and in mbeans
descriptors.
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/ContextEnvironmentMBean.java
tomcat/
Author: violetagg
Date: Tue Jul 9 04:28:42 2013
New Revision: 1501081
URL: http://svn.apache.org/r1501081
Log:
Followup to r1500947: NamingResources -> NamingResourcesImpl
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/NamingResourcesMBean.java
tomcat/trunk/java/org/apache/catali
2013/7/9 :
> 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/4625
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubuntu
>
> Build Reas
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/4625
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
ricou7b created MTOMCAT-231:
---
Summary: tomcat6:run fail with jdk1.5 because commons-io-2.4
requires jdk1.6
Key: MTOMCAT-231
URL: https://issues.apache.org/jira/browse/MTOMCAT-231
Project: Apache Tomcat Mave
Author: markt
Date: Mon Jul 8 21:44:32 2013
New Revision: 1500979
URL: http://svn.apache.org/r1500979
Log:
Add a Servlet 2.2 test web application.
Extracted from a larger patch by Jeremy Boynes
Added:
tomcat/trunk/test/webapp-2.2/
- copied from r1500948, tomcat/trunk/test/webapp-2.3/
M
On 08/07/2013 16:02, Jeremy Boynes wrote:
> On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote:
>> On 08/07/2013 06:38, Jeremy Boynes wrote:
> ...
>>
>>> I'm planning on merging these two patches and pressing on with a
>>> converged solution, but probably won't be able to do much until next
>>> weeken
Author: markt
Date: Mon Jul 8 21:02:52 2013
New Revision: 1500948
URL: http://svn.apache.org/r1500948
Log:
Switch to NamingResources interface in objects that represent JNDI
entries in web.xml
Added:
tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/NamingResources.java
Modified:
t
Author: markt
Date: Mon Jul 8 21:02:07 2013
New Revision: 1500947
URL: http://svn.apache.org/r1500947
Log:
NamingResources -> NamingResourcesImpl in preparation for new interface
NamingResources
Added:
tomcat/trunk/java/org/apache/catalina/deploy/NamingResourcesImpl.java
- copied, chan
Author: markt
Date: Mon Jul 8 20:32:53 2013
New Revision: 1500934
URL: http://svn.apache.org/r1500934
Log:
Move URL decoding util methods to support upcoming refactoring of
web.xml parsing.
Added:
tomcat/trunk/test/org/apache/tomcat/util/buf/TestUDecoder.java
- copied, changed from r15
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215
--- Comment #1 from Konstantin Kolinko ---
(In reply to Brian Burch from comment #0)
> Created attachment 30569 [details]
> patch to docs/logging.xml
>
> I decided to make a fresh start with my log4j configuration because it
> hasn't chang
Author: violetagg
Date: Mon Jul 8 19:10:52 2013
New Revision: 1500887
URL: http://svn.apache.org/r1500887
Log:
Unit tests for ELContext
Modified:
tomcat/trunk/java/javax/el/ELContext.java
tomcat/trunk/test/javax/el/TestELContext.java
tomcat/trunk/test/javax/el/TesterEvaluationListene
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215
Bug ID: 55215
Summary: Improvements to sample log4j configuration
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: mino
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/4620
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55210
--- Comment #4 from Nick Williams ---
Excellent! Thanks for acting on it so quickly!
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsub
Author: markt
Date: Mon Jul 8 16:51:38 2013
New Revision: 1500834
URL: http://svn.apache.org/r1500834
Log:
Create a new package for descriptor parsing that will be shared between
Catalina and Jasper.
There is currently a single sub-package (web) for web.xml parsing. It is
expected that addition
On 08/07/2013 16:55, Violeta Georgieva wrote:
> 2013/7/8 Mark Thomas wrote:
>>
>> On 08/07/2013 06:38, Jeremy Boynes wrote:
>>> On Jun 25, 2013, at 10:44 PM, Jeremy Boynes
>>> wrote:
>>
>>> Jasper's descriptor parser (used for web.xml and TLDs) can only
>>> validate DTD-based documents. I opened 5
Author: markt
Date: Mon Jul 8 16:38:50 2013
New Revision: 1500827
URL: http://svn.apache.org/r1500827
Log:
Add missing exception check
Modified:
tomcat/trunk/test/javax/el/TestImportHandler.java
Modified: tomcat/trunk/test/javax/el/TestImportHandler.java
URL:
http://svn.apache.org/viewvc/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55102
Jeremy Boynes changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--
You are receiving this
2013/7/8 Mark Thomas wrote:
>
> On 08/07/2013 06:38, Jeremy Boynes wrote:
> > On Jun 25, 2013, at 10:44 PM, Jeremy Boynes
> > wrote:
>
> > Jasper's descriptor parser (used for web.xml and TLDs) can only
> > validate DTD-based documents. I opened 55212 about adding it. Such a
> > fix could benefit
On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote:
> On 08/07/2013 06:38, Jeremy Boynes wrote:
...
>
>> I'm planning on merging these two patches and pressing on with a
>> converged solution, but probably won't be able to do much until next
>> weekend.
>
> I very much doubt that a single patch that
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/4618
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Mon Jul 8 13:58:50 2013
New Revision: 1500736
URL: http://svn.apache.org/r1500736
Log:
Add a test case for EvaluationListener.propertyResolved() and update the
various resolvers to call the new ELContext.setPropertyResolved(Object, Object)
method
Added:
tomcat/trunk/tes
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/4617
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Mon Jul 8 13:04:31 2013
New Revision: 1500707
URL: http://svn.apache.org/r1500707
Log:
Extend unit test for ImportHandler and fix some bugs identifed:
- off-by-one error extracting class name
- not limiting static imports to public static fields/methods
- incorrectly flagging
Author: markt
Date: Mon Jul 8 12:26:08 2013
New Revision: 1500690
URL: http://svn.apache.org/r1500690
Log:
Add a unit test for ImportHandler and fix some bugs it idenfifed:
- missing i18n message
- importing a package that is not referenced elsewhere failed
- ambiguous imports where not detected
https://issues.apache.org/bugzilla/show_bug.cgi?id=55210
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
Author: violetagg
Date: Mon Jul 8 12:20:08 2013
New Revision: 1500687
URL: http://svn.apache.org/r1500687
Log:
Merged revision 1500663 from tomcat/trunk:
Provide test case for
META-INF/services/javax.servlet.ServletContainerInitializer that contains
multiple SCIs and comments.
Added:
tomc
Author: violetagg
Date: Mon Jul 8 12:12:04 2013
New Revision: 1500682
URL: http://svn.apache.org/r1500682
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55210
Merged revision 1500590 from tomcat/trunk:
When searching for ServletContainerInitializer, ignore comments in the
provider-c
On 08/07/2013 12:21, Konstantin Kolinko wrote:
> Apparently there is a resolver in Jasper
> (org.apache.jasper.xmlparser.MyEntityResolver) and it is now stuck as
> the files have been moved.
Thanks. Fixed.
Mark
-
To unsubscrib
Author: markt
Date: Mon Jul 8 11:54:57 2013
New Revision: 1500677
URL: http://svn.apache.org/r1500677
Log:
Update paths to the tag library schema files
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Constants.java
tomcat/trunk/java/org/apache/jasper/Constants.java
Modified: tom
Author: violetagg
Date: Mon Jul 8 11:25:51 2013
New Revision: 1500663
URL: http://svn.apache.org/r1500663
Log:
Provide test case for
META-INF/services/javax.servlet.ServletContainerInitializer that contains
multiple SCIs and comments.
Added:
tomcat/trunk/test/org/apache/catalina/startup/T
013/7/8 :
> 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/4614
>
> Buildbot URL: http://ci.apache.org/
>
Test javax.el.TestCompositeELResolver FAILED
Test org.ap
Author: kkolinko
Date: Mon Jul 8 11:15:24 2013
New Revision: 1500660
URL: http://svn.apache.org/r1500660
Log:
Followup to r1500649
Correct typos
Modified:
tomcat/trunk/test/javax/el/TesterClass.java
Modified: tomcat/trunk/test/javax/el/TesterClass.java
URL:
http://svn.apache.org/viewvc/tom
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/4614
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Mon Jul 8 10:53:05 2013
New Revision: 1500649
URL: http://svn.apache.org/r1500649
Log:
Silence some Eclipse warnings
Modified:
tomcat/trunk/test/javax/el/TesterClass.java
Modified: tomcat/trunk/test/javax/el/TesterClass.java
URL:
http://svn.apache.org/viewvc/tomcat/trun
Author: markt
Date: Mon Jul 8 10:51:06 2013
New Revision: 1500648
URL: http://svn.apache.org/r1500648
Log:
Remove unnecessary class
Removed:
tomcat/trunk/test/javax/el/TesterELResolverBase.java
Modified:
tomcat/trunk/test/javax/el/TesterELResolverOne.java
tomcat/trunk/test/javax/el/T
https://issues.apache.org/bugzilla/show_bug.cgi?id=55209
--- Comment #3 from Mark Thomas ---
(In reply to Pavel Veretennikov from comment #2)
> This is a static file in an empty "ROOT" webapp.
I am aware of that.
> Is there a chance that filters configured in other webapps influence "ROOT"?
Ye
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.42.
Apache Tomcat is an open source software implementation of the Java
Servlet, JavaServer Pages and Java Expression Language technologies.
This release contains a number of bug fixes and improvements compared to
ve
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Jul 8 09:33:59 2013
New Revision: 1500632
URL: http://svn.apache.org/r1500632
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55166
Move the JSP descriptor and tag library descriptor schema defintion files from
jsp-api.jar to servlet-api.jar so relative includ
Author: markt
Date: Mon Jul 8 09:26:29 2013
New Revision: 1500626
URL: http://svn.apache.org/r1500626
Log:
Whitespace police
Modified:
tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
URL:
http://svn
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166
--- Comment #12 from Mark Thomas ---
I've been looking at the first issues raised - namely where the Servlet and JSP
schemas are located.
Currently, the schemas are split between [1] and [2].
This split creates the a problem that can easi
[
https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701869#comment-13701869
]
Stanislav Grushevskiy commented on MTOMCAT-230:
---
ok, thanks, I will try
Du
[
https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701862#comment-13701862
]
Rainer Jung commented on MTOMCAT-230:
-
Only copying together the two workers.properti
[
https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701854#comment-13701854
]
Stanislav Grushevskiy commented on MTOMCAT-230:
---
mod_jk.conf
LoadModule j
[
https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701853#comment-13701853
]
Stanislav Grushevskiy commented on MTOMCAT-230:
---
tomcat/access_log
127.0.0
On 08/07/2013 06:38, Jeremy Boynes wrote:
> On Jun 25, 2013, at 10:44 PM, Jeremy Boynes
> wrote:
>
>> I have been thinking about improvements to Jasper as well around
>> better support for Servlet 3.0 concepts. One area would be
>> decoupling it from Tomcat, bootstrapping using an SCI as hinted i
[
https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701837#comment-13701837
]
Rainer Jung commented on MTOMCAT-230:
-
OK, your workers.properties are pretty minimal
52 matches
Mail list logo