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

Change the data type of VirtualPathData.VirtualPath #270

Closed
pranavkm opened this issue Dec 31, 2015 · 1 comment
Closed

Change the data type of VirtualPathData.VirtualPath #270

pranavkm opened this issue Dec 31, 2015 · 1 comment
Assignees
Milestone

Comments

@pranavkm
Copy link
Contributor

Based on discussions in #269 (comment):
we store Url encoded path and query components in this field. However the type is designed to not contain non encoded path component.

Alternatives to represent it:

  • Vanilla string
  • Two separate components PathString + QueryString
  • Uri (think it might get treated as a relative path)
@pranavkm
Copy link
Contributor Author

cc @Tratcher

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants