svn commit: r1344077 - in /tomcat/native/trunk/native: NMAKEmakefile.inc srclib/BUILDING

2012-05-29 Thread kkolinko
Author: kkolinko Date: Wed May 30 02:20:59 2012 New Revision: 1344077 URL: http://svn.apache.org/viewvc?rev=1344077&view=rev Log: Followup to r1343619 Set svn:eol-style=native on these files, like it is done in the 1.1.x branch. Modified: tomcat/native/trunk/native/NMAKEmakefile.inc (props

[Bug 53322] Odd decapitalization when inferring JavaBean property from setter name for an injection target

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53322 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1344071 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/DefaultInstanceManager.java webapps/docs/changelog.xml

2012-05-29 Thread kkolinko
Author: kkolinko Date: Wed May 30 01:41:15 2012 New Revision: 1344071 URL: http://svn.apache.org/viewvc?rev=1344071&view=rev Log: Merged revision 1344068 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53322 Follow JavaBeans specification when converting setter method nam

svn commit: r1344068 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2012-05-29 Thread kkolinko
Author: kkolinko Date: Wed May 30 01:30:58 2012 New Revision: 1344068 URL: http://svn.apache.org/viewvc?rev=1344068&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53322 Follow JavaBeans specification when converting setter method name into property name for resource injectio

[Bug 53322] Odd decapitalization when inferring JavaBean property from setter name for an injection target

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53322 Konstantin Kolinko changed: What|Removed |Added Summary|Odd decapitalization when |Odd decapitalization when

[Bug 53322] New: Odd decapitalization when matching setter name with injection-target-name directive

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53322 Priority: P2 Bug ID: 53322 Assignee: dev@tomcat.apache.org Summary: Odd decapitalization when matching setter name with injection-target-name directive Severity: normal

svn commit: r1344066 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/DefaultInstanceManager.java

2012-05-29 Thread kkolinko
Author: kkolinko Date: Wed May 30 00:51:22 2012 New Revision: 1344066 URL: http://svn.apache.org/viewvc?rev=1344066&view=rev Log: Merged revision 1344063 from tomcat/trunk: (Followup to r1343721) tabs -> spaces. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/

svn commit: r1344063 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2012-05-29 Thread kkolinko
Author: kkolinko Date: Wed May 30 00:28:20 2012 New Revision: 1344063 URL: http://svn.apache.org/viewvc?rev=1344063&view=rev Log: Followup to r1343718: tabs -> spaces. Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java Modified: tomcat/trunk/java/org/apache/cata

svn commit: r1344057 - in /tomcat/site/trunk: docs/migration-7.html xdocs/migration-7.xml

2012-05-29 Thread kkolinko
Author: kkolinko Date: Wed May 30 00:01:29 2012 New Revision: 1344057 URL: http://svn.apache.org/viewvc?rev=1344057&view=rev Log: Mention conf/web.xml processing changes in the Migration Guide. Modified: tomcat/site/trunk/docs/migration-7.html tomcat/site/trunk/xdocs/migration-7.xml Modi

[Bug 53115] catalina.bat run does not work is TEMP contains spaces

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53115 Sebb changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2012-05-29 Thread Bill Barker
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

[Bug 53321] worker name cannot be used in work er list if also used in loadbalancer. throws 503 error

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53321 --- Comment #1 from Christopher Schultz --- Reference to original thread on tomcat-user mailing list, for reference: http://markmail.org/thread/tlwvkdsun3rfynw3 -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 53267] The JreMemoryLeakPreventionListener causes a full GC every hour when gcDaemonProtection=true

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 --- Comment #6 from Christopher Schultz --- (In reply to comment #5) > Fixed in trunk and 7.0.x and will be included in 7.0.28. By default, a full > GC will now occur roughly every 290 million years. Then it's probably going to be a big on

[Bug 53180] DefaultInstanceManager#populateAnnotationsCache - incomplete check is used when validating for a setter method

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53180 --- Comment #2 from Violeta Georgieva --- Thanks Violeta -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr

[Bug 53115] catalina.bat run does not work is TEMP contains spaces

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53115 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53267] The JreMemoryLeakPreventionListener causes a full GC every hour when gcDaemonProtection=true

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1343897 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/changelog.xml

2012-05-29 Thread markt
Author: markt Date: Tue May 29 18:28:41 2012 New Revision: 1343897 URL: http://svn.apache.org/viewvc?rev=1343897&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 Stop the JreMemoryLeakPreventionListener triggering a full GC every hour Modified: tomcat/tc7.0.x/trunk/

svn commit: r1343895 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2012-05-29 Thread markt
Author: markt Date: Tue May 29 18:22:50 2012 New Revision: 1343895 URL: http://svn.apache.org/viewvc?rev=1343895&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 Stop the JreMemoryLeakPreventionListener triggering a full GC every hour Modified: tomcat/trunk/java/org

[Bug 53090] Servlet superclass injection targets are ignored

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53090 --- Comment #3 from Violeta Georgieva --- Hi, In the Java Platform EE 6 Spec, EE.5.2.5. Annotations and Injection, they specify that resource annotations may appear on any superclass of the class. Annotations and inheritance topic is desc

