On Tue, Mar 29, 2011 at 5:39 PM, Tony Perovic <tpero...@compumation.com> wrote:
> Clicking the Login button, Fossil outputs this:
> Status: 302 Moved Temporarily
> Set-Cookie: fossil_login_3213c06d=anon%2F2455644... Path:
> /Projects/Test/Test.fossil; expires=Wed, 23 Mar 2011 23:51:39 GMT; Version=1
> Location: /Projects/Test/Test.fossil/index
>....
>
> <html>
> <p>Redirect to /Fossil/Fossil.pl/index</p>
> </html>
>
>
> My understanding is that the Location directive specifies the redirection.

As I recall, yes.

> The <html>…</html> is only for Netscape compatibility.

All html documents are supposed to start with <html> and end with </html>.

> So, are you suggesting I change that to:
> Status: 302 Moved Temporarily

I was thinking "Status: 200 Ok".

>....
> <html>
> <head>
> <meta HTTP-EQUIV="REFRESH" content="0;
> url=/Projects/Test/Test.fossil/index.html"/>
> </head>
> </html>

Otherwise, correct.

> Works with Chrome, but Microsoft Internet Explorer didn’t like it.
> Now, if I could just get the users to switch….

Maybe using status 200 would work.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to