Skip to content

Removed pre-encoding#35

Open
Ununique wants to merge 3 commits intoFivesquareSoftware:masterfrom
Ununique:master
Open

Removed pre-encoding#35
Ununique wants to merge 3 commits intoFivesquareSoftware:masterfrom
Ununique:master

Conversation

@Ununique
Copy link

@Ununique Ununique commented Jan 9, 2014

Removed the line url encoding the resource string. As URLByAppendingPathComponent will do url encoding, but when sent a pre-encoded string will encode incorrectly.
I havent investigated it much, but it appears its just seeing any percents and encodes them (ie %25) which will destroy any prior encoding.

And encode again for good measure.

Encode.

@Ununique
Copy link
Author

Ununique commented Jan 9, 2014

Also, how does github know I deleted a blank line, and then re-added it?!? Spooky...

@johnclayton
Copy link
Member

Could you add a test to CMResourceConfigSpec to validate this and make sure the other tests pass with this change? Also, could you explain what the purpose of the project file changes were or leave them out of the pull request? Thanks, yo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants