Author: rjung
Date: Mon Nov 9 18:36:41 2015
New Revision: 1713507
URL: http://svn.apache.org/viewvc?rev=1713507&view=rev
Log:
Add a script to check consistency of native
C and Java API.
There probably exists a more clever approach
but it seems to work for the time being.
Currently in trunk all
Author: rjung
Date: Mon Nov 9 17:57:30 2015
New Revision: 1713496
URL: http://svn.apache.org/viewvc?rev=1713496&view=rev
Log:
Followup to r1713495: Forgot the non-OPENSSL
branch.
Modified:
tomcat/native/trunk/native/src/sslinfo.c
Modified: tomcat/native/trunk/native/src/sslinfo.c
URL:
http
Author: rjung
Date: Mon Nov 9 17:55:47 2015
New Revision: 1713495
URL: http://svn.apache.org/viewvc?rev=1713495&view=rev
Log:
Fix the signature of the implementation of the
native SSLSocket method getInfoB() to return
jbyteArray instead of jobject.
This is consistent with what it actually
return
Author: rjung
Date: Mon Nov 9 17:45:08 2015
New Revision: 1713487
URL: http://svn.apache.org/viewvc?rev=1713487&view=rev
Log:
Fix the signature of the implementation of the
native SSL method newSSL() in the case when
OPENSSL is not available.
Use the same signature in the case when
HAVE_OPENSSL
Author: rjung
Date: Mon Nov 9 17:41:30 2015
New Revision: 1713486
URL: http://svn.apache.org/viewvc?rev=1713486&view=rev
Log:
Simplify search for opening define.
Modified:
tomcat/native/trunk/native/src/ssl.c
Modified: tomcat/native/trunk/native/src/ssl.c
URL:
http://svn.apache.org/viewvc/
mons/daemon/dist/bin/commons-daemon-20151109-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.relaxTiming=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/601
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Author: remm
Date: Mon Nov 9 14:37:04 2015
New Revision: 1713446
URL: http://svn.apache.org/viewvc?rev=1713446&view=rev
Log:
Itanium was dropped.
Modified:
tomcat/trunk/res/tomcat.nsi
Modified: tomcat/trunk/res/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=17
2015-11-06 15:12 GMT+03:00 Mark Thomas :
> On 06/11/2015 11:47, Christopher Schultz wrote:
>> On 11/5/15 4:34 AM, Mark Thomas wrote:
>>> On 05/11/2015 08:48, Mark Thomas wrote:
<...>
>>> At this point, I don't see a clear argument one way or the other.
>>>
>>> I've looked through the open JSP spe
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136
--- Comment #30 from Yoni Amir ---
Hi,
Do you know if this configuration option, quoteAttributeEL, will be available
only in tomcat 8.0.29, or also in Tomcat 7.0.66 (or maybe a later 7.0.xx)?
Thanks,
Yoni
--
You are receiving this mail becaus
Author: markt
Date: Mon Nov 9 11:39:07 2015
New Revision: 1713397
URL: http://svn.apache.org/viewvc?rev=1713397&view=rev
Log:
Drop Windows Itanium support for native components
Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.xml
URL:
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/599
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Mon Nov 9 11:31:44 2015
New Revision: 1713391
URL: http://svn.apache.org/viewvc?rev=1713391&view=rev
Log:
Tab police
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSL
Author: markt
Date: Mon Nov 9 11:30:07 2015
New Revision: 1713389
URL: http://svn.apache.org/viewvc?rev=1713389&view=rev
Log:
Update minimum Tomcat Native version to 1.2.2
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java
Author: jfclere
Date: Mon Nov 9 10:20:32 2015
New Revision: 1713365
URL: http://svn.apache.org/viewvc?rev=1713365&view=rev
Log:
Use the default when not explicitly configured.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
Modified:
tomcat/trunk/java/org
Author: markt
Date: Mon Nov 9 09:57:07 2015
New Revision: 11086
Log:
Release Tomcat Native 1.2.2
Added:
release/tomcat/tomcat-connectors/native/1.2.2/
- copied from r11085, dev/tomcat/tomcat-connectors/native/1.2.2/
Removed:
dev/tomcat/tomcat-connectors/native/1.2.2/
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/597
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
The following votes were cast:
Binding:
+1: remm, markt, violetagg, rjung
Non-binding:
+1: Huxing Zhang
The vote therefore passes.
Thank you to everyone who tested this and the previous 1.2.x releases.
Mark
-
To unsubscribe,
Author: markt
Date: Mon Nov 9 09:39:49 2015
New Revision: 1713362
URL: http://svn.apache.org/viewvc?rev=1713362&view=rev
Log:
Fix Findbugs warnings. Remove code that will never execute because the
condition it depends on can never be met.
Modified:
tomcat/trunk/java/org/apache/catalina/star
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/596
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/595
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Author: mgrigorov
Date: Mon Nov 9 09:06:32 2015
New Revision: 1713351
URL: http://svn.apache.org/viewvc?rev=1713351&view=rev
Log:
Fix a typo in a test method name.
Introduced with r1713285
Modified:
tomcat/trunk/test/org/apache/catalina/util/TestStandardSessionIdGenerator.java
Modified:
Author: remm
Date: Mon Nov 9 08:54:48 2015
New Revision: 1713347
URL: http://svn.apache.org/viewvc?rev=1713347&view=rev
Log:
SunX509 is not a good default (testsuite failures).
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java
Modified:
tomcat/trunk/java/
Author: remm
Date: Mon Nov 9 08:53:37 2015
New Revision: 1713346
URL: http://svn.apache.org/viewvc?rev=1713346&view=rev
Log:
Fix NPE.
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
URL:
http://svn.apac
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481
--- Comment #5 from CHI ---
added log files...
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apa
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481
--- Comment #4 from CHI ---
Created attachment 33266
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33266&action=edit
console.log
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481
--- Comment #3 from CHI ---
Created attachment 33265
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33265&action=edit
mod_jk.log with loglevel trace
--
You are receiving this mail because:
You are the assignee for the bug.
--
Hi Christopher,
Thanks for your comments.
I used to compile openssl under linux, when I switched my OS to Mac OSX, the
openssl building env was not completely clean, which lead to the problem.
Will use brew to update openssl later on.
Thanks,
Huxing
--
28 matches
Mail list logo