Skip to content

Conversation

simplyjonchou
Copy link

made some edits based on comments left below

@@ -61,7 +61,7 @@ - (NSString *)nxoauth2_URLEncodedString;
return (__bridge_transfer NSString *) CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault, //Allocator
(__bridge CFStringRef)self, //Original String
NULL, //Characters to leave unescaped
CFSTR("!*'();:@&=+$,/?%#[]"), //Legal Characters to be escaped
NULL,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain this change? These characters need to be escaped here for URL encoding to be RFC compliant.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was making this request based on the previous one, re-added Code!

@toto
Copy link
Contributor

toto commented Apr 21, 2015

I think you merged an old develop into this, still cannot be cleanly applied.

…nto feature/header_fields

# Conflicts:
#	Sources/OAuth2Client/NXOAuth2Connection.m
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