Author: markt
Date: Wed Apr 8 08:24:30 2015
New Revision: 1672029
URL: http://svn.apache.org/r1672029
Log:
CTR: Align whitespace
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/SSLContext.java
Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/SSLContext.java
URL:
http://s
Author: markt
Date: Wed Apr 8 09:16:57 2015
New Revision: 1672040
URL: http://svn.apache.org/r1672040
Log:
Follow-up to r1671864. Java 6 compatibility. Need to catch Throwable to catch
the UnsatisifiedLinkError
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/jni/Library.java
Modified
Author: markt
Date: Wed Apr 8 09:19:03 2015
New Revision: 1672041
URL: http://svn.apache.org/r1672041
Log:
Follow-up to r1671865. Java 6 compatibility. Need to catch Throwable to catch
the UnsatisifiedLinkError
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/jni/Library.java
Modified
Author: markt
Date: Wed Apr 8 09:43:04 2015
New Revision: 1672046
URL: http://svn.apache.org/r1672046
Log:
Fix some IDE warnings
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
URL:
http://svn
Author: markt
Date: Wed Apr 8 09:47:36 2015
New Revision: 1672047
URL: http://svn.apache.org/r1672047
Log:
Proposal
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=1672047&r1=1672046&r
Author: remm
Date: Wed Apr 8 09:53:45 2015
New Revision: 1672050
URL: http://svn.apache.org/r1672050
Log:
Add read, fixes and cleanups.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Channel.java
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
tomcat/trunk/
Hi Mark,
Currently there is no mechanism to skip the JARs from Pluggability scan in
Tomcat 8.0.
Below are the fix details that i propose for *tomcat 8* pluggability scan
problem:
1) Added below code in
org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallBack.java à
2015-04-08 12:47 GMT+03:00 :
> Author: markt
> Date: Wed Apr 8 09:47:36 2015
> New Revision: 1672047
>
> URL: http://svn.apache.org/r1672047
> Log:
> Proposal
>
> Modified:
> tomcat/tc6.0.x/trunk/STATUS.txt
>
> Modified: tomcat/tc6.0.x/trunk/STATUS.txt
> URL:
> http://svn.apache.org/viewvc/t
2015-03-06 16:49 GMT+01:00 Mark Thomas :
> I can see how both might be useful. No objections here.
>
> So in addition to my initial plan, I added some state information (NIO2
thinks it is a good idea to hide it), as well as flexibility for the
completion handler call (NIO2 calls it as soon as it r
Hi Mark,
Highlighted code is the Fix to add summary message to *Tomcat7.0*:
In org.apache.catalina.startup.TldConfig.java à
a) Return a Boolean variable from tldScanJar(JarURLConnection jarConn)
method which indicates tld found or not.
b) In TldJarScannerCallback inner class à ad
On 08/04/2015 11:13, Konstantin Kolinko wrote:
> 2015-04-08 12:47 GMT+03:00 :
>> Author: markt
>> Date: Wed Apr 8 09:47:36 2015
>> New Revision: 1672047
>>
>> URL: http://svn.apache.org/r1672047
>> Log:
>> Proposal
>>
>> Modified:
>> tomcat/tc6.0.x/trunk/STATUS.txt
>>
>> Modified: tomcat/tc6.
Author: remm
Date: Wed Apr 8 10:30:22 2015
New Revision: 1672057
URL: http://svn.apache.org/r1672057
Log:
Improve comments.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
Modified: tomcat/trunk
Author: markt
Date: Wed Apr 8 10:53:27 2015
New Revision: 1672058
URL: http://svn.apache.org/r1672058
Log:
Clean-up
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java
Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/jav
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/1106
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1107
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Author: markt
Date: Wed Apr 8 11:46:17 2015
New Revision: 1672067
URL: http://svn.apache.org/r1672067
Log:
Update versions
Modified:
tomcat/native/trunk/native/srclib/VERSIONS
Modified: tomcat/native/trunk/native/srclib/VERSIONS
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/
Author: markt
Date: Wed Apr 8 11:47:09 2015
New Revision: 1672068
URL: http://svn.apache.org/r1672068
Log:
Remove unnecessary directives since the minimum OpenSSL version is 1.0.2
Modified:
tomcat/native/trunk/native/src/ssl.c
Modified: tomcat/native/trunk/native/src/ssl.c
URL:
http://svn.
Hi Mark,
*Fix for Pluggability Scan in Tomcat 7.0: *
1) Org.apache.catalina.startup.ContextConfig.java à
processJarsForWebFragments(WebXml
application)
FragmentJarScannerCallback callback =
*new* FragmentJarScannerCallback(parseRequired);
jarScanner.scan(co
Mark,
On 2/24/15 12:59 PM, Mark Thomas wrote:
> On 19/02/2015 19:31, Christopher Schultz wrote:
>> Mark,
>>
>> On 2/19/15 1:41 PM, Mark Thomas wrote:
>>> On 19/02/2015 17:45, schu...@apache.org wrote:
Author: schultz
Date: Thu Feb 19 17:45:34 2015
New Revision: 1660953
URL
Author: remm
Date: Wed Apr 8 15:14:43 2015
New Revision: 1672100
URL: http://svn.apache.org/r1672100
Log:
- Add a vararg variant since it is probably nicer to use in a lot of cases (but
keep the NIO2 variant as well since it is more flexible for array reuse).
- Add a block mode since it is trivi
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
Bug ID: 57799
Summary: MessageCreationException: Couldn't create SOAP message
with Nio2 connector protocol
Product: Tomcat 8
Version: 8.0.15
Hardware: PC
Stat
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
Remy Maucherat changed:
What|Removed |Added
OS||All
--- Comment #1 from Remy Mauchera
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/1108
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
--- Comment #2 from Justin ---
There are no such problems when dropping SSL.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-ma
Author: markt
Date: Wed Apr 8 18:51:17 2015
New Revision: 1672140
URL: http://svn.apache.org/r1672140
Log:
First pass at native changes required to support ALPN.
Removed:
tomcat/native/trunk/native/src/sslext.c
Modified:
tomcat/native/trunk/native/include/ssl_private.h
tomcat/native/
Author: markt
Date: Wed Apr 8 18:53:20 2015
New Revision: 1672142
URL: http://svn.apache.org/r1672142
Log:
JNI changes for newly added ALPN support in tomcat-native 1.2.x
Removed:
tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java
tomcat/trunk/java/org/apache/tomcat/jni/socket/
Modified
Author: markt
Date: Wed Apr 8 18:54:00 2015
New Revision: 1672143
URL: http://svn.apache.org/r1672143
Log:
Remove class that no longer compiles
Removed:
tomcat/trunk/java/org/apache/tomcat/spdy/NetSupportOpenSSL.java
-
To
Author: markt
Date: Wed Apr 8 18:55:05 2015
New Revision: 1672144
URL: http://svn.apache.org/r1672144
Log:
Remove class that no longer compiles
Removed:
tomcat/trunk/java/org/apache/coyote/spdy/SpdyAprNpnHandler.java
-
To
On 08/04/2015 19:51, ma...@apache.org wrote:
> Author: markt
> Date: Wed Apr 8 18:51:17 2015
> New Revision: 1672140
>
> URL: http://svn.apache.org/r1672140
> Log:
> First pass at native changes required to support ALPN.
This is heavily based on a ALPN patch for HTTPD and Costin's SPDY work.
Th
On 08/04/2015 19:54, ma...@apache.org wrote:
> Author: markt
> Date: Wed Apr 8 18:54:00 2015
> New Revision: 1672143
>
> URL: http://svn.apache.org/r1672143
> Log:
> Remove class that no longer compiles
While I do think the SDPY classes will go from trunk eventually, I am
trying to keep as much
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1109
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Mark,
On 4/8/15 7:47 AM, ma...@apache.org wrote:
> Author: markt
> Date: Wed Apr 8 11:47:09 2015
> New Revision: 1672068
>
> URL: http://svn.apache.org/r1672068
> Log:
> Remove unnecessary directives since the minimum OpenSSL version is 1.0.2
Maybe we want to include a preprocessor rule that ki
Author: markt
Date: Wed Apr 8 19:19:26 2015
New Revision: 1672150
URL: http://svn.apache.org/r1672150
Log:
Fix nit
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Channel.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Channel.java
URL:
http://svn.apache.org/view
Author: rjung
Date: Wed Apr 8 20:00:48 2015
New Revision: 1672157
URL: http://svn.apache.org/r1672157
Log:
Update OpenSSL version check to 1.0.2.
Add output of found version in clear text.
Note: currently this check only warns,
if version is too old, it does not fail configure!
Modified:
tom
Author: rjung
Date: Wed Apr 8 20:05:33 2015
New Revision: 1672158
URL: http://svn.apache.org/r1672158
Log:
Up our OpenSSL minimum version in spec file.
Modified:
tomcat/native/trunk/native/build/rpm/tcnative.spec.in
Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in
URL:
http:
Am 08.04.2015 um 21:00 schrieb Christopher Schultz:
Mark,
On 4/8/15 7:47 AM, ma...@apache.org wrote:
Author: markt
Date: Wed Apr 8 11:47:09 2015
New Revision: 1672068
URL: http://svn.apache.org/r1672068
Log:
Remove unnecessary directives since the minimum OpenSSL version is 1.0.2
Maybe we w
As of r1672190 we now have the following:
- ALPN support in tc-native trunk
- The ability to register upgrade protocol implementations that will:
- be included in the ALPN negotiation
- cause processing to be passed to a protocol dedicated processor
implementation once ALPN negotiation com
Author: markt
Date: Wed Apr 8 20:57:56 2015
New Revision: 1672177
URL: http://svn.apache.org/r1672177
Log:
First pass at the plumbing to link from ALPN to creating a protocol specific
processor to handle the connection. Some, but not all, of the plumbing that
will be required for HTTP upgrade i
Author: markt
Date: Wed Apr 8 21:29:05 2015
New Revision: 1672190
URL: http://svn.apache.org/r1672190
Log:
Fix a crash when I put it all together. Get the negotiated protocol after the
handshake.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: tomcat/trunk
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/
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
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-tc8.0.x has an issue affecting its community integration.
This issu
Author: markt
Date: Wed Apr 8 21:56:15 2015
New Revision: 1672204
URL: http://svn.apache.org/r1672204
Log:
Make creation of upgrade Processor more robust. Fail the connection if the
expected Processor cannot be created.
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1112
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
43 matches
Mail list logo