Skip to content

allow ; in fragments#13

Merged
tjenkinson merged 1 commit intomasterfrom
allow-semicolon-in-segment
Aug 29, 2018
Merged

allow ; in fragments#13
tjenkinson merged 1 commit intomasterfrom
allow-semicolon-in-segment

Conversation

@tjenkinson
Copy link
Copy Markdown
Owner

@tjenkinson tjenkinson commented Aug 29, 2018

Aside from dot-segments in hierarchical paths, a path segment is considered opaque by the generic syntax. URI producing applications often use the reserved characters allowed in a segment to delimit scheme-specific or dereference-handler-specific subcomponents. For example, the semicolon (";") and equals ("=") reserved characters are often used to delimit parameters and parameter values applicable to that segment.

fixes #14

@spodlecki
Copy link
Copy Markdown

#14

>Aside from dot-segments in hierarchical paths, a path segment is considered opaque by the generic syntax.  URI producing applications often use the reserved characters allowed in a segment to delimit scheme-specific or dereference-handler-specific subcomponents.  For example, the semicolon (";") and equals ("=") reserved characters are often used to delimit parameters and parameter values applicable to that segment.
@tjenkinson tjenkinson force-pushed the allow-semicolon-in-segment branch from 2ef89c6 to 2488e87 Compare August 29, 2018 19:36
@tjenkinson tjenkinson merged commit a09905c into master Aug 29, 2018
@tjenkinson tjenkinson deleted the allow-semicolon-in-segment branch August 29, 2018 20:11
tjenkinson pushed a commit that referenced this pull request Aug 31, 2018
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.

URLs with un-encoded semicolons do not produce expected result

2 participants