Forum OpenACS Development: Re: export_vars & export_entire_form_as_url_vars

Collapse
Posted by Gustaf Neumann on
It is a bug. The problem comes form the fact, that aolserver's urlencode did not distinguish between the coding for the "path" part or the "query" part (which is slightly different according to the RFC) - which is what you noted as well.

NaviServer makes the distinction, but it might spit out the message that you saw. In order to keep aolserver compatibility, I've defined a while ago [ad_urlencode_path ...] and [ad_urlencode_query ...], which is defined also for aolserver...

all the best
-gn

Collapse
Posted by Antonio Pisano on
Ok, so I will just use the two procs instead of ns_urlencode to fix.

Thanks!

Collapse
Posted by Antonio Pisano on
Done, I had some trouble committing because I initially worked on HEAD, but I've cleaned my mess.

Please let me know if any problem occours.

All the best.