Re: basic auth required on https but not required on http

2013-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 2/21/13 2:21 PM, Andrew Winter wrote: > On Wed, Feb 20, 2013 at 10:38 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > André, > > On 2/20/13 1:40 PM, André Warnier wrote: Andrew Winter wrote: > On Wed, Feb

Re: basic auth required on https but not required on http

2013-02-21 Thread Andrew Winter
On Wed, Feb 20, 2013 at 10:38 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > André, > > On 2/20/13 1:40 PM, André Warnier wrote: > > Andrew Winter wrote: > >> On Wed, Feb 20, 2013 at 5:13 AM, André Warnier > >> wrote: Okay, I

Re: basic auth required on https but not required on http

2013-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 2/20/13 1:40 PM, André Warnier wrote: > Andrew Winter wrote: >> On Wed, Feb 20, 2013 at 5:13 AM, André Warnier >> wrote: Okay, I have this resolved, now. I went with the FORM >> authentication method and created a servlet that will creat

Re: basic auth required on https but not required on http

2013-02-20 Thread André Warnier
Andrew Winter wrote: On Wed, Feb 20, 2013 at 5:13 AM, André Warnier wrote: The standard modus operandi of this list is to not top-post (makes it more difficult to follow the logical flow of conversation). So I've copied your response and my further comments at end. Andrew Winter wrote: I

Re: basic auth required on https but not required on http

2013-02-20 Thread Andrew Winter
On Wed, Feb 20, 2013 at 5:13 AM, André Warnier wrote: > The standard modus operandi of this list is to not top-post (makes it more > difficult to follow the logical flow of conversation). > So I've copied your response and my further comments at end. > > >> Andrew Winter wrote: >>> >>> I work o

Re: basic auth required on https but not required on http

2013-02-20 Thread Andrew Winter
On Feb 20, 2013 5:13 AM, "André Warnier" wrote: > > The standard modus operandi of this list is to not top-post (makes it more difficult to follow the logical flow of conversation). > So I've copied your response and my further comments at end. > > >> >>> Andrew Winter wrote: >>> I work on an

Re: basic auth required on https but not required on http

2013-02-20 Thread André Warnier
The standard modus operandi of this list is to not top-post (makes it more difficult to follow the logical flow of conversation). So I've copied your response and my further comments at end. Andrew Winter wrote: I work on an intranet type application. While on the local network calls are m

Re: basic auth required on https but not required on http

2013-02-19 Thread Andrew Winter
Thanks. A lot of file IO goes on with this app. There are a couple of files in particular that are held open for the life of the app and written to sporadically. I am thinking that having the same code as two web apps would lead to those files getting clobbered. Is there a way to make the 'same app

Re: basic auth required on https but not required on http

2013-02-19 Thread André Warnier
Andrew Winter wrote: I work on an intranet type application. While on the local network calls are made to regular http and authentication is not allowed due to a large number of established services that call the server without providing authentication. However, the server accepts calls from th