https://bz.apache.org/bugzilla/show_bug.cgi?id=57718
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Mar 17 10:28:05 2015
New Revision: 1667243
URL: http://svn.apache.org/r1667243
Log:
Follow-up to r1665888. Review by kkolinko. else clause should not depend on
s->pe
Modified:
tomcat/native/branches/1.1.x/native/src/poll.c
Modified: tomcat/native/branches/1.1.x/nativ
On 16/03/2015 21:40, Konstantin Kolinko wrote:
> 2015-03-11 17:44 GMT+03:00 :
>> Author: markt
>> Date: Wed Mar 11 14:44:23 2015
>> New Revision: 1665888
>>
>> URL: http://svn.apache.org/r1665888
>> Log:
>> Fix 57653. Crash when multiple events for same socket are returned via
>> separate apr_pol
On 17/03/2015 10:28, Mark Thomas wrote:
> On 16/03/2015 21:40, Konstantin Kolinko wrote:
>> Also, there is a question of porting this fix to Native trunk.
>
> I'll take a look.
Based on my understanding of the trunk code, this is not an issue in trunk.
Mark
-
Author: markt
Date: Tue Mar 17 12:39:04 2015
New Revision: 1667292
URL: http://svn.apache.org/r1667292
Log:
Pull up common code from the authenticate() method to reduce duplication.
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java
tomcat/trunk/java/org/
https://bz.apache.org/bugzilla/show_bug.cgi?id=57108
--- Comment #6 from Christopher Schultz ---
Proposed configuration vocabulary, which is backward-compatible with existing
configurations:
The TLS configuration attributes on the will become the default TLS
configuration
https://bz.apache.org/bugzilla/show_bug.cgi?id=57108
--- Comment #7 from Unlogic ---
I think that sounds like a very good approach which would be easy to add to
existing server configurations.
Since a single certificate can contain multiple subject alternative names
(http://en.wikipedia.org/wiki
Author: markt
Date: Tue Mar 17 14:20:59 2015
New Revision: 1667314
URL: http://svn.apache.org/r1667314
Log:
Refactoring (with an eye on 57708)
Don't pass authentication method around unnecessarily.
Remove unnecessary ()
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/Authenticat
2015-03-10 18:22 GMT+02:00 Jeremy Boynes :
>
> The proposed Apache Standard Taglib 1.2.5 release is now available for
voting.
>
> This release contains two minor bug fixes:
> 57673 AccessControlException accessing
org.apache.taglibs.standard.xml.accessExternalEntity
> 37466 Reverted changes that ov
Ping
On 3/9/15 12:19 PM, Christopher Schultz wrote:
> All,
>
> I was looking at https://bz.apache.org/bugzilla/show_bug.cgi?id=57676 (a
> simple proposed patch to improve an error message) and I was trying to
> figure out what to do with a bit of code in addEndpoint. Reading the
> code, I think I
Author: violetagg
Date: Tue Mar 17 15:23:34 2015
New Revision: 1667331
URL: http://svn.apache.org/r1667331
Log:
vote
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=1667331&r1=1667330&r
https://bz.apache.org/bugzilla/show_bug.cgi?id=57707
--- Comment #7 from Christopher Schultz ---
(In reply to Graham Leggett from comment #6)
> Come on guys, the big exception you get screams "this is broken". Throw the
> end user a bone and give them a message of some kind, even if that message
https://bz.apache.org/bugzilla/show_bug.cgi?id=57108
--- Comment #8 from Christopher Schultz ---
That sounds reasonable to me. Since the configuration for each hostname would
need to be maintained separately, being able to tie several hostnames together
would be beneficial.
On the other hand, if
Jeremy,
On 3/17/15 2:39 AM, Jeremy Boynes wrote:
> On Mar 7, 2015, at 10:13 AM, Jeremy Boynes wrote:
>>
>> On Mar 6, 2015, at 7:43 AM, Mark Thomas wrote:
>>> Interesting. The deciding factor for me will be performance. Keep in
>>> mind that we might not need all the API. As long as there is enou
-commons/daemon/dist/bin/commons-daemon-20150317-native-src.tar.gz
-Dtest.reports=output/logs-BIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150317-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150317-native-src.tar.gz
-Dexampl
On 17/03/2015 14:45, Christopher Schultz wrote:
> Ping
Sorry. This dropped off my radar while I was trying to figure out the
APR crash.
I'll take a look later today.
Mark
>
> On 3/9/15 12:19 PM, Christopher Schultz wrote:
>> All,
>>
>> I was looking at https://bz.apache.org/bugzilla/show_bug.
>> On 3/9/15 12:19 PM, Christopher Schultz wrote:
>>> All,
>>>
>>> I was looking at https://bz.apache.org/bugzilla/show_bug.cgi?id=57676 (a
>>> simple proposed patch to improve an error message) and I was trying to
>>> figure out what to do with a bit of code in addEndpoint. Reading the
>>> code, I
https://bz.apache.org/bugzilla/show_bug.cgi?id=57707
--- Comment #8 from Konstantin Kolinko ---
(In reply to Graham Leggett from comment #6)
> Come on guys, the big exception you get screams "this is broken".
No it is not. Learn how to read the message. It is in plain English.
It says exactly w
Author: markt
Date: Tue Mar 17 21:01:55 2015
New Revision: 1667402
URL: http://svn.apache.org/r1667402
Log:
Refactor the non-login authenticator to align it with the other authenticators.
There is never any need to create a session and set a Principal for this
authenticator. Either the user princ
Author: markt
Date: Tue Mar 17 21:14:12 2015
New Revision: 1667406
URL: http://svn.apache.org/r1667406
Log:
Pull out connector authentication calls into a separate method.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/org/apache/cata
https://bz.apache.org/bugzilla/show_bug.cgi?id=57681
--- Comment #8 from Alex Koturanov ---
Comment on attachment 32554
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32554
Patch to work with JDK1.6
--- WebappClassLoader_r1661811.java2015-03-09 21:53:27.0 +
+++ WebappClas
https://bz.apache.org/bugzilla/show_bug.cgi?id=57681
Alex Koturanov changed:
What|Removed |Added
Attachment #32554|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=57681
--- Comment #9 from Alex Koturanov ---
Created attachment 32584
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32584&action=edit
Lock free read for already loaded/cached classes
--
You are receiving this mail because:
You are the assi
https://bz.apache.org/bugzilla/show_bug.cgi?id=57681
--- Comment #10 from Mark Thomas ---
(In reply to Alex Koturanov from comment #8)
> Comment on attachment 32554 [details]
> Patch to work with JDK1.6
Doesn't implement parallel loading.
Creates significant risk of a ConcurrentModificationExce
On Mar 10, 2015, at 9:22 AM, Jeremy Boynes wrote:
>
> The proposed Apache Standard Taglib 1.2.5 release is now available for voting.
>
> This release contains two minor bug fixes:
> 57673 AccessControlException accessing
> org.apache.taglibs.standard.xml.accessExternalEntity
> 37466 Reverted ch
Author: jboynes
Date: Wed Mar 18 02:26:25 2015
New Revision: 8313
Log:
Release Apache Standard Taglib 1.2.5
Added:
release/tomcat/taglibs/taglibs-standard-1.2.5/
- copied from r8312, dev/tomcat/taglibs/taglibs-standard-1.2.5/
Removed:
dev/tomcat/taglibs/taglibs-standard-1.2.5/
---
Author: jboynes
Date: Wed Mar 18 03:06:46 2015
New Revision: 1667436
URL: http://svn.apache.org/r1667436
Log:
Update news item to refer to cve.mitre.org
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
http://
Author: jboynes
Date: Wed Mar 18 03:32:00 2015
New Revision: 1667437
URL: http://svn.apache.org/r1667437
Log:
Add security page for Taglibs
Added:
tomcat/site/trunk/docs/security-taglibs.html
tomcat/site/trunk/xdocs/security-taglibs.xml (with props)
Modified:
tomcat/site/trunk/docs/
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-validate has an issue affecting its community
integration.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57723
Bug ID: 57723
Summary: An incomplete fix for invalid context paths in
StandardContext.java / JNDI fails
Product: Tomcat 7
Version: 7.0.59
Hardware: PC
Status:
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-bio has an issue affecting its community
integration.
Author: jboynes
Date: Wed Mar 18 05:07:57 2015
New Revision: 1667455
URL: http://svn.apache.org/r1667455
Log:
Integrate Taglibs with main site
Added:
tomcat/site/trunk/docs/taglibs.html
tomcat/site/trunk/xdocs/taglibs.xml (with props)
Modified:
tomcat/site/trunk/docs/bugreport.html
GitHub user ttddyy opened a pull request:
https://github.com/apache/tomcat/pull/18
Add QueryExecutionReportInterceptor and tests to jdbc-pool
Hello,
I wrote a JDBC interceptor, `QueryExecutionReportInterceptor`, and would
like to contribute it to jdbc-pool module.
> On Feb 27, 2015, at 7:57 AM, Jeremy Boynes wrote:
>
> On Feb 27, 2015, at 3:38 AM, kkoli...@apache.org wrote:
>>
>> Author: kkolinko
>> Date: Fri Feb 27 11:38:13 2015
>> New Revision: 1662662
>>
>> URL: http://svn.apache.org/r1662662
>> Log:
>> Announcement for Standard Taglib 1.2.3.
>>
>>
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community
integration
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-apr has an issue affecting its community
integration.
37 matches
Mail list logo