[Sakai Jira] Commented: (SAKIII-2453) Values posted in the profile inside JSON are being URLEncoded
Bert Pareyn (JIRA)
sakai-ui-dev-tracking at collab.sakaiproject.org
Thu Feb 24 04:11:04 PST 2011
[ https://jira.sakaiproject.org/browse/SAKIII-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=121134#comment-121134 ]
Bert Pareyn commented on SAKIII-2453:
-------------------------------------
Fixed and pushed. https://github.com/sakaiproject/3akai-ux/pull/361
Haven't been able to test out the end result but the post looks ok, no more escaping of values.
> Values posted in the profile inside JSON are being URLEncoded
> -------------------------------------------------------------
>
> Key: SAKIII-2453
> URL: https://jira.sakaiproject.org/browse/SAKIII-2453
> Project: Sakai 3 UI Dev
> Issue Type: Bug
> Components: Profile
> Affects Versions: Sprint 103: Stabilization and QA
> Reporter: Ian Boston
> Assignee: Bert Pareyn
> Time Spent: 5 minutes
> Remaining Estimate: 30 minutes
>
> When a value is entered into the profile with a space in it is posted to the server inside the JSON block URL encoded
> eg
> Test this
> becomes
> Test%20this
> which is saved in the server as Test%20this and indexed as such.
> It should be posted as "Test this" and Not URL encoded. see JSON spec for details.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the sakai-ui-dev-tracking
mailing list