Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Support %-escaped values in URI parameters description #107

Closed
zdne opened this issue Apr 22, 2014 · 2 comments · Fixed by #147
Closed

Support %-escaped values in URI parameters description #107

zdne opened this issue Apr 22, 2014 · 2 comments · Fixed by #147
Labels

Comments

@zdne
Copy link
Contributor

zdne commented Apr 22, 2014

%-escaped characters should be accepted in the URI Parameter identifier.

http://stackoverflow.com/questions/23190315/api-bluprint-documentation-of-query-string-parameters-with-rails-array-notation

@zdne zdne added bug labels Apr 22, 2014
@fruchtose
Copy link

+1

@zdne zdne added this to the URI Parameters Fixes milestone Jul 9, 2014
@zdne zdne removed the improvement label Jul 9, 2014
@zdne zdne added the duplicate label Jul 9, 2014
@zdne
Copy link
Contributor Author

zdne commented Jul 9, 2014

Duplicate to #90

Related to #90

kuangmarkeleven added a commit to kuangmarkeleven/snowcrash that referenced this issue Jul 15, 2014
Fixes apiaryio#107. Amended regex PARAMETER_IDENTIFIER to allow % encoded characters and added tests for valid, invalid and incomplete % encoding.
@zdne zdne closed this as completed in #147 Jul 16, 2014
zdne added a commit that referenced this issue Jul 16, 2014
…ctEncodedValuesInURIParametersDescription

Issue #107
@zdne zdne removed the duplicate label Jul 24, 2014
zdne pushed a commit that referenced this issue Sep 9, 2014
Fixes #107. Amended regex PARAMETER_IDENTIFIER to allow % encoded characters and added tests for valid, invalid and incomplete % encoding.

Note: This was commit was orginally missed out from the shared/refactor-integration, pressumably by a mistake

Conflicts:
	src/ParameterDefinitonParser.h
zdne pushed a commit that referenced this issue Sep 15, 2014
Fixes #107. Amended regex PARAMETER_IDENTIFIER to allow % encoded characters and added tests for valid, invalid and incomplete % encoding.

Note: This was commit was orginally missed out from the shared/refactor-integration, pressumably by a mistake

Conflicts:
	src/ParameterDefinitonParser.h
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants