Status/Resolution/Reason: To Fix//HaveNewInfo
Reporter/Name(from Bugbase): Gary Stanton / Gary Stanton (Gary Stanton)
Created: 09/23/2014
Components: Language
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Minor / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 5
Problem Description:
When using cflocation on a UTF-8 encoded page, characters in the URL are not correctly encoded.
Setting the encoding to 'iso-8859-1' actually corrects the issue - though all UTF-8 characters displayed on the page are then incorrectly encoded as you'd expect.
Steps to Reproduce:
<cfprocessingdirective pageEncoding="UTF-8" />
<cflocation url="/geschäft/" />
Actual Result:
Browser redirects to '/gesch%E4ft/'.
Expected Result:
Browser redirects to '/geschäft/'.
Any Workarounds:
Explicitly setting the pageEncoding to 'iso-8859-1' results in the correct redirection.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3830375
External Customer Info:
External Company:
External Customer Name: Simiane
External Customer Email:
External Test Config: IIS7.5.
Multiple versions of Windows 7 and Server 2008.
Attachments:
Comments: