On 10/08/2010 12:08 AM, Erik C. Brooks wrote:
Hello group,
I'd like to modernize the Domino Tomcat connector for Win64. I've got a
great Domino C developer here who has a lot of DSAPI experience. I'm more
than willing to pay, and would love to release it back to the community.
Please contact m
On 10/07/2010 10:54 AM, kfuj...@apache.org wrote:
+/**
+ * AJP packet size.
+ */
+protected int packetSize = Constants.MAX_PACKET_SIZE;
+public int getPacketSize() { return packetSize; }
+public void setPacketSize(int packetSize) {
+if(packetSize< Constants.MAX_PA
On Thu, Oct 7, 2010 at 9:48 PM, Jeremy Boynes wrote:
> The 1.0 taglibs included their own implementation of EL. With EL now being
> provided by the JSP container and newer code using the 1.1 tag URIs, this is
> complexity that would not be needed for many newer implementation.
>
> I've been wond
On Thu, Oct 7, 2010 at 9:37 PM, Jeremy Boynes wrote:
> We have different formats for test class names and need to specifically list
> them in the pom.xml file.
>
> i'd like to propose picking a standard format and using a single wildcarded
> pattern to select them. The defaults for the surefire
On Thu, Oct 7, 2010 at 9:29 PM, Jeremy Boynes wrote:
> Now that we require 1.5, I refactored Resources to use varargs rather than
> having multiple methods taking combinations of parameters. However, now that
> it is greatly simplified, i was wondering whether we should replace the
> single res
The 1.0 taglibs included their own implementation of EL. With EL now being
provided by the JSP container and newer code using the 1.1 tag URIs, this is
complexity that would not be needed for many newer implementation.
I've been wondering if we could refactor the library into two jars: one
supp
We have different formats for test class names and need to specifically list
them in the pom.xml file.
i'd like to propose picking a standard format and using a single wildcarded
pattern to select them. The defaults for the surefire plugin are:
**/Test*.java
**/*Test.java
Now that we require 1.5, I refactored Resources to use varargs rather than
having multiple methods taking combinations of parameters. However, now that it
is greatly simplified, i was wondering whether we should replace the single
resource bundle containing messages for all implementations with
Author: jboynes
Date: Fri Oct 8 01:20:19 2010
New Revision: 1005692
URL: http://svn.apache.org/viewvc?rev=1005692&view=rev
Log:
refactor Resources to use varargs
Added:
tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/resources/
tomcat/taglibs/standard/trunk
Author: jboynes
Date: Fri Oct 8 00:52:27 2010
New Revision: 1005686
URL: http://svn.apache.org/viewvc?rev=1005686&view=rev
Log:
add test for bug #50057
Modified:
tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/functions/TestFunctions.java
Modified:
tomcat/tagl
https://issues.apache.org/bugzilla/show_bug.cgi?id=39284
Jeremy Boynes changed:
What|Removed |Added
CC||bingqi...@126.com
--- Comment #4 f
https://issues.apache.org/bugzilla/show_bug.cgi?id=50057
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50054
--- Comment #3 from STG 2010-10-07 19:20:07 EDT ---
(In reply to comment #2)
> Fixed in trunk and will be in 7.0.4 onwards.
i downloaded tomcat 7.0.4 lately and I still experiencing this issue.
can someone advise me how to patch and tes
Hello group,
I'd like to modernize the Domino Tomcat connector for Win64. I've got a
great Domino C developer here who has a lot of DSAPI experience. I'm more
than willing to pay, and would love to release it back to the community.
Please contact me if interested at the email below.
Erik C.
On 7 October 2010 22:53, wrote:
> Author: markt
> Date: Thu Oct 7 21:53:55 2010
> New Revision: 1005647
>
> URL: http://svn.apache.org/viewvc?rev=1005647&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49987
> Fix thread safety issue with population of servlet context in
https://issues.apache.org/bugzilla/show_bug.cgi?id=49987
--- Comment #2 from Mark Thomas 2010-10-07 17:56:06 EDT ---
Fixed in trunk and will be included in 7.0.4 onwards.
Proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receivi
Author: markt
Date: Thu Oct 7 21:55:48 2010
New Revision: 1005649
URL: http://svn.apache.org/viewvc?rev=1005649&view=rev
Log:
Proposal
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=1
Author: markt
Date: Thu Oct 7 21:53:55 2010
New Revision: 1005647
URL: http://svn.apache.org/viewvc?rev=1005647&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49987
Fix thread safety issue with population of servlet context initialization
parameters.
Modified:
tomcat/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
--- Comment #17 from Mark Thomas 2010-10-07 17:21:52 EDT ---
(In reply to comment #16)
> (In reply to comment #15)
> > Imposing JULI on the world just to be right is not reasonable.
>
> I cannot agree more. Tomcat, as a Java application li
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
--- Comment #16 from S. Ali Tokmen 2010-10-07
14:27:23 EDT ---
(In reply to comment #15)
> Imposing JULI on the world just to be right is not reasonable.
I cannot agree more. Tomcat, as a Java application like any other, should NOT
be imp
Author: markt
Date: Thu Oct 7 15:33:46 2010
New Revision: 1005493
URL: http://svn.apache.org/viewvc?rev=1005493&view=rev
Log:
Fix some failing tests. No regression in Tomcat/Jasper, just need to take
account of changes in test framework.
Modified:
tomcat/trunk/test/org/apache/jasper/compile
Author: markt
Date: Thu Oct 7 15:12:21 2010
New Revision: 1005486
URL: http://svn.apache.org/viewvc?rev=1005486&view=rev
Log:
Fix some failing tests. No regression in Tomcat/Jasper, just need to take
account of changes in test framework.
Modified:
tomcat/trunk/test/org/apache/jasper/compile
On 7 October 2010 01:51, Tim Whittington wrote:
>> res/ide-support/eclipse/start.launch
>> res/ide-support/eclipse/stop.launch
>
> These 2 files have licenses in them, the same as the eclipse.* files
> in the same directory. Detection fail?
Sorry, these were left-over files from my testing (they
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
--- Comment #15 from Henning Blohm 2010-10-07
10:41:50 EDT ---
(In reply to comment #14)
> The standard LogManager can't be used with Tomcat. If it is used, then a range
> of problems will occur including logger mix-ups and memory leaks. T
https://issues.apache.org/bugzilla/show_bug.cgi?id=49986
Mark Thomas changed:
What|Removed |Added
Component|Jasper |Jasper
Version|trunk
Author: markt
Date: Thu Oct 7 14:36:32 2010
New Revision: 1005469
URL: http://svn.apache.org/viewvc?rev=1005469&view=rev
Log:
Proposal
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=1
Author: markt
Date: Thu Oct 7 14:35:27 2010
New Revision: 1005468
URL: http://svn.apache.org/viewvc?rev=1005468&view=rev
Log:
Add latest fix
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/we
Author: markt
Date: Thu Oct 7 14:34:29 2010
New Revision: 1005467
URL: http://svn.apache.org/viewvc?rev=1005467&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49986
Thread safety issues in JSP reload process. (timw)
Modified:
tomcat/trunk/java/org/apache/jasper/servlet/
Author: markt
Date: Thu Oct 7 14:32:29 2010
New Revision: 1005465
URL: http://svn.apache.org/viewvc?rev=1005465&view=rev
Log:
Fix warnings
Modified:
tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java
tomcat/trunk/java/org/apache/jasper/servlet/JspServlet.java
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50003
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Oct 7 14:25:43 2010
New Revision: 1005461
URL: http://svn.apache.org/viewvc?rev=1005461&view=rev
Log:
Add bug reference - looks like this one was reported and fixed independently.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/c
https://issues.apache.org/bugzilla/show_bug.cgi?id=49978
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Oct 7 14:21:55 2010
New Revision: 1005459
URL: http://svn.apache.org/viewvc?rev=1005459&view=rev
Log:
Couple of updates.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trun
Author: markt
Date: Thu Oct 7 14:21:11 2010
New Revision: 1005458
URL: http://svn.apache.org/viewvc?rev=1005458&view=rev
Log:
Fix import order
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java
tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java
Modified: tomcat/
Author: markt
Date: Thu Oct 7 14:13:44 2010
New Revision: 1005457
URL: http://svn.apache.org/viewvc?rev=1005457&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49978
Don't try to create directories that already exist
Modified:
tomcat/trunk/java/org/apache/catalina/loader
https://issues.apache.org/bugzilla/show_bug.cgi?id=49972
--- Comment #9 from Mark Thomas 2010-10-07 10:07:22 EDT ---
Fixed in trunk and proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You ar
Author: markt
Date: Thu Oct 7 14:07:07 2010
New Revision: 1005453
URL: http://svn.apache.org/viewvc?rev=1005453&view=rev
Log:
Proposal
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=1
Author: markt
Date: Thu Oct 7 14:05:51 2010
New Revision: 1005452
URL: http://svn.apache.org/viewvc?rev=1005452&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49972
Address potential thread safety issues.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpD
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by Prosch.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=268&rev2=269
--
=== TheSe
https://issues.apache.org/bugzilla/show_bug.cgi?id=50057
Summary: jstl implement 1.1.2 functions endsWith logic wrong
Product: Taglibs
Version: 1.1.0
Platform: PC
Status: NEW
Severity: minor
Priority: P2
Component:
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
--- Comment #14 from Mark Thomas 2010-10-07 09:27:45 EDT ---
The standard LogManager can't be used with Tomcat. If it is used, then a range
of problems will occur including logger mix-ups and memory leaks. The
expectation is that JULI's Log
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
--- Comment #13 from Richard Evans 2010-10-07
08:29:10 EDT ---
I agree with the analysis in the previous comment. All the loggers in the VM
are being reset.
There is a property clearReferencesLogFactoryRelease in the WebappClassLoader
bu
https://issues.apache.org/bugzilla/show_bug.cgi?id=49905
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Thu Oct 7 11:06:38 2010
New Revision: 1005411
URL: http://svn.apache.org/viewvc?rev=1005411&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49905
Prevent memory leak when using async session replication
Added:
tomcat/tc6.0.x/trunk/java/org/apache/cat
Author: markt
Date: Thu Oct 7 10:57:24 2010
New Revision: 1005407
URL: http://svn.apache.org/viewvc?rev=1005407&view=rev
Log:
Proposal
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=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=49811
Mark Thomas changed:
What|Removed |Added
Attachment #26018|0 |1
is obsolete|
Author: markt
Date: Thu Oct 7 10:35:52 2010
New Revision: 1005400
URL: http://svn.apache.org/viewvc?rev=1005400&view=rev
Log:
CTR: Fix comments.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/Context.java
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/Context.java
URL:
ht
https://issues.apache.org/bugzilla/show_bug.cgi?id=50054
Keiichi Fujino changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kfujino
Date: Thu Oct 7 09:19:00 2010
New Revision: 1005379
URL: http://svn.apache.org/viewvc?rev=1005379&view=rev
Log:
Set not maxThreads but minSpareThreads to corePoolSize, if
AbstractEndpoint.setMinSpareThreads is called.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/A
Author: kfujino
Date: Thu Oct 7 08:54:51 2010
New Revision: 1005367
URL: http://svn.apache.org/viewvc?rev=1005367&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50054
Correctly handle the setting of minSpareThreads in AJP connector.
Other attributes (acceptorThreadCount etc.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50054
--- Comment #1 from Keiichi Fujino 2010-10-07 04:24:56 EDT
---
Created an attachment (id=26132)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26132)
I made a patch.
This patch was made based on AbstractHttp11Protocol.
--
Co
https://issues.apache.org/bugzilla/show_bug.cgi?id=50054
Summary: When the AJP connector is used, minSpareThreads cannot
be used.
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
53 matches
Mail list logo