/ Zope / Apsis / Pound Mailing List / Archive / 2008 / 2008-03 / SVN Behind pound, a fix

[ << ] [ >> ]

[ Losing the wrong sessions / Frans Luteijn ... ] [ Re: [Pound Mailing List] maintaining session when ... ]

SVN Behind pound, a fix
"=?utf-8?q?C=C3=A9dric?= P." <cedric(at)mnc.ch>
2008-03-11 14:45:33 [ FULL ]
Hello,

I'm using an apache based SVN server behind pound and i had problems with some
svn commands.

The reason was because Pound is adding an extra slash when rewriting the
'Destination' 
header resulting by an http error (i don't remember which one) from SVN
backend.

After some tcpdump and having looked inside the pound code, 
i finally found the reason and replaced:
[...]
by:[...]

Indeed, the regular expression in pound.c from where came loc_patch 
already catches the first slash.[...]

The problem is in 2.3.2, but after having read the 2.4 code, i think that 
there is the same problem.

(I think that the rewrite is wrong too with some other headers like
'Location'.)

Regards,
Cédric.

Re: [Pound Mailing List] SVN Behind pound, a fix
Robert Segall <roseg(at)apsis.ch>
2008-03-27 18:44:02 [ FULL ]
On Tue, 2008-03-11 at 14:45 +0100, Cédric P. wrote:[...]

Thanks Cédric, this goes into the next release.[...]

MailBoxer