[Seaside] Seaside 2.07 and config passwords

Avi Bryant seaside@lists.squeakfoundation.org
Thu, 02 Jan 2003 15:50:40 -0800 (PST)


On Thu, 2 Jan 2003, Avi Bryant wrote:

> On Thu, 2 Jan 2003, Nevin Pratt wrote:
>
> > Has anybody re-enabled password protection for the config app?
>
> Not yet.  I'll try to look at that today.

I've posted http://beta4.com/seaside2/downloads/Seaside2.15.st.gz .
This includes:

- WABasicAuthSession, used by the config app, and with the same hardcoded
seaside:admin user/pass as Seaside 0.9x.  I'd really like to replace this
with a more flexible and general authentication system, but at least this
brings us back to pre-2.0 functionality.

- The silly wiki example now makes use of #nextKey: and #unknownRequest:
to provide bookmarkable pages, as we were just dicussing.

- I've begun some refactoring of the interactions between Session,
Request, and Response, but this shouldn't affect users directly.

This is still an unofficial/unstable release (I'm not updating SqueakMap),
but I really do hope to get around to updating the docs soon so that this
can change... I'll take the silence about the new state management
approach to mean that nobody objects/cares, and release it as 2.2 sometime
next week.

Cheers,
Avi