[Pound Mailing List] Redirect encoding issue

Henry Mendez <henry-BlWCZFlPQJIpIyhaTEd/[email protected]> Sun, 3 Apr 2016 18:05:37 -0400
Newsgroups gmane.comp.web.pound.general
Message-ID <[email protected]>
Hi,

Pound: Version 2.7, installed via source.

I'm having an issue where URL's are being converted when redirecting. If 
I don't redirect the request is passed along without the encoding issue.

Example:

$ curl -I "https://www.example.org/üser" # Obviously not my actual domain
HTTP/1.0 302 Found
Location: https://www.example.com/%ff%ffserfbc
Content-Type: text/html
Content-Length: 200

Here is the block performing the redirect:
Service
     HeadRequire "^Host:\s*(?:www\.|)example\.org$"
     Redirect 302 "https://www.example.com"
End

Any ideas?

TIA

--
To unsubscribe send an email with subject unsubscribe to [email protected]
Please contact [email protected] for questions.