+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
2013/8/2 Mark Thomas :
> The proposed Apache Tomcat 8.0.0 release candidate 1 is now available
> for voting.
>
> Given this is a release candidate I am working on the basis that it is
> equivalent to an alpha. That said:
> - Servlet 3.1 is complete
> - JSP 2.3 is complete
> - EL 3.0 is complete
> -
Author: markt
Date: Sun Aug 4 15:08:37 2013
New Revision: 1510200
URL: http://svn.apache.org/r1510200
Log:
Fix some unchecked conversion warnings.
Modified:
tomcat/trunk/java/javax/websocket/ClientEndpointConfig.java
tomcat/trunk/java/javax/websocket/server/ServerEndpointConfig.java
Author: markt
Date: Sun Aug 4 15:37:23 2013
New Revision: 1510210
URL: http://svn.apache.org/r1510210
Log:
Treat javax.servlet.ServletContainerInitializer files as text in source
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trun
On 03/08/2013 12:06, Rainer Jung wrote:
> Overview:
>
> - one crash in tcnative during unit tests
> - MBeans indicate common loader is gone (is that expected?
> At least the common.loader entry still exists in catalina.properties)
Expected as StandardClassLoader has been removed. That decision i
Author: markt
Date: Sun Aug 4 16:46:33 2013
New Revision: 1510246
URL: http://svn.apache.org/r1510246
Log:
Improve error message
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
URL:
http://s
Author: markt
Date: Sun Aug 4 16:47:47 2013
New Revision: 1510247
URL: http://svn.apache.org/r1510247
Log:
Improve error message
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
Propchange: tomcat/tc7.0.x/trunk/
--
Author: jboynes
Date: Sun Aug 4 17:39:53 2013
New Revision: 1510271
URL: http://svn.apache.org/r1510271
Log:
Remove redundant check.
Modified:
tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/WebappServiceLoader.j
Author: markt
Date: Sun Aug 4 17:42:15 2013
New Revision: 1510276
URL: http://svn.apache.org/r1510276
Log:
Better handling on test failure trying to debug failures on OSX with NIO.
Modified:
tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java
Modified:
tomcat/trunk/te
On Jul 31, 2013, at 10:21 AM, Mark Thomas wrote:
> On 31/07/2013 18:09, Jeremy Boynes wrote:
>> Any objection to adding a dependency on a mocking framework to aid unit
>> testing?
>> The one I have used most is EasyMock which is Apache License 2.0.
>
> To save repeating the details of what I ha
Author: jboynes
Date: Sun Aug 4 17:59:37 2013
New Revision: 1510281
URL: http://svn.apache.org/r1510281
Log:
Add test dependency on EasyMock, cglib and objenesis
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.properties.default
URL:
Author: jboynes
Date: Sun Aug 4 18:00:40 2013
New Revision: 1510282
URL: http://svn.apache.org/r1510282
Log:
Tests for WebappServiceLoader (requires EasyMock)
Added:
tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.java
(with props)
tomcat/trunk/test/org/apache/ca
On 04/08/2013 20:00, jboy...@apache.org wrote:
> Author: jboynes
> Date: Sun Aug 4 18:00:40 2013
> New Revision: 1510282
>
> URL: http://svn.apache.org/r1510282
> Log:
> Tests for WebappServiceLoader (requires EasyMock)
Please fix the various checkstyle errors this commit has triggered.
Mark
-
Author: jboynes
Date: Sun Aug 4 18:55:04 2013
New Revision: 1510310
URL: http://svn.apache.org/r1510310
Log:
Fix checkstyle
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.java
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.j
On Aug 4, 2013, at 11:32 AM, Mark Thomas wrote:
> On 04/08/2013 20:00, jboy...@apache.org wrote:
>> Author: jboynes
>> Date: Sun Aug 4 18:00:40 2013
>> New Revision: 1510282
>>
>> URL: http://svn.apache.org/r1510282
>> Log:
>> Tests for WebappServiceLoader (requires EasyMock)
>
> Please fix th
On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote:
> Log:
> Treat javax.servlet.ServletContainerInitializer files as text in source
>
>
> +
>
Would this work to catch all service config files not just SCIs?
signature.asc
Description: Message signed with OpenPGP using G
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/1321
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
On 04/08/2013 21:02, Jeremy Boynes wrote:
> On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote:
>> Log:
>> Treat javax.servlet.ServletContainerInitializer files as text in source
>>
>>
>> +
>>
>
> Would this work to catch all service config files not just SCIs?
>
What othe
On Aug 4, 2013, at 2:27 PM, Mark Thomas wrote:
> On 04/08/2013 21:02, Jeremy Boynes wrote:
>> On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote:
>>> Log:
>>> Treat javax.servlet.ServletContainerInitializer files as text in source
>>>
>>>
>>> +
>>>
>>
>> Would this work to catch
On Aug 4, 2013, at 12:27 PM, Mark Thomas wrote:
> On 04/08/2013 21:02, Jeremy Boynes wrote:
>> On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote:
>>> Log:
>>> Treat javax.servlet.ServletContainerInitializer files as text in source
>>>
>>>
>>> +
>>>
>>
>> Would this work to catch
On Aug 4, 2013, at 11:55 AM, jboy...@apache.org wrote:
> Author: jboynes
> Date: Sun Aug 4 18:55:04 2013
> New Revision: 1510310
>
> URL: http://svn.apache.org/r1510310
This may also have broken a clean build which I didn't catch as my IDE had
copied service-config.txt to the output for me.
I'
On 04/08/2013 21:31, Nick Williams wrote:
>
> On Aug 4, 2013, at 2:27 PM, Mark Thomas wrote:
>
>> On 04/08/2013 21:02, Jeremy Boynes wrote:
>>> On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote:
Log:
Treat javax.servlet.ServletContainerInitializer files as text in source
On 04/08/2013 21:32, Jeremy Boynes wrote:
> On Aug 4, 2013, at 12:27 PM, Mark Thomas wrote:
>
>> On 04/08/2013 21:02, Jeremy Boynes wrote:
>>> On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote:
Log:
Treat javax.servlet.ServletContainerInitializer files as text in source
On Aug 4, 2013, at 2:40 PM, Mark Thomas wrote:
> On 04/08/2013 21:31, Nick Williams wrote:
>>
>> On Aug 4, 2013, at 2:27 PM, Mark Thomas wrote:
>>
>>> On 04/08/2013 21:02, Jeremy Boynes wrote:
On Aug 4, 2013, at 8:37 AM, ma...@apache.org wrote:
> Log:
> Treat javax.servlet.ServletC
Author: jboynes
Date: Sun Aug 4 19:43:16 2013
New Revision: 1510325
URL: http://svn.apache.org/r1510325
Log:
Copy test file needed for TestWebappServiceLoader
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1510
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/4786
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Jasintha,
This is a question more appropriate for the users' list
(us...@tomcat.apache.org). Consider re-posting there.
-chris
On 8/2/13 2:13 AM, Jasintha Dasanayaka wrote:
> Hi all
>
> Axis2 Tribes utilizes Tomcat underneath. In Tomcat clustering, there's away
> to add a listener to a channel,
Rainer,
On 8/3/13 6:06 AM, Rainer Jung wrote:
> - On APR in addition a crash (core) in:
>
> b76dfe74 Java_org_apache_tomcat_jni_Socket_recv (30b528, b30ff188,
> b30fd09c, b29500, b30ff214, 0) + 34
> fbc0f780 * org/apache/tomcat/jni/Socket.recv(J[BII)I+32362
> fbc0f72c * org/apache/tomcat/jni
https://issues.apache.org/bugzilla/show_bug.cgi?id=55354
Bug ID: 55354
Summary: JNDIRealm.getPrincipal(context,username,gssCredential)
corrupts realm context
Product: Tomcat 7
Version: 7.0.42
Hardware: PC
Status
https://issues.apache.org/bugzilla/show_bug.cgi?id=55354
--- Comment #1 from Richard Begg ---
Created attachment 30671
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30671&action=edit
Patch to restore context params
Here is a proposed patch for JNDIRealm.java which resolves the issue
36 matches
Mail list logo