Re: [Repoze-dev] repoze.vhm and ports other than 80

2009-08-09 Thread Chris McDonough
On 8/9/09 12:15 PM, Martin Aspeli wrote: > Chris McDonough wrote: >> On 8/9/09 8:16 AM, Martin Aspeli wrote: >>> Hi, >>> >>> I've been debugging some weirdness with deliverance 0.3 in front of >>> repoze.vhm and the vhm_xhosts middleware, which specifically happens >>> when the VHM host has a port

Re: [Repoze-dev] repoze.vhm and ports other than 80

2009-08-09 Thread Martin Aspeli
Chris McDonough wrote: > On 8/9/09 8:16 AM, Martin Aspeli wrote: >> Hi, >> >> I've been debugging some weirdness with deliverance 0.3 in front of >> repoze.vhm and the vhm_xhosts middleware, which specifically happens >> when the VHM host has a port in it (e.g. localhost:8000). >> >> Basically, Del

Re: [Repoze-dev] repoze.vhm and ports other than 80

2009-08-09 Thread Chris McDonough
On 8/9/09 8:16 AM, Martin Aspeli wrote: > Hi, > > I've been debugging some weirdness with deliverance 0.3 in front of > repoze.vhm and the vhm_xhosts middleware, which specifically happens > when the VHM host has a port in it (e.g. localhost:8000). > > Basically, Deliverance uses webob.Request, and

[Repoze-dev] repoze.vhm and ports other than 80

2009-08-09 Thread Martin Aspeli
Hi, I've been debugging some weirdness with deliverance 0.3 in front of repoze.vhm and the vhm_xhosts middleware, which specifically happens when the VHM host has a port in it (e.g. localhost:8000). Basically, Deliverance uses webob.Request, and in particular its 'url' property to construct so