https://issues.apache.org/bugzilla/show_bug.cgi?id=47241
Jonathan Clarke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jonathan Clarke <[email protected]> 2009-05-22 01:54:13 PST --- I'm jumping in here, since I worked on this patch with the original reporter. Using: RewriteRule ^/toto;jsessionid=(\w+)(:)(\w+) - [cookie=JSESSIONID:$1$2$3:%{HTTP_HOST}] Produces exactly the same result as the rule in the bug description. This is because all variables are replaced in the do_expand function, before getting to add_cookie, which splits fields on the ":" character, and the input string already has an extra ":". -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
