https://bz.apache.org/bugzilla/show_bug.cgi?id=63434
--- Comment #10 from Michael Kaufmann <[email protected]> --- Created attachment 37185 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37185&action=edit Merge cookie headers with semicolons in apr_table_compress() I have attached a patch that modifies apr_table_compress() to merge "Cookie" headers with semicolons instead of commas. Because that's a function of APR, things are a bit complicated. Maybe the new behavior can be enabled with a flag, or maybe a copy of the apr_table_compress() function could be created in httpd, with the bugfix. -- 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]
