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

nova ant11.nova70 at gmx.de
Thu Oct 2 20:52:12 UTC 2014


Thanks for your hints... this is the final method to do the redirect:


	initialRequest: aRequest

	"some conditions..."
		ifTrue: [ self requestContext redirectTo:
		'/Testurl/AAA' ]

I hope this is conform with good seaside style....

P.



More information about the seaside mailing list