Hi,
Do we want to "organize" a Tomcat meetup during the ApacheCon?
See http://wiki.apache.org/apachecon/ApacheMeetupsNa11 for space and
already used slots.
Cheers
Jean-Frederic
-
To unsubscribe, e-mail: dev-unsubscr...@tomc
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009
Bug #: 52009
Summary: NPE exception in
org.apache.catalina.connector.CoyoteAdapter.service
Product: Tomcat 7
Version: 7.0.22
Platform: PC
OS/Version: Windows
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009
viola.lu changed:
What|Removed |Added
CC||viola...@gmail.com
--
Configure bugmai
Hi,
that looks good, arrange the formatting and create a bugzilla so it is
not forgotten.
Cheers
Jean-Frederic
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apac
2011/10/10 Francis Galiegue :
> error handling (what
> should be done when an illegal netmask is supplied, etc).
I think the called method should fail with some RuntimeException.
That is what will happen with existing RemoteAddrValve if you pass a
value that Pattern.compile() cannot handle. (See
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #8 from Mark Thomas 2011-10-11 11:02:10 UTC ---
I'm currently working on combining these two patches into a complete solution
that covers multi-threaded deployment, and container start and stop.
--
Configure bugmail: https://i
Author: kkolinko
Date: Tue Oct 11 11:30:03 2011
New Revision: 1181719
URL: http://svn.apache.org/viewvc?rev=1181719&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51862
JreMemoryLeakPreventionListener enhancement to load configurable classes
Modified:
tomcat/tc6.0.x/trun
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862
Konstantin Kolinko changed:
What|Removed |Added
Platform|Macintosh |All
--- Comment #2 from Konst
On Tue, Oct 11, 2011 at 11:41, Konstantin Kolinko
wrote:
> 2011/10/10 Francis Galiegue :
>> error handling (what
>> should be done when an illegal netmask is supplied, etc).
>
> I think the called method should fail with some RuntimeException.
>
> That is what will happen with existing RemoteAddrV
Looks ok ... a few comments.
RemoteCIDRFilter (most of the below apply to the valve too)
setAllow = If nothing passed - This should clear allow
setAllow = If a bad "allow" is passed - throw exception. I'd think throwing
an IllegalArgumentException is OK so no catch is needed. Depending on when
t
On Tue, Oct 11, 2011 at 13:59, Tim Funk wrote:
> Looks ok ... a few comments.
>
> RemoteCIDRFilter (most of the below apply to the valve too)
>
> setAllow = If nothing passed - This should clear allow
> setAllow = If a bad "allow" is passed - throw exception. I'd think throwing
> an IllegalArgume
Author: markt
Date: Tue Oct 11 12:15:44 2011
New Revision: 1181743
URL: http://svn.apache.org/viewvc?rev=1181743&view=rev
Log:
Simplify deployment code
Use full paths in log messages to remove ambiguity
Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java
tomcat/trunk/j
Author: markt
Date: Tue Oct 11 12:23:10 2011
New Revision: 1181749
URL: http://svn.apache.org/viewvc?rev=1181749&view=rev
Log:
Simplify deployment code
Use full paths in log messages to remove ambiguity
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940
--- Comment #9 from Konstantin Kolinko 2011-10-11
13:15:18 UTC ---
1. I tried to test this in trunk, and replaying a POST request fails for me.
Using the following standalone HTML page:
[[[
http://localhost:8080/examples/jsp/security/prot
https://issues.apache.org/bugzilla/show_bug.cgi?id=52011
Bug #: 52011
Summary: Importing library Jollyday
Product: Tomcat 7
Version: 7.0.22
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Compon
Author: kkolinko
Date: Tue Oct 11 13:20:13 2011
New Revision: 1181772
URL: http://svn.apache.org/viewvc?rev=1181772&view=rev
Log:
Add followup fix and trunk revision numbers.
I am not voting for this yet - see
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940#c9
It is broken in trunk, thoug
https://issues.apache.org/bugzilla/show_bug.cgi?id=52011
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #9 from Mark Thomas 2011-10-11 13:39:57 UTC ---
Created attachment 27758
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27758
Threaded start, stop and deployment fo Contexts
This proposed patch (against trunk) provi
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #10 from Konstantin Kolinko 2011-10-11
13:48:19 UTC ---
(In reply to comment #9)
+// Zero == Runtime.getRuntime().availableProcessors()
+// -ve == Runtime.getRuntime().availableProcessors() - value
+//
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
Felix Schumacher changed:
What|Removed |Added
Attachment #27755|0 |1
is obsolete|
Hi!
Now that JavaOne is over and people are back to their homes, maybe it
is time to roll 6.0.34?
There were not many changes, but there was a fix for CVE-2011-3190 among them.
Regarding the items currently in STATUS:
the fixes for BZ 51872, 51905 are important and need votes.
Best regards,
Kon
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
Felix Schumacher changed:
What|Removed |Added
Attachment #27759|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #13 from Mark Thomas 2011-10-11 15:17:17 UTC ---
I've fixed the +/- issue locally and will include that in the next version of
the patch. Thanks Konstantin for the catch.
Felix, I think you have found one of the places where it
Jean-Frederic,
On 10/11/2011 4:04 AM, jean-frederic clere wrote:
> Do we want to "organize" a Tomcat meetup during the ApacheCon?
+1
I'll be there. Though the content last year was rather thin, it was nice
to meet Keiichi there.
I'd be happy to have a meet-up at Whistler (local ski resort), too
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862
--- Comment #3 from Christopher Schultz
2011-10-11 15:50:29 UTC ---
It seems like this feature could be used to reduce the amount of code in JMLPL
by providing a default list of classes to load, since that's mainly what's
going on in there
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: ApacheMeetupsNa11 tomcat one?
> On 10/11/2011 4:04 AM, jean-frederic clere wrote:
> > Do we want to "organize" a Tomcat meetup during the ApacheCon?
> I'll be there.
Moi aussi, although only at ApacheCon on Thursda
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
Mark Thomas changed:
What|Removed |Added
Attachment #27758|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #15 from Pid 2011-10-11 18:05:57 UTC ---
There is a new Digester release (3.0), but I have no idea whether it would
significantly improve speed and I suspect it's incompatible so could require
non-trivial modifications elsewhere
support war overlay to add war external dependencies in tomcat run
---
Key: MTOMCAT-100
URL: https://issues.apache.org/jira/browse/MTOMCAT-100
Project: Maven 2.x Tomcat Plugin
[
https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy updated MTOMCAT-100:
-
Component/s: tomcat7
tomcat6
> support war overlay to add war external depe
Author: olamy
Date: Tue Oct 11 20:16:43 2011
New Revision: 1182063
URL: http://svn.apache.org/viewvc?rev=1182063&view=rev
Log:
[MTOMCAT-100] support war overlay to add war external dependencies in tomcat
run.
Added:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apac
Author: olamy
Date: Tue Oct 11 20:19:12 2011
New Revision: 1182064
URL: http://svn.apache.org/viewvc?rev=1182064&view=rev
Log:
[MTOMCAT-100] support war overlay to add war external dependencies in tomcat
run: tomcat6 support too.
Modified:
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/
Author: olamy
Date: Tue Oct 11 20:19:36 2011
New Revision: 1182067
URL: http://svn.apache.org/viewvc?rev=1182067&view=rev
Log:
upgrade to tomcat core 7.0.22
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
URL:
[
https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125353#comment-13125353
]
Hudson commented on MTOMCAT-100:
Integrated in TomcatMavenPlugin #25 (See
[https://build
[
https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125354#comment-13125354
]
Hudson commented on MTOMCAT-100:
Integrated in TomcatMavenPlugin-mvn2.x #8 (See
[https:/
https://issues.apache.org/bugzilla/show_bug.cgi?id=51966
--- Comment #5 from Christopher Schultz
2011-10-11 20:30:51 UTC ---
(In reply to comment #3)
> Thank you for the great feedback. The salt isn't part of the users password.
> If
> you look at the digest method that's used to generate the e
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #16 from Konstantin Kolinko 2011-10-11
20:32:53 UTC ---
(In reply to comment #15)
> There is a new Digester release (3.0), but I have no idea whether it would
> significantly improve speed
>From threading point of view it is s
[
https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy updated MTOMCAT-100:
-
Description: /WEB-INF/lib/*.jar and /WEB-INF/classes will added to web app
classloader when usi
Author: olamy
Date: Tue Oct 11 20:50:38 2011
New Revision: 1182081
URL: http://svn.apache.org/viewvc?rev=1182081&view=rev
Log:
[MTOMCAT-100] support war overlay to add war external dependencies in tomcat
run: this option must be on by default to mimic what the maven war plugin does
with overlays
[
https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125381#comment-13125381
]
Hudson commented on MTOMCAT-100:
Integrated in TomcatMavenPlugin #27 (See
[https://build
[
https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy closed MTOMCAT-100.
Resolution: Fixed
implemented
> support war overlay to add war external dependenc
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862
--- Comment #4 from Konstantin Kolinko 2011-10-11
23:34:11 UTC ---
If you have predefined list of classes, what will this configuration property
do: add to it, or replace it?
If it adds to it, how you remove items from predefined list (th
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741
Mike Youngstrom changed:
What|Removed |Added
CC||you...@gmail.com
--
Configure b
Add the ability to deploy to a Tomcat instance on the filesystem rather than
via HTTP
-
Key: MTOMCAT-101
URL: https://issues.apache.org/jira/browse/MTOMCAT-101
Projec
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009
--- Comment #1 from Konstantin Kolinko 2011-10-12
02:57:34 UTC ---
(In reply to comment #0)
> You can also get these file from attached zip
> 4. Put sample files QuoteStreamerApp.war as attached in webapp folder
1) You forgot to attach th
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009
--- Comment #2 from viola.lu 2011-10-12 03:07:05 UTC ---
Created attachment 27764
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27764
tomcat configuration
tomcat configuration
--
Configure bugmail: https://issues.apache.org/
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009
--- Comment #3 from viola.lu 2011-10-12 03:18:05 UTC ---
Hi, Konstantin:
Errors were generated when tomcat start. I just directly put it before tomcat
start, so it failed when start tomcat. You can start tomcat, and then put it in
webapp
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009
--- Comment #4 from Konstantin Kolinko 2011-10-12
04:31:05 UTC ---
> I already sent you the application in gmail, which is so large to attache
> here.
1) I bet that you do not need all 25 Mb of dojox components of dojotoolkit.
The NPE i
https://issues.apache.org/bugzilla/show_bug.cgi?id=51862
--- Comment #5 from Sylvain Laurent 2011-10-12 05:03:18
UTC ---
It would indeed simplify JMLPL but would break the existing "API" if the
setters and getters were removed. Or we can refactor to have the flag setters
merely add some known cl
On 10/11/2011 04:00 PM, Konstantin Kolinko wrote:
Hi!
Now that JavaOne is over and people are back to their homes, maybe it
is time to roll 6.0.34?
I plan to do that next week.
Cheers
Jean-Frederic
-
To unsubscribe, e-mail:
50 matches
Mail list logo