[Seaside] static resources and urls

Avi Bryant avi@beta4.com
Sat, 4 May 2002 19:00:13 -0700 (PDT)


On 4 May 2002, Cees de Groot wrote:

> Avi Bryant <avi@beta4.com> said:
> >however, what issues would arise if that changed to
> >
> >/seaside/config/view?session=uNH6GCyDqrpA6Wlf&txn=top&page=1
> >
> Apart from broken proxies that suddenly determine that this URL is cacheable,
> there shouldn't be any problems. I'm not sure though whether there's proxy
> software that is actually so badly broken, and if so whether we should cater
> for it. So I'd say go ahead with it.

Ok, this change is in SSVS, along with a general cleanup of the request
handling - in particular, it is now possible to handle actions at the
application level as well as the session level, so that resources etc.
won't have the session overhead.

Sorry to do this cleanup now, Cees, as I'm sure request handling was one
of the things your VW port had to deal with, and was rather ugly
before.

Now to actually do some kind of static resource handler...