[Bug 56426] New: load -on-startup creating instance to servlet twice

2014-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56426 Bug ID: 56426 Summary: load -on-startup creating instance to servlet twice Product: Tomcat 7 Version: trunk Hardware: PC Status: NEW Severity: normal

svn commit: r1588421 - /tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css

2014-04-18 Thread kkolinko
Author: kkolinko Date: Fri Apr 18 08:15:56 2014 New Revision: 1588421 URL: http://svn.apache.org/r1588421 Log: Apply r1588195 Ensure th elements have the same text-align property on every browser. Modified: tomcat/site/trunk/docs/native-doc/images/docs-stylesheet.css Modified:

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

2014-04-18 Thread mturk
Author: mturk Date: Fri Apr 18 09:10:48 2014 New Revision: 1588429 URL: http://svn.apache.org/r1588429 Log: Bz56396. Some OpenSSL versions do not fail, so ensure we recover only if actually failed to generate 512-bit keys Modified: tomcat/native/branches/1.1.x/native/src/ssl.c Modified:

Re: Back-porting patches; margeinfo for svn-linked directories

2014-04-18 Thread Rainer Jung
On 15.04.2014 23:45, Christopher Schultz wrote: On 4/15/14, 5:35 PM, Konstantin Kolinko wrote: 2014-04-16 1:24 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: All, I've been back-porting some patches from Tomcat 8 to Tomcat 7 today, and I can see that I'm modifying the mergeinfo

[Bug 56426] load -on-startup creating instance to servlet twice

2014-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56426 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

[Bug 56425] Unable to find unambiguous method in class String

2014-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com --- In the String class there is no such method as replace(String, String) The methods are replace(CharSequence, CharSequence) replace(char, char) Method matching was changed

svn commit: r1588462 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2014-04-18 Thread kkolinko
Author: kkolinko Date: Fri Apr 18 13:12:10 2014 New Revision: 1588462 URL: http://svn.apache.org/r1588462 Log: Update Javadoc, as addValve/removeValve methods belong to Pipeline. The addValve() method is still here (to be called by digester), but ContainerBase.removeValve() has been removed in

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

2014-04-18 Thread kkolinko
Author: kkolinko Date: Fri Apr 18 13:13:51 2014 New Revision: 1588463 URL: http://svn.apache.org/r1588463 Log: Merged r1588462 from tomcat/trunk: Update Javadoc, as addValve/removeValve methods belong to Pipeline. The addValve() method is still here (to be called by digester), but

svn commit: r1588465 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java java/org/apache/tomcat/jni/SSL.java

2014-04-18 Thread kkolinko
Author: kkolinko Date: Fri Apr 18 13:16:37 2014 New Revision: 1588465 URL: http://svn.apache.org/r1588465 Log: Merged r1588102 from tomcat/trunk: Correct signature of SSL.fipsModeGet(), as native code is implemented as throwing an Exception in this method. Modified: tomcat/tc7.0.x/trunk/

svn commit: r1588472 - in /tomcat/site/trunk: docs/download-native.html xdocs/download-native.xml

2014-04-18 Thread kkolinko
Author: kkolinko Date: Fri Apr 18 13:54:11 2014 New Revision: 1588472 URL: http://svn.apache.org/r1588472 Log: Rearrange Windows binaries download links and description. Add note that DLL must match JVM. Modified: tomcat/site/trunk/docs/download-native.html

[Tomcat Wiki] Update of Security/Heartbleed by KonstantinKolinko

2014-04-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Security/Heartbleed page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Security/Heartbleed?action=diffrev1=10rev2=11 Comment: Mention how to update Tomcat

Re: [Tomcat Wiki] Update of Security/Heartbleed by KonstantinKolinko

2014-04-18 Thread sebb
On 18 April 2014 14:56, Apache Wiki wikidi...@apache.org wrote: The Security/Heartbleed page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Security/Heartbleed?action=diffrev1=10rev2=11 + 1. Update OpenSSL to a version that includes the fix. The natural version

Re: [Tomcat Wiki] Update of Security/Heartbleed by KonstantinKolinko

2014-04-18 Thread Konstantin Kolinko
2014-04-18 18:54 GMT+04:00 sebb seb...@gmail.com: On 18 April 2014 14:56, Apache Wiki wikidi...@apache.org wrote: The Security/Heartbleed page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Security/Heartbleed?action=diffrev1=10rev2=11 + 1. Update OpenSSL to a version

svn commit: r1588493 - /tomcat/native/branches/1.1.x/java/org/apache/tomcat/

2014-04-18 Thread kkolinko
Author: kkolinko Date: Fri Apr 18 15:26:38 2014 New Revision: 1588493 URL: http://svn.apache.org/r1588493 Log: Update external to pick up new fipsModeGet() method. Modified: tomcat/native/branches/1.1.x/java/org/apache/tomcat/ (props changed) Propchange:

