[Bug 58988] $ escaping for rewrite

2017-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 58988] $ escaping for rewrite

2017-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 Stefan changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #10

[Bug 58988] $ escaping for rewrite

2017-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 --- Comment #9 from Felix Schumacher --- Can you try and add an R flag to the variant that has the escaped percent sign? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58988] $ escaping for rewrite

2017-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 Felix Schumacher changed: What|Removed |Added Status|REOPENED

[Bug 58988] $ escaping for rewrite

2017-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 --- Comment #7 from Stefan --- With backslash --- RewriteRule^/context/id=(\w{3})(\d{12}).*$ %{CONTEXT_PATH}/site/form/?mode=search=Help\%20Desk="$1$2" [NC,NE,L] RESULT - wrong URL

[Bug 58988] $ escaping for rewrite

2017-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 --- Comment #6 from Felix Schumacher --- (In reply to Stefan from comment #5) > It seems not fixed at 8.5.20 - \%20 was converted to %2520 What happens when you don't place the backslash in front of %20? --

[Bug 58988] $ escaping for rewrite

2017-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 Stefan changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 58988] $ escaping for rewrite

2016-02-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED

[Bug 58988] $ escaping for rewrite

2016-02-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 --- Comment #4 from Felix Schumacher --- Fixed in 9.0.0.M4 and 8.0.33. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58988] $ escaping for rewrite

2016-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 --- Comment #2 from Remy Maucherat --- Normally % should be escaped with \% according to the documentation, not anything else. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58988] $ escaping for rewrite

2016-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 --- Comment #1 from Felix Schumacher --- Created attachment 33544 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33544=edit Let backslashes escape characters This will enable escaping (quoting) by