[Seaside] No auth prompt

Jason Dufair jase at dufair.org
Thu Jun 24 23:37:13 CEST 2004


Yes, WAAuthMain is the Main Class

I have:

Authentication

Login: mylogin
Password: mypassword

General

Always Redirect: true
Deployment Mode: true (overridden)
Error Handler: WAWalkbackErrorHandler
Main Class: WAAuthMain
Root Component: AAPiggybankAdminNavigation
Server Hostname: blank
Server Port: 80
Server Protocol: #http
Session Class: AASession (overridden)
Session Expiry Seconds: 600

Goods

Db Host: 'my host'
Db Port: 6100

The only other thing that comes to mind is that I have the following
chicanery in my AASession class, a subclass of WASession:

withEscapeContinuation: aBlock
   ^ (self db) commitWithRetry: [super withEscapeContinuation: aBlock]

Since I borrowed it without fully understanding it, I wonder if it's
related?

Julian Fitzell <julian at beta4.com> writes:

> WAAuthConfiguration should make the mainClass config option be
> WAAuthMain... is this still the case in your config?
>
> Jason Dufair wrote:
>> Somehow, recently my Seaside app is not prompting me for authentication
>> credentials, even though I have WAAuthConfiguration as my top config
>> ancestor.
>> I did add a "AAGoodsConfiguration" also (to set the GOODS server and
>> port via the config) - maybe that messed things up.  Here's what my
>> config hierarchy looks like now:
>> WAAuthConfiguration
>>   WARenderLoopConfiguration
>>     WASessionConfiguration
>>       WAGlobalConfiguration
>> AAGoodsConfiguration
>> I'm also using a subclass of WASession (AASession) for my session
>> class.  Could either of these things have an effect?
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside

-- 
Jason Dufair - jase at dufair.org
http://www.dufair.org/
***The above does not represent the views of my employer(s),
except for the bit about the cows.



More information about the Seaside mailing list