svn propchange: r1588102 - svn:log

2014-04-18 Thread kkolinko
Author: kkolinko Revision: 1588102 Modified property: svn:log Modified: svn:log at Fri Apr 18 15:29:06 2014 -- --- svn:log (original) +++ svn:log Fri Apr 18 15:29:06 2014 @@ -1 +1,3 @@ Fix an Eclipse nag +Correct

[Bug 56430] New: Extension mapping that includes a dot in the extension does not work

2014-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 Bug ID: 56430 Summary: Extension mapping that includes a dot in the extension does not work Product: Tomcat 7 Version: 7.0.53 Hardware: PC OS: Linux

Re: CI

2014-04-18 Thread Rémy Maucherat
2014-04-17 14:40 GMT+02:00 Martin Grigorov mgrigo...@apache.org: Hi, There are failed disks with BuildBot's master server (hostname: aegis). pctony (infra guy) said that they have ordered new ones and they will replace them today (US time ?!). Thanks for the info, but it looks like it is

Re: 7.0.54?

2014-04-18 Thread Christopher Schultz
Romain, On 4/16/14, 4:26 PM, Romain Manni-Bucau wrote: Yes, the point is we would make it easier to follow for users if we stay aligned on tomcat even if impacted user number is not that important. We'll not release tomorrow so it doesnt urge, just to know plans and adapt our ones to them.

[Bug 56418] Manager incorrectly reports deployment as OK even though it failed

2014-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56418 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Attachment #31536|0

Re: 7.0.54?

2014-04-18 Thread Romain Manni-Bucau
Hi Awesome, thanks for the note! Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-04-18 21:15 GMT+02:00 Christopher Schultz ch...@christopherschultz.net: Romain, On

[Bug 56418] Manager incorrectly reports deployment as OK even though it failed

2014-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56418 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- Comment on attachment 31536 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31536 Proposed patch on tomcat7 trunk The first and second chunks of your patch

NIO buffering

2014-04-18 Thread Rémy Maucherat
Hi, I am not convinced by the NIO buffering that is used on output. Due to concurrent access issues I couldn't use it in NIO 2, but then I cannot see either what it does to justify using a more complex structure over a simpler array list. If the idea was to reuse buffers (which it doesn't),

[Bug 56430] Extension mapping that includes a dot in the extension does not work

2014-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- This is probably a spec-clarification question, really: does * match a dot? Is it greedy-matching? If it behaves like a Perl-compatible RE .* (or really any RE .*),

Re: Back-porting patches; margeinfo for svn-linked directories

2014-04-18 Thread Christopher Schultz
Rainer, On 4/18/14, 7:45 AM, Rainer Jung wrote: On 15.04.2014 23:45, Christopher Schultz wrote: On 4/15/14, 5:35 PM, Konstantin Kolinko wrote: 2014-04-16 1:24 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: All, I've been back-porting some patches from Tomcat 8 to Tomcat 7

svn commit: r1588553 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractOutputBuffer.java InternalNio2OutputBuffer.java

2014-04-18 Thread remm
Author: remm Date: Fri Apr 18 20:02:38 2014 New Revision: 1588553 URL: http://svn.apache.org/r1588553 Log: Allow some method override since it is a bit too convoluted with NIO2. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java

Re: Back-porting patches; margeinfo for svn-linked directories

2014-04-18 Thread Rainer Jung
On 18.04.2014 21:43, Christopher Schultz wrote: On 4/18/14, 7:45 AM, Rainer Jung wrote: On 15.04.2014 23:45, Christopher Schultz wrote: On 4/15/14, 5:35 PM, Konstantin Kolinko wrote: 2014-04-16 1:24 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: All, I've been back-porting

[Bug 56430] Extension mapping that includes a dot in the extension does not work

2014-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

Re: Back-porting patches; margeinfo for svn-linked directories

2014-04-18 Thread Konstantin Kolinko
2014-04-19 0:06 GMT+04:00 Rainer Jung rainer.j...@kippdata.de: On 18.04.2014 21:43, Christopher Schultz wrote: On 4/18/14, 7:45 AM, Rainer Jung wrote: On 15.04.2014 23:45, Christopher Schultz wrote: I've never explicitly checked-out e.g. jdbc-pool, but it gets pulled-in when I checkout

[Bug 56430] Extension mapping that includes a dot in the extension does not work

2014-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 --- Comment #3 from Benjamin Plocek sm...@benjaminplocek.com --- Ok, but then it would be great, to get any kind of a feedback when deploying the application. When I use an invalid pattern like '/*.jsp' the server also complains. But when I

svn commit: r1588583 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNio2OutputBuffer.java

2014-04-18 Thread remm
Author: remm Date: Fri Apr 18 22:30:31 2014 New Revision: 1588583 URL: http://svn.apache.org/r1588583 Log: Minor flush tweaks. Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNio2OutputBuffer.java Modified: