Re: Question about BASIC Authentication

2010-07-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 7/1/2010 3:31 AM, Pid wrote: > On 01/07/2010 02:30, Christopher Schultz wrote: >> Matthew, >> >> On 6/30/2010 8:20 PM, Matthew Mauriello wrote: >>> The behavior seems rather strange to me in fact, I've seen other websites >>> run on what looks

Re: Question about BASIC Authentication

2010-07-01 Thread Matthew Mauriello
Christopher, Great news (for me), seems the problem was that because I was using relative linking and sending the credentials to log the user in to SOLR the links on the landing page were being recreated with the same credentials in them so I just put in direct link locations in and and for the mo

Re: Question about BASIC Authentication

2010-07-01 Thread Pid
On 01/07/2010 02:30, Christopher Schultz wrote: > Matthew, > > On 6/30/2010 8:20 PM, Matthew Mauriello wrote: >> The behavior seems rather strange to me in fact, I've seen other websites >> run on what looks to be BASIC Authentication without popping these browser >> messages when leaving secured

RE: Question about BASIC Authentication

2010-06-30 Thread Caldarale, Charles R
> From: Matthew Mauriello [mailto:mm578...@albany.edu] > Subject: Re: Question about BASIC Authentication > > how do websites grant access to public sites and secure > certain sections? By using the servlet-spec defined mechanisms with a for the protected areas. > Or

Re: Question about BASIC Authentication

2010-06-30 Thread Matthew Mauriello
Christopher, I may have found a problem in the SOLR header.jsp file that I am using in navigation. The header.jsp file might be trying to send headers, unfortunately I am not in the same location as the server so I will have to check this out tomorrow. I'll keep you posted, ~Matt > -BEGIN P

Re: Question about BASIC Authentication

2010-06-30 Thread Matthew Mauriello
Christopher, First off, I really appreciate your responses. Unfortunately I do not have a link that I can send out. I generally use Mozilla Firefox, Microsoft recently implemented a patch that prevents http://user:passw...@website.com/SOLR/ from working. So on this consistent implementation met

Re: Question about BASIC Authentication

2010-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew, On 6/30/2010 8:20 PM, Matthew Mauriello wrote: > The behavior seems rather strange to me in fact, I've seen other websites > run on what looks to be BASIC Authentication without popping these browser > messages when leaving secured sections.

Re: Question about BASIC Authentication

2010-06-30 Thread Matthew Mauriello
Christopher, The behavior seems rather strange to me in fact, I've seen other websites run on what looks to be BASIC Authentication without popping these browser messages when leaving secured sections. See the http://user:passw...@website.com/SOLR is only used once and it might actually be http:/

Re: Question about BASIC Authentication

2010-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew, On 6/30/2010 12:07 AM, Matthew Mauriello wrote: > I have two directories in 'webapps' other than ROOT. ROOT redirects users > to webappA. WebappA does not use tomcat's basic authentication but if you > log into the application there are links

Re: Question about BASIC Authentication

2010-06-29 Thread Matthew Mauriello
Christopher, Thanks for the response. I have two directories in 'webapps' other than ROOT. ROOT redirects users to webappA. WebappA does not use tomcat's basic authentication but if you log into the application there are links inside it that sends the user to the SOLR webapp via http://user:passw

Re: Question about BASIC Authentication

2010-06-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt, On 6/29/2010 5:57 PM, Matthew Mauriello wrote: > I am having a minor problem related to Tomcat's BASIC Authentication setup. > > A user access my custom web application in the 'webapps' folder which is > accessible to everyone in a separate sub

Question about BASIC Authentication

2010-06-29 Thread Matthew Mauriello
Hello, I am having a minor problem related to Tomcat's BASIC Authentication setup. A user access my custom web application in the 'webapps' folder which is accessible to everyone in a separate sub folder. I have another 'webapps' sub folder for SOLR which is secured with BASIC Authentication. I h