[Bug 53321] New: worker name cannot be used in work er list if also used in loadbalancer. throws 503 error

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53321 Priority: P2 Bug ID: 53321 Assignee: dev@tomcat.apache.org Summary: worker name cannot be used in work er list if also used in loadbalancer. throws 503 error Severity:

[Tomcat Wiki] Update of "FAQ/Logging" by ChristopherSchultz

2012-05-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Logging" page has been changed by ChristopherSchultz: http://wiki.apache.org/tomcat/FAQ/Logging?action=diff&rev1=20&rev2=21 Comment: win32 uses procrun, not jsvc If you r

[Tomcat Wiki] Update of "FAQ/Logging" by ChristopherSchultz

2012-05-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Logging" page has been changed by ChristopherSchultz: http://wiki.apache.org/tomcat/FAQ/Logging?action=diff&rev1=19&rev2=20 Comment: Expanded the section on rotating catalina.o

[Bug 53267] The JreMemoryLeakPreventionListener causes a full GC every hour when gcDaemonProtection=true

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 Mark Thomas changed: What|Removed |Added Severity|enhancement |normal --- Comment #4 from Mark Thom

[Bug 53180] DefaultInstanceManager#populateAnnotationsCache - incomplete check is used when validating for a setter method

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53180 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1343721 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/DefaultInstanceManager.java webapps/docs/changelog.xml

2012-05-29 Thread markt
Author: markt Date: Tue May 29 13:38:05 2012 New Revision: 1343721 URL: http://svn.apache.org/viewvc?rev=1343721&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53180 Add additional checks when looking for a setter method. Patch provided by Violeta Georgieva. Modified: to

svn commit: r1343718 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2012-05-29 Thread markt
Author: markt Date: Tue May 29 13:33:40 2012 New Revision: 1343718 URL: http://svn.apache.org/viewvc?rev=1343718&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53180 Add additional checks when looking for a setter method. Patch provided by Violeta Georgieva. Modified: to

[Bug 53171] Deadlock under Java 7 / DefaultInstanceManager

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53171 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

RE: Possible IIS SPDY Redirector for Tomcat

