+---+
| 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
Hi Mark,
thanks for the clarifications, highly appreciated!
As far as the empty goes: After reading the spec again
I've been down to that route as well. So far it didn't work out. Maybe I've
just done something wrong - will revisit and try again. Should the
only affect the jars with web-frag
Author: kkolinko
Date: Sun Jul 29 12:05:55 2012
New Revision: 1366822
URL: http://svn.apache.org/viewvc?rev=1366822&view=rev
Log:
Add @Deprecate annotation, aligning code with javadoc, as prompted by Eclipse.
It is followup to r1360851.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/
tried the empty absolute ordering again and it doesn't seem to help. I fear
that @HandlesTypes again has higher precedence than the web-fragment
ordering/disabling.
LieGrue,
strub
- Original Message -
> From: Mark Struberg
> To: Tomcat Developers List
> Cc:
> Sent: Sunday, July 29,
Mark Struberg wrote:
>tried the empty absolute ordering again and it doesn't seem to help. I
>fear that @HandlesTypes again has higher precedence than the
>web-fragment ordering/disabling.
The 'clarification' from the EG is post the last release. I'm pretty sure some
code changes are required.
Author: markt
Date: Sun Jul 29 18:26:51 2012
New Revision: 1366885
URL: http://svn.apache.org/viewvc?rev=1366885&view=rev
Log:
Partial code clean-up for o.a.catalina.tribes
- Add final prompted by UCDetector
- Java 7 use of <>
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/io/Buffer
Author: markt
Date: Sun Jul 29 19:03:46 2012
New Revision: 1366889
URL: http://svn.apache.org/viewvc?rev=1366889&view=rev
Log:
Remove deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/io/XByteBuffer.java
Modified: tomcat/trunk/java/org/apache/catalina/tribes/io/XByteBuff
Author: markt
Date: Sun Jul 29 19:15:54 2012
New Revision: 1366896
URL: http://svn.apache.org/viewvc?rev=1366896&view=rev
Log:
Simplify since minimum Java version is now >= 1.5
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/io/BufferPool.java
Modified: tomcat/trunk/java/org/apache/ca
Author: markt
Date: Sun Jul 29 19:26:41 2012
New Revision: 1366910
URL: http://svn.apache.org/viewvc?rev=1366910&view=rev
Log:
FindBugs: Fix potential NPE
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/io/ReplicationStream.java
Modified: tomcat/trunk/java/org/apache/catalina/tribes/i
Author: markt
Date: Sun Jul 29 19:32:20 2012
New Revision: 1366914
URL: http://svn.apache.org/viewvc?rev=1366914&view=rev
Log:
FindBugs: Fix potential NPE
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/io/ReplicationStream.java
Author: markt
Date: Sun Jul 29 20:29:20 2012
New Revision: 1366945
URL: http://svn.apache.org/viewvc?rev=1366945&view=rev
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=53469
If the relative URL can't be made absolute, do not encode it and return it as is
Modified:
to
Author: markt
Date: Sun Jul 29 20:33:16 2012
New Revision: 1366946
URL: http://svn.apache.org/viewvc?rev=1366946&view=rev
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=53469
If the relative URL can't be made absolute, do not encode it and return it as is
Modified:
to
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469
--- Comment #16 from Mark Thomas ---
I have fixed the IAE in trunk and 7.0.x.
I am leaving this open while I wait for clarification from the Servlet EG as to
how relative URLs passed to encodeURL should be treated.
See http://java.net/jir
Author: markt
Date: Sun Jul 29 21:21:08 2012
New Revision: 1366953
URL: http://svn.apache.org/viewvc?rev=1366953&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53535
Reduce memory footprint when performing class scanning on Context start.
Patch provided by Cedomir Igaly
Modi
Author: markt
Date: Sun Jul 29 21:23:13 2012
New Revision: 1366955
URL: http://svn.apache.org/viewvc?rev=1366955&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53535
Reduce memory footprint when performing class scanning on Context start.
Patch provided by Cedomir Igaly
Modi
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615
Bug 53615 depends on bug 53535, which changed state.
Bug 53535 Summary: Out of memory while performing ContextConfig.webConfig
https://issues.apache.org/bugzilla/show_bug.cgi?id=53535
What|Removed |Added
https://issues.apache.org/bugzilla/show_bug.cgi?id=53535
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Sun Jul 29 21:30:49 2012
New Revision: 1366956
URL: http://svn.apache.org/viewvc?rev=1366956&view=rev
Log:
Add missing entry
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/vie
https://issues.apache.org/bugzilla/show_bug.cgi?id=53047
--- Comment #12 from Mark Thomas ---
See comment #10
The changelog entry was missed. This has been fixed.
http://svn.apache.org/viewvc?view=revision&revision=1348499
http://svn.apache.org/viewvc?view=revision&revision=1366956
--
You are
https://issues.apache.org/bugzilla/show_bug.cgi?id=53409
Mark Thomas changed:
What|Removed |Added
OS||All
Severity|normal
Author: markt
Date: Sun Jul 29 21:47:24 2012
New Revision: 1366959
URL: http://svn.apache.org/viewvc?rev=1366959&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53606
Fix possible NPE when sending pings between cluster nodes
Based on a patch by F.Arnoud
Modified:
tomcat/
Author: markt
Date: Sun Jul 29 21:51:06 2012
New Revision: 1366961
URL: http://svn.apache.org/viewvc?rev=1366961&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53606
Fix possible NPE when sending pings between cluster nodes
Based on a patch by F.Arnoud
Modified:
tomcat/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=53606
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53606
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Component|Cluster
https://issues.apache.org/bugzilla/show_bug.cgi?id=53409
--- Comment #2 from Konstantin Kolinko ---
If you want to backport the "parseBodyMethods" Connectors' attribute to Tomcat
6, someone (you?) has to prepare a patch for Tomcat 6 in unified diff format
(as documented elsewhere), and attach it
2012/6/17 Mark Thomas :
> On 16/06/2012 19:18, Mark Thomas wrote:
>>
>>
>> Konstantin Kolinko wrote:
>>
>>> 2012/6/16 Mark Thomas :
> URLs are needed per Servlet API, so they cannot be removed.
> Does our "jndi" schema need DirContext as underlying
> implementation?
Our
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-trunk-validate-eoln has an issue affecting its community
integrati
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-trunk-dbcp has an issue affecting its community integration.
This i
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-tc7.0.x-validate 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-trunk-validate has an issue affecting its community integration.
Th
36 matches
Mail list logo