On Tue, Apr 28, 2015 at 2:04 PM, Iain Duncan <iainduncanli...@gmail.com> wrote:
> g,o,d,e,l,t,a,s,t,a,g,i,n,g,.,x,o,r,n,o,t,.,c,o,m

I don't have a good idea right now but my guess is possibly some code
that is doing:

>>> a
'godeltastaging.xornot.com'
>>> ','.join(a)
'g,o,d,e,l,t,a,s,t,a,g,i,n,g,.,x,o,r,n,o,t,.,c,o,m'

This is fairly hard to track down because of the relative url. Webob
has some magic that forces the location to be an absolute url by
prepending the environ's info about the current domain [1]. I'd first
test an absolute param for location and make sure that works fine.
After that I'd dive in in to webob.response.request_uri [2] and figure
out what is going on.

[1] 
https://github.com/Pylons/webob/blob/9b79f5f913fb1f07c68102a2279ed757a2a9abf6/webob/response.py#L1032
[2] 
https://github.com/Pylons/webob/blob/9b79f5f913fb1f07c68102a2279ed757a2a9abf6/webob/response.py#L1234

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to