head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.02.26.08.38.19;	author demon;	state dead;
branches;
next	1.1;

1.1
date	2001.02.22.09.25.11;	author demon;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Disable authentication.
Author reports links crashes often if it is enabled.
@
text
@--- http.c.orig	Thu Feb 22 12:21:56 2001
+++ http.c	Thu Feb 22 12:22:44 2001
@@@@ -540,14 +540,14 @@@@
 			e->redirect_get = h == 303;
 		}
 	}
- 	/*if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) {
+ 	if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) {
  		if (!strncasecmp(d, "Basic", 5)) {
  			add_auth_entry(host, get_param(d, "realm"));
  			add_questions_entry(do_auth_dialog);
  			setcstate(c, S_QUESTIONS);
   		}
  		mem_free(d);
-  	}*/
+  	}
 	kill_buffer_data(rb, a);
 	c->cache = e;
 	info->close = 0;
@


1.1
log
@Enable Authentication.
Bump PORTREVISION.

Submitted by:	Ollivier Robert <roberto@@eurocontrol.fr>
@
text
@@

