https://issues.apache.org/bugzilla/show_bug.cgi?id=51485
Bug #: 51485
Summary: AprLifecycleListener repeat an error of "An
incompatible version..."
Product: Tomcat 7
Version: 7.0.16
Platform: PC
OS/Version: Windows
https://issues.apache.org/bugzilla/show_bug.cgi?id=51485
Pid changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
>
> The proposed 1.2.32 release is:
> [ x] Stable - go ahead and release as 1.2.32 Stable
> [ ] Broken - do not release
>
>
Builds fine on OS X, Solaris, aix-ppc64, HPUX-IA64, HPUX-PARISC, Linux
x86, Linux x64, Windows x86 and Windows x64.
Testing on a mix of HTML + heavy AJAX apps shows no proble
https://issues.apache.org/bugzilla/show_bug.cgi?id=51485
Konstantin Kolinko changed:
What|Removed |Added
Resolution|INVALID |WONTFIX
Severity|no
The proposed Apache Tomcat 7.0.18 release is now available for voting.
It can be obtained from:
http://people.apache.org/~markt/dev/tomcat-7/v7.0.18/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_18/
The proposed 7.0.18 release is:
[ ] Broken - do not release
[ ]
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "SystemInformation" page has been changed by LeeLansford:
http://wiki.apache.org/tomcat/SystemInformation?action=diff&rev1=4&rev2=5
##master-page:SystemInfo
##master-date:2002-0
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "LocalBadContent" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=22&rev2=23
Comment:
Add recent spam addresses
tunfar\
+1 Stable
On Thu, Jul 7, 2011 at 6:10 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.18 release is now available for voting.
>
> It can be obtained from:
> http://people.apache.org/~markt/dev/tomcat-7/v7.0.18/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCA
On 07/07/2011 11:10, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.18 release is now available for voting.
>
> It can be obtained from:
> http://people.apache.org/~markt/dev/tomcat-7/v7.0.18/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_18/
>
> The prop
https://issues.apache.org/bugzilla/show_bug.cgi?id=51477
--- Comment #11 from Marvin Addison 2011-07-07
16:00:45 UTC ---
I tested the patch and verified that SSLv3+TLSv1 works as expected, allowing
SSLv3 and TLSv1, but denying SSLv2 connections. However, the setting
SSLv2+TLSv1 only allows TLSv
Tomcat 6 enhancement:
Please consider giving us the ability to change the process name for linux
applications. I have identified all of the places I believe this needs to be
done.
Would you please consider adding the following to the catalina.sh file:
1) In the variable section at the top pleas
Small typo.
3) Then replace any occurance of "$_RUNJAVA" with exec "$CATALINA_PROCESS_NAME"
. This will allow the process to be named.
Should have been:
3) Then replace any occurance of "$_RUNJAVA" with exec "$CATALINA_PROCESS_NAME"
"$_RUNJAVA" . This will allow the process to be named.
Sor
On 07/07/2011 17:07, Campbell, Lance wrote:
> Small typo.
>
> 3) Then replace any occurance of "$_RUNJAVA" with exec
> "$CATALINA_PROCESS_NAME" . This will allow the process to be named.
>
> Should have been:
>
> 3) Then replace any occurance of "$_RUNJAVA" with exec
> "$CATALINA_PROCESS_NAME
https://issues.apache.org/bugzilla/show_bug.cgi?id=51477
--- Comment #12 from Rainer Jung 2011-07-07 16:49:49
UTC ---
Which SSLCipher did you use?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the a
https://issues.apache.org/bugzilla/show_bug.cgi?id=51477
--- Comment #13 from Christopher Schultz
2011-07-07 19:00:36 UTC ---
While OpenSSL's s_client can certainly get the job done, you might make things
easier on yourself by using sslscan (http://sourceforge.net/projects/sslscan/).
Most Linux
Lance,
On 7/7/2011 12:03 PM, Campbell, Lance wrote:
> Tomcat 6 enhancement:
> Please consider giving us the ability to change the process name for linux
> applications. I have identified all of the places I believe this needs to be
> done.
>
> Would you please consider adding the following to
On 07/07/2011 20:07, Christopher Schultz wrote:
> Lance,
>
> On 7/7/2011 12:03 PM, Campbell, Lance wrote:
>> Tomcat 6 enhancement:
>> Please consider giving us the ability to change the process name for linux
>> applications. I have identified all of the places I believe this needs to
>> be don
> On Thu, Jul 7, 2011 at 6:10 AM, Mark Thomas wrote:
>
>> The proposed Apache Tomcat 7.0.18 release is now available for voting.
>>
>> It can be obtained from:
>> http://people.apache.org/~markt/dev/tomcat-7/v7.0.18/
>> The svn tag is:
>> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_
Author: markt
Date: Thu Jul 7 20:53:51 2011
New Revision: 1144031
URL: http://svn.apache.org/viewvc?rev=1144031&view=rev
Log:
Use SecurityClassLoad to pre-load HexUtils to prevent a security exception
Modified:
tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java
tomcat/
Author: markt
Date: Thu Jul 7 20:58:11 2011
New Revision: 1144032
URL: http://svn.apache.org/viewvc?rev=1144032&view=rev
Log:
Already loaded via SecurityClassLoad
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProcesso
Author: markt
Date: Thu Jul 7 21:00:18 2011
New Revision: 1144033
URL: http://svn.apache.org/viewvc?rev=1144033&view=rev
Log:
Add re-factoring to the changelog
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/vie
Author: markt
Date: Thu Jul 7 21:17:25 2011
New Revision: 1144045
URL: http://svn.apache.org/viewvc?rev=1144045&view=rev
Log:
Post refactoring, can't be processing a comet request in asyncDispatch
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Modified: tomcat/
Author: markt
Date: Thu Jul 7 21:18:11 2011
New Revision: 1144046
URL: http://svn.apache.org/viewvc?rev=1144046&view=rev
Log:
Collapse the multiple if statements
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11
Author: markt
Date: Thu Jul 7 21:22:01 2011
New Revision: 1144048
URL: http://svn.apache.org/viewvc?rev=1144048&view=rev
Log:
Remove unnecessary throws
Move timeout lookups to where the timeouts are reset (in preparation for this
being in a separate method)
Modified:
tomcat/trunk/java/org/a
Author: markt
Date: Thu Jul 7 21:22:43 2011
New Revision: 1144049
URL: http://svn.apache.org/viewvc?rev=1144049&view=rev
Log:
Missed a reference to comet which will always be false in asyncDispatch
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Modified: tomcat
Author: markt
Date: Thu Jul 7 21:23:42 2011
New Revision: 1144050
URL: http://svn.apache.org/viewvc?rev=1144050&view=rev
Log:
No functional change - make it the same as BIO & APR
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Modified: tomcat/trunk/java/org/apa
Author: fhanik
Date: Thu Jul 7 21:40:05 2011
New Revision: 1144061
URL: http://svn.apache.org/viewvc?rev=1144061&view=rev
Log:
Include jdbc-pool into tomcat release.
Added:
tomcat/trunk/res/maven/tomcat-jdbc.pom
Modified:
tomcat/trunk/build.xml
tomcat/trunk/modules/jdbc-pool/build.x
Author: markt
Date: Thu Jul 7 21:57:13 2011
New Revision: 1144067
URL: http://svn.apache.org/viewvc?rev=1144067&view=rev
Log:
Pull up asyncDispatch()
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProc
Author: markt
Date: Thu Jul 7 21:58:51 2011
New Revision: 1144069
URL: http://svn.apache.org/viewvc?rev=1144069&view=rev
Log:
Remove pointless code (see finally block just above)
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
Modified: tomcat/trunk/java/org/apac
Author: markt
Date: Thu Jul 7 22:14:07 2011
New Revision: 1144077
URL: http://svn.apache.org/viewvc?rev=1144077&view=rev
Log:
Pull up reset for remoteHost etc. to a common location
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apa
2011/7/8 :
> Author: fhanik
> Date: Thu Jul 7 21:40:05 2011
> New Revision: 1144061
>
> URL: http://svn.apache.org/viewvc?rev=1144061&view=rev
> Log:
> Include jdbc-pool into tomcat release.
>
> Added:
> tomcat/trunk/res/maven/tomcat-jdbc.pom
1) svn:eol-style for pom
> Modified:
> tomcat/
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 A2Hosting:
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=354&rev2=355
[[http://www.2020media.com/|2020Media.com]] Longest establ
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 A2Hosting:
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=355&rev2=356
=== A2 Hosting ===
{{http://img.a2hosting.com/tagline-logo-
Running 7.0.18 behind Apache HTTPD,
using Ajp connector (Bio),
for every actual request there are two records in the access log,
one "true" record, followed by a blank one.
E.g.:
ipaddress - username [08/Jul/11:07:16:05 +0400] "GET /manager/html
HTTP/1.1" 200 24854
ipaddress - - [08/июл/11:07:16:
With my implicit +1 we have 4 binding votes
(Henri, Jim, Tim and I)
As such Tomcat Connectors 1.2.32 has been voted as stable.
I'll copy the files to the dist, and make ANN later today
when majority of mirrors pick the dist.
Thanks to all who helped testing!
Regards
--
^TM
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=51487
Bug #: 51487
Summary: Consider adding the JAR to to the
tomcat.util.scan.DefaultJarScanner.jarsToSkip in
CATALINA_BASE/catalina.properties
Product: Tomcat 7
36 matches
Mail list logo