https://bz.apache.org/bugzilla/show_bug.cgi?id=58777
Ben RUBSON <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |REMIND --- Comment #18 from Ben RUBSON <[email protected]> --- OK Eric, I investigated further, I thought I found the right setting, but Apache crashed when requests did not contain a QUERY_STRING. This is what your last patch 1734294 corrects, so let's try it out ! OK, now everything works as I was expecting, with these 3 tricks : - append a ? to the RewriteRule substitution (second parameter) - use the new qslast flag (of course :) - use the QSA flag (so that if the query contains a QUERY_STRING, it is kept) Thank you very much for your work on this Eric ! I even tested these 2 patches against Apache 2.2, it works perfectly. Could we think about backporting them to Apache 2.4 tree, so that they will be available into the next 2.4.x release please ? Thank you again ! Ben -- 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]
