Re: Secure webdav?
CodeMonkey <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.install |
|---|---|
| Message-ID | <[email protected]> |
Lars, I am not sure whether this will help, but take a look at ISAPI rewrite (there is a free 'lite' version) at http://www.helicontech.com/ which works much like apache mod_rewrite. This will allow you to rewrite URLs dependent on the User-agent as well - so you could conceivably force https on webdav for specific clients. [email protected] wrote: > Hi! > > For security reasons "some people" want to only use https for logged in > and edit mode in Jahia. > > I have succeded to help them by using java script in the login.jsp file > and in common header jsp files which changes protocol if logged in or if > they want to logg in. > > Now they want to force or ensure https also if they use an external > webdav client like windows file manager. Has anyone heard about such a > requirement and how to solv the problem. It would be nice if it could be > done by reconfigure jahias web.xml or tomcat. > > They have to use IIS! ( This would not be any hard problem if they > could use Apache Web Server) > > Regards > /Lars Hagrot