https://issues.apache.org/bugzilla/show_bug.cgi?id=54580
--- Comment #17 from Nikolas Kallis <[email protected]> --- Its a drama because I am a perfectionist and don't settle for work arounds. We should just fix the software so it works correctly. My solution will fix this bug. I can already visualise a fix for it. if ($_POST['request'] != $redirecturl) {$redirecturl = ''.$redirecturl.'/'.$_POST['request'].'';} header('Location: $redirecturl'); OK, so that was an example in PHP and Apache was written in C, but my point is to fix this would be trivial. If I could code in C, I would have already submitted a patch for this bug hours ago. -- 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]
