<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>RE: [Seaside] Problems with HTTP basic authentication in 2.5a</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>David,</FONT>
<BR><FONT SIZE=2>I added the method below and it worked for me.</FONT>
<BR><FONT SIZE=2>Let me know if it corrects your problem.</FONT>
<BR><FONT SIZE=2>Michel.</FONT>
</P>

<P><FONT SIZE=2>WAAuthMain&gt;&gt;createRoot</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>| root |</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>root := super createRoot.</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>root addDecoration: (WABasicAuthentication new authenticator: self).</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>^ root</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: seaside-bounces@lists.squeakfoundation.org</FONT>
<BR><FONT SIZE=2>[<A HREF="mailto:seaside-bounces@lists.squeakfoundation.org">mailto:seaside-bounces@lists.squeakfoundation.org</A>]On Behalf Of C. David</FONT>
<BR><FONT SIZE=2>Shaffer</FONT>
<BR><FONT SIZE=2>Sent: Saturday, May 08, 2004 6:51 PM</FONT>
<BR><FONT SIZE=2>To: The Squeak Enterprise Aubergines Server - general discussion.</FONT>
<BR><FONT SIZE=2>Subject: [Seaside] Problems with HTTP basic authentication in 2.5a</FONT>
</P>
<BR>

<P><FONT SIZE=2>I'm having problems with authenticateWith:during: in a task.&nbsp; A very </FONT>
<BR><FONT SIZE=2>simple example is attached.&nbsp; The link's callback never gets invoked.&nbsp; </FONT>
<BR><FONT SIZE=2>I'm working under Squeak 3.6 final in Linux.&nbsp; Similar code worked under </FONT>
<BR><FONT SIZE=2>2.3 (although the method name was different and I think that it took an </FONT>
<BR><FONT SIZE=2>authentication block).&nbsp; Any ideas?</FONT>
</P>

<P><FONT SIZE=2>David</FONT>
</P>

</BODY>
</HTML>