Re: Can't Connect to Apache.org Network

2018-06-12 Thread Mark Thomas
On 13/06/2018 01:33, Igal Sapir wrote: On 6/12/2018 3:33 PM, Olaf Kock wrote: On 12.06.2018 23:33, Igal Sapir wrote: Perhaps it to revisit the thresholds that trigger warnings/bans. The Tomcat SVN repo might be much larger today than it was when those were last examined and set. You might

Re: Can't Connect to Apache.org Network

2018-06-12 Thread Igal Sapir
On 6/12/2018 3:33 PM, Olaf Kock wrote: On 12.06.2018 23:33, Igal Sapir wrote: Perhaps it to revisit the thresholds that trigger warnings/bans. The Tomcat SVN repo might be much larger today than it was when those were last examined and set. You might want to start at https://github.com/apache

Re: Can't Connect to Apache.org Network

2018-06-12 Thread Olaf Kock
On 12.06.2018 23:33, Igal Sapir wrote: Perhaps it to revisit the thresholds that trigger warnings/bans. The Tomcat SVN repo might be much larger today than it was when those were last examined and set. You might want to start at https://github.com/apache/tomcat instead of pulling down SVN

Re: Can't Connect to Apache.org Network

2018-06-12 Thread Igal Sapir
Update: On 6/12/2018 11:55 AM, Igal Sapir wrote: According to Mark in that thread [1], there is a daily threshold and if you exceed it you get a warning.  "If you trigger three warnings in a period" you get banned for a long term (weeks). I did not see any warnings.  The process failed with

Re: Can't Connect to Apache.org Network

2018-06-12 Thread Igal Sapir
On 6/12/2018 11:41 AM, Igal Sapir wrote: The last thing I was trying to do was a complete SVN pull with 'git svn clone' of Tomcat, which failed mid-process with 'error: git-svn died of signal 11'.  A google search shows results with the title "[INFRA-10509] Can't connect to SVN - banned? - A

Can't Connect to Apache.org Network

2018-06-12 Thread Igal Sapir
Hi all, I am experiencing a weird network issue and as of ~48 hours ago I can not connect to the Apache.org network.  I am connected via AT&T Fiber and spent half the day on the phone with them in vain.  Unfortunately it is not simple to get a new IP from AT&T (even though it is supposedly a

Re: Tomcat Secure WebSockets clients - hostname verification

2018-06-12 Thread Rémy Maucherat
On Tue, Jun 12, 2018 at 7:05 PM André Warnier (tomcat) wrote: > This is a bit OT, but I have a question since the beginning of this thread > : > Is Tomcat really supposed to provide a websocket *client* API ? > Yes, the client API is part of the websockets EE specification. Initially, Tomcat had

Re: creation of virtual directories

2018-06-12 Thread Igal @ Lucee.org
On 6/12/2018 10:48 AM, Christopher Schultz wrote: You want http://tomcat.apache.org/tomcat-9.0-doc/config/resources.html You'd add something like this: Which would make the content of W:\some\path visible at the root of the web application. Note that normally handling will apply. So, for

Re: creation of virtual directories

2018-06-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 6/12/18 1:21 PM, Jeffrey Beckstrom wrote: > Do I enter this information into a GUI or directly into a file. If > a file, what file? This may seem basic but have never touched > Tomcat before. Mark Thomas 6/12/18 11:39 AM >>> > On 1

Re: Tomcat Secure WebSockets clients - hostname verification

2018-06-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 6/12/18 1:06 PM, André Warnier (tomcat) wrote: > On 12.06.2018 18:13, Mark Thomas wrote: [snip].. >> >> I'll see what I can do. The major constraint is that all this has >> to be set via Tomcat specific user properties as there is no API

Re: creation of virtual directories

2018-06-12 Thread Jeffrey Beckstrom
Do I enter this information into a GUI or directly into a file. If a file, what file? This may seem basic but have never touched Tomcat before. >>> Mark Thomas 6/12/18 11:39 AM >>> On 11/06/2018 20:11, Jeffrey Beckstrom wrote: > We would go with the latest which appears to be 9. Google found arti

Re: Tomcat Secure WebSockets clients - hostname verification

2018-06-12 Thread tomcat
On 12.06.2018 18:13, Mark Thomas wrote: [snip].. I'll see what I can do. The major constraint is that all this has to be set via Tomcat specific user properties as there is no API for in the Java WebSocket API. This is a bit OT, but I have a question since the beginning of this thread : Is T

Re: Tomcat Secure WebSockets clients - hostname verification

2018-06-12 Thread Mark Thomas
On 12/06/2018 16:12, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/11/18 10:31 AM, Mark Thomas wrote: On 11/06/18 11:47, Weiner Harald wrote: What are your thoughts? I'm leaning towards adding: SSLParameters sslParams = new SSLParameters(); sslPar

Re: creation of virtual directories

2018-06-12 Thread Mark Thomas
On 11/06/2018 20:11, Jeffrey Beckstrom wrote: We would go with the latest which appears to be 9. Google found articles for V7 and one that said it changed in 8 but did not describe the change. You want http://tomcat.apache.org/tomcat-9.0-doc/config/resources.html You'd add something like this:

Re: creation of virtual directories

2018-06-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 6/11/18 3:11 PM, Jeffrey Beckstrom wrote: > We would go with the latest which appears to be 9. Google found > articles for V7 and one that said it changed in 8 but did not > describe the change. Mark Thomas 6/11/18 3:06 PM >>> > On

Re: Tomcat Secure WebSockets clients - hostname verification

2018-06-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/11/18 10:31 AM, Mark Thomas wrote: > On 11/06/18 11:47, Weiner Harald wrote: > > > >> What are your thoughts? > > I'm leaning towards adding: > > SSLParameters sslParams = new SSLParameters(); > sslParams.setEndpointIdentificationAl

Re: IIS authentication applies to static but not dynamic requests (servlets, JSPs). Any way to control that?

2018-06-12 Thread tomcat
On 12.06.2018 02:57, charlie arehart wrote: -Original Message- From: Igal @ Lucee.org Sent: Monday, June 11, 2018 04:55 PM To: users@tomcat.apache.org Subject: Re: IIS authentication applies to static but not dynamic requests (servlets, JSPs). Any way to control that? Charlie, Are you