[Seaside] Re: WA Authentication

Sven Van Caekenberghe sven at stfx.eu
Tue Feb 12 19:52:25 UTC 2013


On 12 Feb 2013, at 18:05, "Sean P. DeNigris" <sean at clipperadams.com> wrote:

> I may have found the problem...
> 
> In Pharo 2.0, ZnSeasideStaticServerAdaptorDelegate>>handleRequest: adds a
> few lines:
>    response isError
> 		ifFalse: [ ^ response ].
> 	^ self staticDelegate handleRequest: znRequest
> 
> changing to:
>    (response isError and: [  response isAuthenticationRequired not ])
> 		ifFalse: [ ^ response ].
> 	^ self staticDelegate handleRequest: znRequest
> 
> makes everything work!
> 
> I'll check with Sven...
> 
> Thanks for the help :)
> - Sean

Yes, that is Paul's code ;-)

Yes the fix looks good to me, it can be integrated in the Seaside adaptor, who will do it ?

Sven

--
Sven Van Caekenberghe
http://stfx.eu
Smalltalk is the Red Pill



More information about the seaside mailing list