-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Production
-
Module:BenAdmin - Export
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Issue Importance:Good To Have
Hi Rohan J Khandave,
As issue has been observed in CT-524 while downloading file from view Exported, The issue is because of & character,
- relates to
-
WT-7825 City of Bellevue- Unable to download export file
-
- Resolved
-
Affected Files : Web Server (ViewExportedFilesController.cs)
Below are details :
Concern : File not downloading if it contains "&" char in file name.
Cause : "&" character is used for query string and due to that file name not posting properly to server.
Correction : We have done UrlEncode for file name.