[Bug 48358] JSP-unloading reloaded

2017-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48358 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 48358] JSP-unloading reloaded

2014-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #23 from Jackie Rosen --- *** Bug 260998 has been marked as a duplicate of this bug. *** Seen from the domain http://volichat.com Page where seen: http://volichat.com/adult-chat-rooms Marked for reference. Resolved as fixed @bug

Re: [Bug 48358] JSP-unloading reloaded

2013-05-22 Thread Mark Thomas
On 22/05/2013 10:47, bugzi...@apache.org wrote: > https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 > > vivekpandyan changed: This idiot has been blocked from BZ. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.ap

[Bug 48358] JSP-unloading reloaded

2013-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 Rainer Jung changed: What|Removed |Added Priority|P4 |P2 Component|Manager applic

[Bug 48358] JSP-unloading reloaded

2013-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 vivekpandyan changed: What|Removed |Added Priority|P2 |P4 Component|Jasper

[Bug 48358] JSP-unloading reloaded

2012-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #22 from trent.bart...@gmail.com --- I'm not so sure this problem is restricted to Tomcat 6. I encountered the same issues as Isabel Drost in comment #17 on a fresh Tomcat 7 install with jspIdleTimeout (and maxLoadedJsps) set.

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2012-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 Mark Thomas changed: What|Removed |Added Component|Jasper |Jasper Version|trunk

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2011-04-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #20 from Christian Brandel 2011-04-26 10:22:35 EDT --- Konstantin: there is no typo. At least for Tomcat Version 7.0.12 it's not getStrAsCharArray but genStringAsCharArray. The only occurrence of the string "getStrAsCharArray"

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2011-02-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #19 from Konstantin Kolinko 2011-02-14 11:38:25 EST --- One thought about limitations of this feature: as far as I remember, and as mentioned in the Javadoc comment for java.lang.String#intern(), all String constants are placed

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2011-01-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 Isabel Drost changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2011-01-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #17 from Isabel Drost 2011-01-28 10:18:07 EST --- Created an attachment (id=26571) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26571) Trivial fix for NPE problem for problem clarification After checking the chan

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #16 from Christian Brandel 2010-12-02 11:35:07 EST --- Update: I ran a similar test against the examples webapp with maxLoadedJsps set to 10. Right before and after a manually triggered GC there were 43 instances of org.apache

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #15 from Christian Brandel 2010-12-02 10:00:12 EST --- Tha patch applies cleanly to 6.0.29 from the src archive. However it does not work for me the way I expected it and I am still facing PermGen Out Of Memory errors. - The c

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #14 from Rainer Jung 2010-11-22 09:18:24 EST --- As far as I remember it should apply cleanly to 6.0.29 and 6.0.x trunk (as of now). Try it and shout if it doesn't work. -- Configure bugmail: https://issues.apache.org/bugzill

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #13 from Christian Brandel 2010-11-22 04:58:13 EST --- Excellent, Rainer! Excuse my ignorance, if this is somehow obvious from the patch itself (this'll be my first patch): Against which version can this be applied? 6.0.29? 6.

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-11-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #12 from Rainer Jung 2010-11-18 06:01:15 EST --- Thanks for the reminder. The patch has substantially changed since it has originally been applied to Tomcat 7. The updated patch for TC 6 is available at http://people.apache.o

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #11 from Christian Brandel 2010-11-17 03:43:21 EST --- Any chances that this patch might make it into the 6.0.x line? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #10 from Isabel Drost 2010-04-28 10:55:51 EDT --- Another Thanks goes to Christian Lorenz for helping me understand the Tomcat sources and integrate the changes. -- Configure bugmail: https://issues.apache.org/bugzilla/userpr

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #8 from Marko Kitzing 2010-03-09 15:19:44 UTC --- (In reply to comment #1) > - Have you tested your JSP unloading with heavy load? > > Peter We're using the patched version of tomcat for all *.lecker.de and *.wunderweib.de d

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #7 from Isabel Drost 2010-01-14 02:17:49 UTC --- > - Have you tested your JSP unloading with heavy load? The refined patch was tested with some 400 requests per second (up to 700 max) - all looked fine. Mark, do you have any c

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #6 from Isabel Drost 2009-12-15 02:03:43 UTC --- > As a point of clarification, if a JSP is changed then the old implementation > should be unloaded before the new implementation is loaded. Therefore, lots of > changes to a smal

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #5 from Isabel Drost 2009-12-15 01:57:40 UTC --- > Have you tested your JSP unloading with heavy load? We ran initial smoke-tests against artificial setups as well as load tests against a "real-world" web application with user

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 Isabel Drost changed: What|Removed |Added Attachment #24684|0 |1 is obsolete|

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2009-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #3 from Isabel Drost 2009-12-10 12:27:05 UTC --- > I also share Peter's concerns about the cost of the oldest JSP search and > think that this part of the patch needs to be revisited I agree - will look into that ASAP - Thanks

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2009-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Mark

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2009-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #1 from Peter Rossbach 2009-12-10 07:28:36 UTC --- Hi Isabel, feature looks fine for me :-) Many Thanks. But some comments... - Patch missing message jsp.warning.maxLoadedJsps at java/org/apache/jasper/resources/LocalString