roxen.lists.roxen.general

Subject Author Date
Foldlist path_info support. Marc Dirix <marc[at]electronics-design[dot]nl> 28-05-2008
Hi,

It seems, foldlist and path_info do not work well together, because
the "encode_revisit_url" function in etc/modules/StateHandler.pmod
is not using id->misc->path_info to generate the url.

Line 283 should read to fix this:

 return (id->not_query / "/")[-1] + ( id->misc->path_info || "" ) +
 "?" + (var || "__state") + "=" + uri_encode (value, key) + other_vars;

Marc