[Seaside] WA Authentication

Philippe Marschall philippe.marschall at gmail.com
Mon Feb 11 20:52:48 UTC 2013


On Sun, Feb 10, 2013 at 10:35 PM, Sean P. DeNigris
<sean at clipperadams.com> wrote:
> When I do:
>   h := (WADispatcher default handlerAt: 'status').
>   h configuration addParent: WAAuthConfiguration instance.
>   h preferenceAt: #login put: 'admin'.
>   h preferenceAt: #passwordHash put: (GRPlatform current secureHashFor:
> '123').
>   h addFilter: WAAuthenticationFilter new.
> per [1] and [2], I get a 404 on a ZnRequest(GET /favicon.ico). This is
> possibly similar to [3], but there didn't seem to be a resolution...
>
> I tried this with a few of the built-in handlers, all with the same result.
> How do I fix this?

Hard to say without debugging. Do you have a hander registered that
should handle /favicon.ico? If you don't add the
WAAuthenticationFilter does it work?

Cheers
Philippe


More information about the seaside mailing list