On 11/17/2009 08:46 AM, Mladen Turk wrote:
On 16/11/09 14:35, jean-frederic clere wrote:
On 11/16/2009 02:28 PM, jfcl...@apache.org wrote:
Well native is Commit-Then-Review. Mladen please commit.
Done.
Do you wish to tag the 1.1.18?
Yes.
If do, don't forget this time to define
TCN_IS_DEV
https://issues.apache.org/bugzilla/show_bug.cgi?id=48208
Summary: allow client certificate with any issuer: server.xml
connector attribute "acceptAllCerts"
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Windows
https://issues.apache.org/bugzilla/show_bug.cgi?id=48208
Ralf Hauser changed:
What|Removed |Added
CC||hau...@acm.org,
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48158
Ralf Hauser changed:
What|Removed |Added
Attachment #24542|0 |1
is obsolete|
On 17.11.2009 07:51, Mladen Turk wrote:
> Hi,
>
> Anyone knows what might be the pitfalls of sharing the
> CATALINA_BASE among multiple TC instances?
>
> Presume you have a way to bind multiple instance's
> Connectors to the same ports what might be other problems?
>
> For example app management
On 17/11/09 10:40, Rainer Jung wrote:
On 17.11.2009 07:51, Mladen Turk wrote:
Hi,
Anyone knows what might be the pitfalls of sharing the
CATALINA_BASE among multiple TC instances?
Presume you have a way to bind multiple instance's
Connectors to the same ports what might be other problems?
For
https://issues.apache.org/bugzilla/show_bug.cgi?id=48207
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48214
Summary: JDBC DriverManager: no suitable driver found after
context reload
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=48214
--- Comment #1 from Rainer Frey 2009-11-17
07:24:28 UTC ---
Created an attachment (id=24551)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24551)
Servlet Source of Test Case
--
Configure bugmail: https://issues.apache.org/bu
https://issues.apache.org/bugzilla/show_bug.cgi?id=48214
Rainer Frey changed:
What|Removed |Added
Attachment #24551|application/octet-stream|text/plain
mime type|
Author: fhanik
Date: Tue Nov 17 17:35:57 2009
New Revision: 881396
URL: http://svn.apache.org/viewvc?rev=881396&view=rev
Log:
Make the file handler thread safe
Modified:
tomcat/trunk/java/org/apache/juli/FileHandler.java
Modified: tomcat/trunk/java/org/apache/juli/FileHandler.java
URL:
htt
Author: markt
Date: Tue Nov 17 17:39:51 2009
New Revision: 881402
URL: http://svn.apache.org/viewvc?rev=881402&view=rev
Log:
Update Javadoc to reflect changed default for useEquals
Modified:
tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/JdbcInterceptor.java
Modified:
tomc
Author: markt
Date: Tue Nov 17 17:50:21 2009
New Revision: 881412
URL: http://svn.apache.org/viewvc?rev=881412&view=rev
Log:
Update to commons pool 1.5.4 (fix another regression)
Modified:
tomcat/trunk/build.properties.default
Modified: tomcat/trunk/build.properties.default
URL:
http://svn.
Author: markt
Date: Tue Nov 17 17:57:23 2009
New Revision: 881414
URL: http://svn.apache.org/viewvc?rev=881414&view=rev
Log:
Propose commons-pool update
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.ap
Author: kkolinko
Date: Tue Nov 17 18:28:52 2009
New Revision: 881432
URL: http://svn.apache.org/viewvc?rev=881432&view=rev
Log:
Update comments and examples in catalina.policy file
Especially replace ${catalina.home} with ${catalina.base}
Modified:
tomcat/trunk/conf/catalina.policy
Modified:
On 17/11/2009, fha...@apache.org wrote:
> Author: fhanik
> Date: Tue Nov 17 17:35:57 2009
> New Revision: 881396
>
> URL: http://svn.apache.org/viewvc?rev=881396&view=rev
> Log:
> Make the file handler thread safe
If only - there are several other mutable instance fields that are not
synchro
https://issues.apache.org/bugzilla/show_bug.cgi?id=45255
Andre Schild changed:
What|Removed |Added
CC||a.sch...@aarboard.ch
--- Comment #1
Author: markt
Date: Tue Nov 17 20:30:39 2009
New Revision: 881493
URL: http://svn.apache.org/viewvc?rev=881493&view=rev
Log:
Update re-packaged commons-fileupload to 1.2.1
Done using svn copy from tags in commons so merging future updates should be
easier
Changes made/required:
- All classes in
Copied: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/IOUtils.java
(from r881437,
commons/proper/io/tags/commons-io-1.4/src/java/org/apache/commons/io/IOUtils.java)
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/IOUtils.java?p2=tomcat/trunk/
Author: markt
Date: Tue Nov 17 20:48:15 2009
New Revision: 881499
URL: http://svn.apache.org/viewvc?rev=881499&view=rev
Log:
Test some edge cases with = in cookie values (current code fails these tests -
patch to follow shortly)
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCoo
Author: markt
Date: Tue Nov 17 20:49:04 2009
New Revision: 881500
URL: http://svn.apache.org/viewvc?rev=881500&view=rev
Log:
Better handle edge cases when allowing = in cookie value
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/Cookies.java
Modified: tomcat/trunk/java/org/apache/to
Author: markt
Date: Tue Nov 17 20:49:48 2009
New Revision: 881501
URL: http://svn.apache.org/viewvc?rev=881501&view=rev
Log:
Fix an Eclipse warning
Modified:
tomcat/trunk/java/org/apache/catalina/util/IOTools.java
Modified: tomcat/trunk/java/org/apache/catalina/util/IOTools.java
URL:
http:/
Author: markt
Date: Tue Nov 17 20:53:32 2009
New Revision: 881503
URL: http://svn.apache.org/viewvc?rev=881503&view=rev
Log:
Add support for multipart config in web.xml (partially complete)
Review and fix issues in WebXml merge code
Added:
tomcat/trunk/java/org/apache/catalina/deploy/Multipar
Author: markt
Date: Tue Nov 17 20:55:04 2009
New Revision: 881504
URL: http://svn.apache.org/viewvc?rev=881504&view=rev
Log:
Out test case in right package
Added:
tomcat/tc6.0.x/trunk/test/org/apache/tomcat/util/http/
tomcat/tc6.0.x/trunk/test/org/apache/tomcat/util/http/TestCookies.java
Author: markt
Date: Tue Nov 17 21:15:53 2009
New Revision: 881528
URL: http://svn.apache.org/viewvc?rev=881528&view=rev
Log:
Remove deprecated code
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/
Author: markt
Date: Tue Nov 17 21:17:32 2009
New Revision: 881530
URL: http://svn.apache.org/viewvc?rev=881530&view=rev
Log:
Remove some more deprecated code
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java
tomcat/trunk/java/org/apache/tomcat/util/ht
Author: markt
Date: Tue Nov 17 21:19:44 2009
New Revision: 881532
URL: http://svn.apache.org/viewvc?rev=881532&view=rev
Log:
Remove unused imports
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/f
Author: markt
Date: Tue Nov 17 21:21:41 2009
New Revision: 881533
URL: http://svn.apache.org/viewvc?rev=881533&view=rev
Log:
Add @Override annotations
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ByteArrayOutputStream.java
tomcat/trunk/java/org/apache/tomcat/util/h
Author: markt
Date: Tue Nov 17 22:03:22 2009
New Revision: 881562
URL: http://svn.apache.org/viewvc?rev=881562&view=rev
Log:
Generics
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ByteArrayOutputStream.java
tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/Dis
On 17/11/2009, ma...@apache.org wrote:
> Author: markt
> Date: Tue Nov 17 22:03:22 2009
> New Revision: 881562
>
> URL: http://svn.apache.org/viewvc?rev=881562&view=rev
> Log:
> Generics
>
> Modified:
>
> tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ByteArrayOutputStream.jav
Author: markt
Date: Tue Nov 17 22:13:30 2009
New Revision: 881567
URL: http://svn.apache.org/viewvc?rev=881567&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48143
Javadoc updates. Patch provide by sebb.
Modified:
tomcat/trunk/java/javax/servlet/SessionCookieConfig.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=48143
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48146
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Nov 17 22:27:58 2009
New Revision: 881575
URL: http://svn.apache.org/viewvc?rev=881575&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48147
Correct JavaDoc typos. Patch provided by gingyang.xu
Modified:
tomcat/trunk/java/org/apache/naming/NamingEn
https://issues.apache.org/bugzilla/show_bug.cgi?id=48147
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48148
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Nov 17 22:31:47 2009
New Revision: 881577
URL: http://svn.apache.org/viewvc?rev=881577&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48148
Correct JavaDoc typos. Patch provided by gingyang.xu
Modified:
tomcat/trunk/java/org/apache/jasper/Constant
https://issues.apache.org/bugzilla/show_bug.cgi?id=48149
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Nov 17 22:33:58 2009
New Revision: 881578
URL: http://svn.apache.org/viewvc?rev=881578&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48149
Correct JavaDoc typos. Patch provided by gingyang.xu
Modified:
tomcat/trunk/java/org/apache/coyote/ActionCo
Author: markt
Date: Tue Nov 17 22:35:41 2009
New Revision: 881582
URL: http://svn.apache.org/viewvc?rev=881582&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48150
Correct JavaDoc typos. Patch provided by gingyang.xu
Modified:
tomcat/trunk/java/javax/servlet/GenericServl
https://issues.apache.org/bugzilla/show_bug.cgi?id=48150
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48151
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Nov 17 22:46:41 2009
New Revision: 881590
URL: http://svn.apache.org/viewvc?rev=881590&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48173
Use final
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/io/ChannelData.java
Modified: tomcat/trun
https://issues.apache.org/bugzilla/show_bug.cgi?id=48173
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Nov 17 22:47:39 2009
New Revision: 881591
URL: http://svn.apache.org/viewvc?rev=881591&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48174
Use final
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/Address.java
Modified: tomcat/trunk/java/org/a
https://issues.apache.org/bugzilla/show_bug.cgi?id=48174
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Nov 17 22:55:12 2009
New Revision: 881596
URL: http://svn.apache.org/viewvc?rev=881596&view=rev
Log:
Use standard modifier order
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/Address.java
Modified: tomcat/trunk/java/org/apache/tomcat/jni/Address.java
URL:
http://
https://issues.apache.org/bugzilla/show_bug.cgi?id=48175
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Nov 17 23:00:31 2009
New Revision: 881600
URL: http://svn.apache.org/viewvc?rev=881600&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48176
Make fields final. Patch by sebb.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/io/BufferPool.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=48176
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Nov 17 23:03:43 2009
New Revision: 881606
URL: http://svn.apache.org/viewvc?rev=881606&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48196
Reduce visibility. Patch by sebb.
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=48196
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48217
Summary: Loggers should be final
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Compo
https://issues.apache.org/bugzilla/show_bug.cgi?id=48217
Sebb changed:
What|Removed |Added
Attachment #24554|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48218
Summary: Comet example chat.ChatServlet fails to start when
running with SecurityManager
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windows XP
Author: kkolinko
Date: Wed Nov 18 03:00:57 2009
New Revision: 881654
URL: http://svn.apache.org/viewvc?rev=881654&view=rev
Log:
Wrapped long lines. As the text of this file is copy-pasted into
security-manager-howto.html, it will make it more readable.
Added a comment regarding tomcat-juli.jar
Author: kkolinko
Date: Wed Nov 18 03:09:12 2009
New Revision: 881655
URL: http://svn.apache.org/viewvc?rev=881655&view=rev
Log:
Updated to match the latest catalina.policy file
Updated the section about implicit permissions
Modified:
tomcat/trunk/webapps/docs/security-manager-howto.xml
Modif
2009/11/17 :
> Author: markt
> Date: Tue Nov 17 17:57:23 2009
> New Revision: 881414
>
> +
> +* Update to commons-pool 1.5.4
> + http://svn.apache.org/viewvc?rev=881412&view=rev
> + +1: markt
> + -1:
>
Just a note: 1.5.4 is not yet available for download.
If anyone is wondering, the issue tha
58 matches
Mail list logo