Forum OpenACS Development: Re: ns_urlencode broken?

Collapse
2: Re: ns_urlencode broken? (response to 1)
Posted by Malte Sussdorff on
I solved the problem by adding

regsub -all {\+} $file_url {%2b} file_url

to file-storage/www/folder-chunk.tcl right before the "switch -- $type" statement.

I could commit this fix, but maybe someone else has a better suggestion.