[Seaside] Compensation for #6527

Norbert Hartl norbert at hartl.name
Thu Jan 24 13:19:11 UTC 2008


On Thu, 2008-01-24 at 13:59 +0100, Lukas Renggli wrote:
> > is there anything I can tweak to make updateUrl: happen at first
> > request?
> 
> Yes, do a redirect in #initialRequest:
> 
> The first URL you get in the browser is the URL the user typed. There
> is not other way than doing a redirect to change it.
> 
Ok, I was not clear enough. I invoke my application as

/myobject/myid

but than the URL is shown as

/?_ck=y&_s=dIQiojBHCuJaWqAv&_k=gGunbwYd

and not as

/myobject/myid?_ck=y&_s=dIQiojBHCuJaWqAv&_k=gGunbwYd

If I toggle halos than I get

/myobject/myid?_s...&_k=...

I thought the bug report explained this behaviour.

Norbert



More information about the seaside mailing list