Re: [PATCH] perform keywords substitution in mod_dav_svn
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Tue, 9 Apr 2013 11:07:46 -0400
On 04/09/2013 09:46 AM, C. Michael Pilato wrote:
In this function, I also caused mod_dav_svn to preserve the "kw=1" flag when
.../path/to/file?r=100&kw=1
would get redirected to:
.../path/to/file?p=100
(Note the missing "kw" flag.) That's fixed in the version I committed.
>> + str_uri = apr_psprintf(resource->pool,
Turns out you were mostly correct after all. Just needed to ap_escape_uri()
> All that said, I think you've given us enough to work with here, so I'll try
Finished.
Sending subversion/mod_dav_svn/dav_svn.h
Thanks for the patch and for patiently working through our patch submission
-- C. Michael Pilato <cmpilato_at_collab.net> CollabNet <> www.collab.net <> Enterprise Cloud Development
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.