Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "ClusteringCloud" page has been changed by JeanFredericClere:
https://wiki.apache.org/tomcat/ClusteringCloud?action=diff&rev1=2&rev2=3
There are 2 ways to organize your images, us
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "ClusteringCloud" page has been changed by JeanFredericClere:
https://wiki.apache.org/tomcat/ClusteringCloud?action=diff&rev1=1&rev2=2
There are 2 ways to organize your images, us
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "ClusteringCloud" page has been changed by JeanFredericClere:
https://wiki.apache.org/tomcat/ClusteringCloud
New page:
How to use tomcat clustering in the cloud.
The load-balancer
Author: remm
Date: Tue Oct 9 22:44:05 2018
New Revision: 1843361
URL: http://svn.apache.org/viewvc?rev=1843361&view=rev
Log:
Fix ant javadoc.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1843361&r1=1843360&r2
https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
--- Comment #20 from Christopher Schultz ---
Using OpenJDK 11, a simple https:// protocol test works for both configurations
"TLSv1.2+TLSv1.3" and simply "TLSv1.3". In the former case, Firefox/Chrome
connect using TLSv1.2. For the latter case,
https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
--- Comment #19 from Michael Osipov ---
Try sslscan(1), it can also do an HTTP request:
https://github.com/rbsec/sslscan
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
--- Comment #18 from Christopher Schultz ---
When using my ssltest tool[1] with OpenJDK 11, I get the following output when
configured with protocols="TLSv1.2+TLSv1.3":
Host [localhost] resolves to addresses [127.0.0.1], [0:0:0:0:0:0:0:1]
Auto
https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
--- Comment #17 from Christopher Schultz ---
A quick test with Firefox 62 and Chrome 69 shows that they are still connecting
using TLSv1.2.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
--- Comment #16 from Christopher Schultz ---
A quick smoke-test using openssl appears to work.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To
Author: remm
Date: Tue Oct 9 19:27:09 2018
New Revision: 1843334
URL: http://svn.apache.org/viewvc?rev=1843334&view=rev
Log:
Fix use of client key algorithm parameter.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/CertificateStreamProvider.java
tomcat/trunk/jav
On Tue, Oct 9, 2018 at 9:05 PM Mark Thomas wrote:
> On 09/10/18 19:58, Rémy Maucherat wrote:
> > On Tue, Oct 9, 2018 at 8:56 PM Mark Thomas wrote:
> >
> >> On 09/10/18 19:55, ma...@apache.org wrote:
> >>> Author: markt
> >>> Date: Tue Oct 9 18:55:17 2018
> >>> New Revision: 1843328
> >>>
> >>>
Author: markt
Date: Tue Oct 9 19:15:38 2018
New Revision: 1843330
URL: http://svn.apache.org/viewvc?rev=1843330&view=rev
Log:
Fix a few deprecation warnings when compiling with Java 11 (others remain that
are harder to fix).
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/membership
Author: markt
Date: Tue Oct 9 19:07:25 2018
New Revision: 1843329
URL: http://svn.apache.org/viewvc?rev=1843329&view=rev
Log:
Revert previous change. It will break with the defaults.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/CertificateStreamProvider.java
Modi
On 09/10/18 19:58, Rémy Maucherat wrote:
> On Tue, Oct 9, 2018 at 8:56 PM Mark Thomas wrote:
>
>> On 09/10/18 19:55, ma...@apache.org wrote:
>>> Author: markt
>>> Date: Tue Oct 9 18:55:17 2018
>>> New Revision: 1843328
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1843328&view=rev
>>> Log:
>>> F
On Tue, Oct 9, 2018 at 8:56 PM Mark Thomas wrote:
> On 09/10/18 19:55, ma...@apache.org wrote:
> > Author: markt
> > Date: Tue Oct 9 18:55:17 2018
> > New Revision: 1843328
> >
> > URL: http://svn.apache.org/viewvc?rev=1843328&view=rev
> > Log:
> > Fix unused code warning
>
> My IDE popped up a
On 09/10/18 19:55, ma...@apache.org wrote:
> Author: markt
> Date: Tue Oct 9 18:55:17 2018
> New Revision: 1843328
>
> URL: http://svn.apache.org/viewvc?rev=1843328&view=rev
> Log:
> Fix unused code warning
My IDE popped up a warning that this parameter was unused. I think I
have fixed this corr
Author: markt
Date: Tue Oct 9 18:55:17 2018
New Revision: 1843328
URL: http://svn.apache.org/viewvc?rev=1843328&view=rev
Log:
Fix unused code warning
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/CertificateStreamProvider.java
Modified:
tomcat/trunk/java/org/apac
Author: markt
Date: Tue Oct 9 18:53:53 2018
New Revision: 1843327
URL: http://svn.apache.org/viewvc?rev=1843327&view=rev
Log:
Fix IDE warnings
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/AbstractStreamProvider.java
tomcat/trunk/java/org/apache/catalina/tribe
Author: markt
Date: Tue Oct 9 18:50:56 2018
New Revision: 1843325
URL: http://svn.apache.org/viewvc?rev=1843325&view=rev
Log:
Modify import controls so they do not overlap which prevents the reversal of
deny/allow ordering from causing failures in Gump which uses the latest
Checkstyle code
Mod
Author: markt
Date: Tue Oct 9 17:37:23 2018
New Revision: 1843315
URL: http://svn.apache.org/viewvc?rev=1843315&view=rev
Log:
Silence IDE warnings
Modified:
tomcat/trunk/java/org/apache/tomcat/util/json/JSONParser.java
tomcat/trunk/java/org/apache/tomcat/util/json/JSONParserTokenManager.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
--- Comment #15 from Mark Thomas ---
I've applied those patches with some minor modifications to:
- fix the problem described in bug 62794
- ensure that the a warning is displayed when explicitly configuring TLSv1.3
but TLSv1.3 is not supported
On 09/10/18 18:25, bugzi...@apache.org wrote:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=62794
>
> Mark Thomas changed:
>
>What|Removed |Added
>
> Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
Mark Thomas changed:
What|Removed |Added
CC||ch...@christopherschultz.ne
https://bz.apache.org/bugzilla/show_bug.cgi?id=62794
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Oct 9 17:23:48 2018
New Revision: 1843314
URL: http://svn.apache.org/viewvc?rev=1843314&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
Add TLS 1.3 support (CLIENT-CERT untested)
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/SSL.java
tom
Author: markt
Date: Tue Oct 9 17:19:33 2018
New Revision: 1843313
URL: http://svn.apache.org/viewvc?rev=1843313&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
Add TLS 1.3 support (CLIENT-CERT untested)
Modified:
tomcat/native/trunk/native/include/ssl_private.h
tom
Added: tomcat/trunk/java/org/apache/tomcat/util/json/JavaCharStream.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/json/JavaCharStream.java?rev=1843309&view=auto
==
--- tomcat/trunk/java/or
Author: remm
Date: Tue Oct 9 16:36:54 2018
New Revision: 1843309
URL: http://svn.apache.org/viewvc?rev=1843309&view=rev
Log:
Switch from Noggit to a javacc parser generated from a public domain json
grammar.
Added:
tomcat/trunk/java/org/apache/tomcat/util/json/
tomcat/trunk/java/org/apa
On Tue, Oct 9, 2018 at 2:31 AM Mark Thomas wrote:
> On 09/10/18 05:55, Igal Sapir wrote:
> > On Mon, Oct 8, 2018 at 3:04 AM Mark Thomas wrote:
> >
> >> On 06/10/18 23:08, Igal Sapir wrote:
> >>> I am rather new to SVN, and actually use it mostly via GIT, i.e. `git
> svn
> >>> rebase` and `git sv
Thanks Violeta , Marek,
I want to contribute to Tomcat project, therefore I want to setup the
development environment and learn the internals.
For dependency management and build process I have always used Maven and
Gradle,
therefore Ant is kind of new to me. However I figured out what's happenin
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/3634
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
On Tue, Oct 9, 2018 at 3:56 PM wrote:
> Author: remm
> Date: Tue Oct 9 13:56:25 2018
> New Revision: 1843285
>
> URL: http://svn.apache.org/viewvc?rev=1843285&view=rev
> Log:
> Switch from OpenJSON to Noggit.
>
> Modified:
> tomcat/trunk/TOMCAT-NEXT.txt
> tomcat/trunk/build.properties.de
Author: remm
Date: Tue Oct 9 13:56:25 2018
New Revision: 1843285
URL: http://svn.apache.org/viewvc?rev=1843285&view=rev
Log:
Switch from OpenJSON to Noggit.
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
tomcat/trunk/build.properties.default
tomcat/trunk/build.xml
tomcat/trunk/java/org/
https://bz.apache.org/bugzilla/show_bug.cgi?id=62748
--- Comment #13 from Mark Thomas ---
Note that it is likely that additional patches will be required to get
CLIENT_CERT working.
--
You are receiving this mail because:
You are the assignee for the bug.
---
Hi,
What are you trying to achieve? If you want to develop Tomcat source
code, i.e. debug/develop code that will be a part of the Tomcat code
base, then as Violeta suggested, you could use the ant command (or
simply import Tomcat source code into Idea and build/run the code via
command line).
https://bz.apache.org/bugzilla/show_bug.cgi?id=62794
--- Comment #1 from Mark Thomas ---
I have found the problem. It is related to how Tomcat Native tracks the
renegotiation status and that TLS 1.3 doesn't use renegotiation. I have a
working fix. I am currently reviewing the overall patch and sh
Hi,
На вт, 9.10.2018 г. в 11:58 ч. Harsha Suranjith Amarasiri <
harshasuranj...@gmail.com> написа:
>
> Hi all,
>
> I need to set up tomcat development environment on Intellij Idea running
on
> Windows 10 - 64 bit OS.
>
> I have searched, searched and searched and I cannot find a resource that
> wi
On 09/10/18 07:04, Igal Sapir wrote:
> Mark,
>
> On Mon, Oct 8, 2018 at 2:52 AM Mark Thomas wrote:
>
>> On 05/10/18 19:46, Christopher Schultz wrote:
>>
> +1 a lack of { } is too big a possible bug source to ignore.
>>>
I just tried enabling the CheckStyle test for this. There were
>>>
https://bz.apache.org/bugzilla/show_bug.cgi?id=62808
--- Comment #1 from Mark Thomas ---
There was a regression in 7.0.91 that is fixed for 7.0.92 in this area. I
suspect this is the same issue but need to test it to be sure.
--
You are receiving this mail because:
You are the assignee for the
On 09/10/18 05:55, Igal Sapir wrote:
> On Mon, Oct 8, 2018 at 3:04 AM Mark Thomas wrote:
>
>> On 06/10/18 23:08, Igal Sapir wrote:
>>> I am rather new to SVN, and actually use it mostly via GIT, i.e. `git svn
>>> rebase` and `git svn dcommit`.
>>>
>>> What is the best way to backport specific pat
Author: remm
Date: Tue Oct 9 09:21:51 2018
New Revision: 1843232
URL: http://svn.apache.org/viewvc?rev=1843232&view=rev
Log:
Refactor to add a json test. The json isn't a separate text file since I cannot
put the license text in it.
Added:
tomcat/trunk/test/org/apache/catalina/tribes/member
On Tue, Oct 9, 2018 at 4:45 AM Bill Barker wrote:
> The following work was performed:
>
> http://vmgump-vm3.apache.org/tomcat-trunk/tomcat-trunk/gump_work/build_tomcat-trunk_tomcat-trunk.html
> Work Name: build_tomcat-trunk_tomcat-trunk (Type: Build)
> Work ended in a state of : Failed
> Elapsed:
Hi all,
I need to set up tomcat development environment on Intellij Idea running on
Windows 10 - 64 bit OS.
I have searched, searched and searched and I cannot find a resource that
will help me accomplish that. Also is there a developer quickstart for
tomcat project ?
It would be massively helpf
https://bz.apache.org/bugzilla/show_bug.cgi?id=62150
Manish Kumar Sharma changed:
What|Removed |Added
CC||manishks...@gmail.com
--
You ar
https://bz.apache.org/bugzilla/show_bug.cgi?id=62809
Bug ID: 62809
Summary: cannot remote deploy with Ant DeployTask
Product: Tomcat 9
Version: 9.0.12
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
45 matches
Mail list logo