Re: [mod-security-users] Re: .htaccess, AUTH, and file access
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2006-02-02 13:17:42
|
Peter wrote: > I received this back from my hosting provider: > > "Thank you for giving us that information. It appears that the > investigation is complete. We have determined that you are having problems > with password protection with your .xls files because you can not password > protect the .xls file extension with an .htaccess file in our shared > hosting environment, as it is processed by Tomcat." > > Any ideas to circumvent this? Thx Circumvent - no. Solve the problem - possibly. If you are in control of your own web.xml you can configure another authentication layer in Tomcat. Of course, the real question is why do they have such a confusing setup in the first place. A major point of having Apache in front of application servers is to use its facilities. It makes no sense to me to forward requests to application servers before authentication phase takes place. -- Ivan Ristic, Technical Director Thinking Stone, http://www.thinkingstone.com |