2012-05-29 Thread Konstantin Preißer
Hello Costin, thank you very much for your reply. > -Original Message- > From: Costin Manolache [mailto:cos...@gmail.com] > Sent: Tuesday, May 29, 2012 9:09 AM > To: Tomcat Developers List > Subject: Re: Possible IIS SPDY Redirector for Tomcat > > > For server-to-server ( i.e. IIS to to

[Bug 53081] WebappClassLoader causes java.lang.OutOfMemoryError in findResourceInternal()

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53081 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1343709 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2012-05-29 Thread markt
Author: markt Date: Tue May 29 13:11:51 2012 New Revision: 1343709 URL: http://svn.apache.org/viewvc?rev=1343709&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53081 Do not always cache resources loaded by the web application class loader Modified: tomcat/tc7.0.x/trunk/

svn commit: r1343708 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2012-05-29 Thread markt
Author: markt Date: Tue May 29 13:06:24 2012 New Revision: 1343708 URL: http://svn.apache.org/viewvc?rev=1343708&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53081 Do not always cache resources loaded by the web application class loader Modified: tomcat/trunk/java/org/

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2012-05-29 Thread Bill Barker
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-test has an issue affecting its community integration. This i

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-05-29 Thread Bill Barker
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-test has an issue affecting its community integration. This

svn commit: r1343631 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/Context.java

2012-05-29 Thread kkolinko
Author: kkolinko Date: Tue May 29 09:47:27 2012 New Revision: 1343631 URL: http://svn.apache.org/viewvc?rev=1343631&view=rev Log: Merged revisions r1335547 r1343629 from tomcat/trunk: Fix typos Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina

svn commit: r1343629 - /tomcat/trunk/java/org/apache/catalina/Context.java

2012-05-29 Thread kkolinko
Author: kkolinko Date: Tue May 29 09:43:10 2012 New Revision: 1343629 URL: http://svn.apache.org/viewvc?rev=1343629&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/Context.java Modified: tomcat/trunk/java/org/apache/catalina/Context.java URL: http://svn.apache.org/vie

[VOTE] Release Apache Tomcat Connectors 1.2.37

2012-05-29 Thread Mladen Turk
Hi, Apache Tomcat Connectors 1.2.37 release candidate is ready for vote at [1]. This version solves regression(s) found in released version 1.2.36 which can crash web server if configured in certain way. The VOTE will remain open for at least 48 hours. The Apache Tomcat Connectors 1.2.37 is [

svn commit: r1343619 - in /tomcat/native/trunk/native: NMAKEmakefile NMAKEmakefile.inc srclib/BUILDING srclib/VERSIONS srclib/apr/ srclib/apr/NMAKEmakefile srclib/apr/apr-enable-ipv6.patch srclib/open

2012-05-29 Thread mturk
Author: mturk Date: Tue May 29 09:19:58 2012 New Revision: 1343619 URL: http://svn.apache.org/viewvc?rev=1343619&view=rev Log: Port command line build tools from 1.1.x branch Added: tomcat/native/trunk/native/NMAKEmakefile (with props) tomcat/native/trunk/native/NMAKEmakefile.inc to

svn commit: r1343614 - /tomcat/native/trunk/native/src/sslinfo.c

2012-05-29 Thread mturk
Author: mturk Date: Tue May 29 09:12:20 2012 New Revision: 1343614 URL: http://svn.apache.org/viewvc?rev=1343614&view=rev Log: Fix compile warnings by changing SSL api Modified: tomcat/native/trunk/native/src/sslinfo.c Modified: tomcat/native/trunk/native/src/sslinfo.c URL: http://svn.apach

svn commit: r1343613 - /tomcat/native/branches/1.1.x/native/src/sslinfo.c

2012-05-29 Thread mturk
Author: mturk Date: Tue May 29 09:12:04 2012 New Revision: 1343613 URL: http://svn.apache.org/viewvc?rev=1343613&view=rev Log: Fix compile warnings by changing SSL api Modified: tomcat/native/branches/1.1.x/native/src/sslinfo.c Modified: tomcat/native/branches/1.1.x/native/src/sslinfo.c URL:

svn commit: r1343611 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2012-05-29 Thread mturk
Author: mturk Date: Tue May 29 09:05:40 2012 New Revision: 1343611 URL: http://svn.apache.org/viewvc?rev=1343611&view=rev Log: Fix compile warning. Since this is void api, using retval is useless Modified: tomcat/native/branches/1.1.x/native/src/ssl.c Modified: tomcat/native/branches/1.1.x/n

svn commit: r1343610 - /tomcat/native/trunk/native/src/ssl.c

2012-05-29 Thread mturk
Author: mturk Date: Tue May 29 09:04:38 2012 New Revision: 1343610 URL: http://svn.apache.org/viewvc?rev=1343610&view=rev Log: Fix compile warning. Since this is void api, using retval is useless Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c UR

svn commit: r1343609 - /tomcat/native/trunk/native/src/ssl.c

2012-05-29 Thread mturk
Author: mturk Date: Tue May 29 09:02:29 2012 New Revision: 1343609 URL: http://svn.apache.org/viewvc?rev=1343609&view=rev Log: Enable pkcs12 support Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c URL: http://svn.apache.org/viewvc/tomcat/native/

svn commit: r1343608 - in /tomcat/native/trunk/native: include/tcn.h src/poll.c

2012-05-29 Thread mturk
Author: mturk Date: Tue May 29 08:59:33 2012 New Revision: 1343608 URL: http://svn.apache.org/viewvc?rev=1343608&view=rev Log: Port per-socket timeout optimization from 1.1.x branch Modified: tomcat/native/trunk/native/include/tcn.h tomcat/native/trunk/native/src/poll.c Modified: tomcat/

svn commit: r1343605 - /tomcat/native/branches/1.1.x/native/src/poll.c

2012-05-29 Thread mturk
Author: mturk Date: Tue May 29 08:56:31 2012 New Revision: 1343605 URL: http://svn.apache.org/viewvc?rev=1343605&view=rev Log: Fix array copy Modified: tomcat/native/branches/1.1.x/native/src/poll.c Modified: tomcat/native/branches/1.1.x/native/src/poll.c URL: http://svn.apache.org/viewvc/t

svn commit: r1343598 - /tomcat/trunk/java/org/apache/tomcat/util/bcel/

2012-05-29 Thread markt
Author: markt Date: Tue May 29 08:31:09 2012 New Revision: 1343598 URL: http://svn.apache.org/viewvc?rev=1343598&view=rev Log: Update BCEL fork to latest version from Commons (no changes required - just updates mergeinfo) Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props chan

svn commit: r1343589 - /tomcat/tc6.0.x/trunk/STATUS.txt

2012-05-29 Thread markt
Author: markt Date: Tue May 29 07:52:46 2012 New Revision: 1343589 URL: http://svn.apache.org/viewvc?rev=1343589&view=rev Log: Vote 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=13435

svn commit: r1343578 - /tomcat/jk/tags/JK_1_2_37/

2012-05-29 Thread mturk
Author: mturk Date: Tue May 29 07:33:10 2012 New Revision: 1343578 URL: http://svn.apache.org/viewvc?rev=1343578&view=rev Log: Tag 1.2.37 Added: tomcat/jk/tags/JK_1_2_37/ - copied from r1343577, tomcat/jk/trunk/ - To

Re: Possible IIS SPDY Redirector for Tomcat

2012-05-29 Thread Costin Manolache
On Fri, May 25, 2012 at 9:08 AM, Konstantin Preißer < verlag.preis...@t-online.de> wrote: > Hello! (this time I hope the e-mail is complete ;-) > > Some time ago, I wrote about a possible alternative IIS AJP Connector > implementation [1] that is written in C# and uses the new IIS 7/8 module > pip