Author: markt
Date: Thu Apr 9 17:58:40 2015
New Revision: 1672434
URL: http://svn.apache.org/r1672434
Log:
SNI Refactoring. I'm doing this in small steps as I tried to do it a single go
and got something wrong that broke secure connections.
Modified:
tomcat/trunk/java/org/apache/tomcat/util
https://bz.apache.org/bugzilla/show_bug.cgi?id=57801
Rainer Jung changed:
What|Removed |Added
Product|Tomcat 8|Tomcat 6
Component|Catalina
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/1116
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: rjung
Date: Thu Apr 9 10:29:52 2015
New Revision: 1672284
URL: http://svn.apache.org/r1672284
Log:
More hints about process using the PID.
Modified:
tomcat/trunk/bin/catalina.sh
Modified: tomcat/trunk/bin/catalina.sh
URL:
http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?re
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/616
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
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/1120
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=56438
--- Comment #3 from VIN ---
Created attachment 32639
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32639&action=edit
Fix for Tomcat7 TldConfig and ContextConfig scan
Attached patch contains below fixes:
1) If any jar is scanned for TL
Author: rjung
Date: Thu Apr 9 10:32:21 2015
New Revision: 1672286
URL: http://svn.apache.org/r1672286
Log:
More hints about process using the PID.
Backport of r1672284 from trunk resp.
r1672285 from tc8.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/bin/catalina
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
--- Comment #3 from Remy Maucherat ---
As part of the investigation I fixed some issues (r1672297) which will be
backported to Tomcat 8, but I don't see any way for the read pending flag to
have a bad state. Without some test, the issue will ev
Author: rjung
Date: Thu Apr 9 10:34:27 2015
New Revision: 1672287
URL: http://svn.apache.org/r1672287
Log:
Add further improvement to 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.
Author: remm
Date: Thu Apr 9 11:45:56 2015
New Revision: 1672297
URL: http://svn.apache.org/r1672297
Log:
Investigating 57799 I found some issues in the SSL impl:
- Possibly incomplete writes.
- After some errors (which shouldn't happen however), the pending flag could
still be set.
- A bad idea
Am 09.04.2015 um 02:57 schrieb 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-tc8.0.x has an issue affecting
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/1118
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
Author: markt
Date: Thu Apr 9 12:33:37 2015
New Revision: 1672312
URL: http://svn.apache.org/r1672312
Log:
Remove unused parameter passed around a whole bunch of code.
Discovered while fixing Java 8 Javadoc issues with InputBuffer when I wondered
what the Request parameter was for. Answer: in th
Author: markt
Date: Thu Apr 9 13:05:23 2015
New Revision: 1672329
URL: http://svn.apache.org/r1672329
Log:
Insert an additional class into the Endpoint class structure for JSSE specific
stuff common to NIO and NIO2. The is primarily intended for SNI.
Added:
tomcat/trunk/java/org/apache/tomc
Hi Mark,
I can add the Boolean variable at ContextConfig class level so that all
pluggability scans can access it and set the value accordingly.
Almost all web-inf/lib/class scans are internally calling
“processAnnotationsStream()” method of ContextConfig.java. So in this
method I can change th
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438
--- Comment #4 from Justin Cranford ---
The patch sounds great. Three small suggestions to make it just a little
better:
1) Can you add a debug message to show positive matches? Logging negative
matches is very useful since Tomcat's configurat
On 08/04/2015 11:20, Pravallika Peddi wrote:
> Hi Mark,
>
>
> Highlighted code is the Fix to add summary message to *Tomcat7.0*:
Patches should be in diff -u format and are best attached to bug reports.
Mark
>
>
> In org.apache.catalina.startup.TldConfig.java à
>
>
>
> a) Return a
https://bz.apache.org/bugzilla/show_bug.cgi?id=57108
--- Comment #12 from Mark Thomas ---
Keeping the config at the connector level is probably the way to go. There are
weird and wonderful configuration possibilities like one Connector on one
interface with one set of certs for internal users and
Hi Mark,
I have submitted a fix for 56438 bug for Tomcat7.
Can you help review it and let me know?
Thanks in advance.
Regards,
Pravallika(VIN)
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/617
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
On 08/04/2015 14:07, Pravallika Peddi wrote:
> Hi Mark,
>
> *Fix for Pluggability Scan in Tomcat 7.0: *
You have only addressed fragment scanning. You have not addressed the
other scans such as class scanning which are part of the pluggability
scanning process.
I agree adding a flag to track if
Am 09.04.2015 um 11:57 schrieb Konstantin Kolinko:
2015-04-09 12:24 GMT+03:00 :
Author: rjung
Date: Thu Apr 9 09:24:49 2015
New Revision: 1672272
URL: http://svn.apache.org/r1672272
Log:
BZ57801: Give a hint on what to do.
This might happen, if a system reboot happens,
Tomcat is not shut dow
https://bz.apache.org/bugzilla/show_bug.cgi?id=57801
Bug ID: 57801
Summary: Tomcat catalina.sh fails to start after machine is
reboot because there is another process have the same
PID as Tomcat before reboot
Product: Tomca
2015-04-09 13:26 GMT+03:00 Rainer Jung :
> Am 09.04.2015 um 11:57 schrieb Konstantin Kolinko:
>>
>> 2015-04-09 12:24 GMT+03:00 :
>>>
>>> Author: rjung
>>> Date: Thu Apr 9 09:24:49 2015
>>> New Revision: 1672272
>>>
>>> URL: http://svn.apache.org/r1672272
>>> Log:
>>> BZ57801: Give a hint on what
https://bz.apache.org/bugzilla/show_bug.cgi?id=57801
Rainer Jung changed:
What|Removed |Added
Severity|normal |enhancement
Hardware|PC
Author: rjung
Date: Thu Apr 9 09:33:29 2015
New Revision: 1672274
URL: http://svn.apache.org/r1672274
Log:
BZ57801: Give a hint on what to do.
This might happen, if a system reboot happens,
Tomcat is not shut down properly and another
process reuses the PID after the reboot, before
Tomcat is bei
Author: markt
Date: Thu Apr 9 21:15:11 2015
New Revision: 1672492
URL: http://svn.apache.org/r1672492
Log:
SNI refactoring for NIO.
Peek at the data but currently parsing the data is stubbed to report no
hostname found.
Added:
tomcat/trunk/java/org/apache/tomcat/util/net/SNIExtractor.java
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438
--- Comment #5 from Mark Thomas ---
(In reply to VIN from comment #3)
> Please review my patch and let me know in case of any problems.
Part 1 looks generally OK. You need to use 4 spaces rather than tabs and I
agree with the idea in comment
Author: markt
Date: Thu Apr 9 18:17:24 2015
New Revision: 1672437
URL: http://svn.apache.org/r1672437
Log:
SNI Refactoring. I'm doing this in small steps as I tried to do it a single go
and got something wrong that broke secure connections.
Modified:
tomcat/trunk/java/org/apache/tomcat/util
Author: rjung
Date: Thu Apr 9 09:30:52 2015
New Revision: 1672273
URL: http://svn.apache.org/r1672273
Log:
BZ57801: Give a hint on what to do.
This might happen, if a system reboot happens,
Tomcat is not shut down properly and another
process reuses the PID after the reboot, before
Tomcat is bei
Author: rjung
Date: Thu Apr 9 10:31:09 2015
New Revision: 1672285
URL: http://svn.apache.org/r1672285
Log:
More hints about process using the PID.
Backport of r1672284 from trunk.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/bin/catalina.sh
Propchange: tomcat/
2015-04-09 12:24 GMT+03:00 :
> Author: rjung
> Date: Thu Apr 9 09:24:49 2015
> New Revision: 1672272
>
> URL: http://svn.apache.org/r1672272
> Log:
> BZ57801: Give a hint on what to do.
>
> This might happen, if a system reboot happens,
> Tomcat is not shut down properly and another
> process reu
Author: rjung
Date: Thu Apr 9 09:40:35 2015
New Revision: 1672276
URL: http://svn.apache.org/r1672276
Log:
Propose.
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=1672276&r1=1672275&r
Author: rjung
Date: Thu Apr 9 09:24:49 2015
New Revision: 1672272
URL: http://svn.apache.org/r1672272
Log:
BZ57801: Give a hint on what to do.
This might happen, if a system reboot happens,
Tomcat is not shut down properly and another
process reuses the PID after the reboot, before
Tomcat is bei
Author: markt
Date: Thu Apr 9 15:16:42 2015
New Revision: 1672393
URL: http://svn.apache.org/r1672393
Log:
Some initial plumbing for SNI.
While Java 8 supports SNI, if you want different certs for different hosts then
you have to manually parse the incoming TLS bytes to look for the SNI
extensi
Author: markt
Date: Thu Apr 9 18:58:39 2015
New Revision: 1672452
URL: http://svn.apache.org/r1672452
Log:
More SNI refactoring. Should be ready to start peeking at the input stream now.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
tomcat/trunk/java/org/apache/
Author: markt
Date: Thu Apr 9 13:23:53 2015
New Revision: 1672342
URL: http://svn.apache.org/r1672342
Log:
Pull up the common JSSE code.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
tom
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/1119
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
2015-04-08 23:56 GMT+02:00 Mark Thomas :
> 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 p
https://bz.apache.org/bugzilla/show_bug.cgi?id=57801
--- Comment #3 from Rainer Jung ---
Also added "ps" output for the process with the PID in r1672284 (trunk),
r1672285 (tc8) and r1672286 (tc7).
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: markt
Date: Thu Apr 9 12:54:41 2015
New Revision: 1672325
URL: http://svn.apache.org/r1672325
Log:
Javadoc fixes for InputBuffer
Modified:
tomcat/trunk/java/org/apache/coyote/InputBuffer.java
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
tomcat/trunk/java/org/apac
On 09/04/2015 13:25, Pravallika Peddi wrote:
> Hi Mark,
>
>
>
> I can add the Boolean variable at ContextConfig class level so that all
> pluggability scans can access it and set the value accordingly.
That is too high. It needs to be per JAR.
> Almost all web-inf/lib/class scans are internall
43 matches
Mail list logo