Re: [Repoze-dev] repoze.who and redirect

2011-04-27 Thread Roland Hedberg
On Apr 27, 2011, at 13:34, Roland Hedberg wrote: > Hi! > > I have a WSDL application built on repoze.who . > > One outcome of the challenge() method is: > > from paste.httpexceptions import HTTPTemporaryRedirect > > return HTTPTemporaryRedirect(headers=[result]) > > where result is a t

[Repoze-dev] repoze.who and redirect

2011-04-27 Thread Roland Hedberg
Hi! I have a WSDL application built on repoze.who . One outcome of the challenge() method is: from paste.httpexceptions import HTTPTemporaryRedirect return HTTPTemporaryRedirect(headers=[result]) where result is a tuple of the form ("location", ) I expected this to result in a GET on