Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed parsing of urls to ignore dots in path parameters #3

Merged
merged 1 commit into from Oct 28, 2011
Merged

Fixed parsing of urls to ignore dots in path parameters #3

merged 1 commit into from Oct 28, 2011

Conversation

TobiasBales
Copy link
Contributor

Since the rfc states that dots are allowed in path parameters i fixed it in hopes to get this into ring.

@weavejester
Copy link
Owner

What RFC?

@TobiasBales
Copy link
Contributor Author

from weavejester/compojure#42 (comment)
According to RFC 3986 Sect. 3.3, a 'path' is composed of a sequence of 'segment' separated by slashes.

@weavejester
Copy link
Owner

RFC 3986 isn't directly relevant to this, as it covers the syntax of a URI, and not the syntax of a Clout URI template.

However, having thought about it (here's my reasoning), I'm leaning toward merging this change. Let me think about over the weekend.

weavejester added a commit that referenced this pull request Oct 28, 2011
Fixed parsing of urls to ignore dots in path parameters
@weavejester weavejester merged commit 0107b4e into weavejester:master Oct 28, 2011
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.

None yet

2 participants