[EMAIL PROTECTED] htaccess, apache, tomcat

2008-06-05 Thread D'Ausilio, John
I have a number of tomcat apps, all of which route through a single apache instance (2.2). I also use rewrite rules at the top level in httpd.conf to do some simple rewriting (http://foo->http://tomcat-server/bar, foo being one of a number of DNS aliases to the apache box). Once in a while I need t

RE: [EMAIL PROTECTED] HTTP OPTIONS and auth issues

2008-02-14 Thread D'Ausilio, John
14, 2008 at 12:55 PM, D'Ausilio, John <[EMAIL PROTECTED]> wrote: > > > > > I've got a tomcat app with apache (2.2) in front of it. Apache handles the > auth through LDAP and requires membership in a specific group. One of the > app features allows the user to ge

[EMAIL PROTECTED] RE: HTTP OPTIONS and auth issues

2008-02-14 Thread D'Ausilio, John
Should also mention .. the OPTIONS request comes in *without* a user, hence the 401 .. I've got a tomcat app with apache (2.2) in front of it. Apache handles the auth through LDAP and requires membership in a specific group. One of the app features allows the user to generate an csv fi

[EMAIL PROTECTED] HTTP OPTIONS and auth issues

2008-02-14 Thread D'Ausilio, John
I've got a tomcat app with apache (2.2) in front of it. Apache handles the auth through LDAP and requires membership in a specific group. One of the app features allows the user to generate an csv file from some data and download it. When this download fires with an IE client, the browser also issu