[Seaside] url rewrite (http 304) with seaside / pharo 3

Philippe Marschall philippe.marschall at gmail.com
Wed Sep 10 13:54:16 UTC 2014


On Wed, Sep 10, 2014 at 12:43 AM, nova <ant11.nova70 at gmx.de> wrote:
> Hi,
>
> I an new to seaside and playing with it. When a session is started I
> want to make a url check and if it fits some conditions to do an url
> rewrite (http 304).
>
> I think I found the place where to make this check: initialRequest:
> But I can't find how to send a url rewrite back (I don't want to use an
> external http-server for that rewrite).
>
> Any help will be appreciated :)

You could also subclass WAApplication and override
#handle:registering:at: or use WARestfulComponentFilter and redirect
before creating a session. If you explain the problem you're trying to
solve in more detail we may be able to help you better.

Cheers
Philippe


More information about the seaside mailing list