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

Support disabled escaping in templates #92

Open
stdweird opened this issue Mar 23, 2016 · 0 comments
Open

Support disabled escaping in templates #92

stdweird opened this issue Mar 23, 2016 · 0 comments

Comments

@stdweird
Copy link
Member

See quattor/pan#35
Required steps

  • detect disabled escaping and select noop escape functions (or make it a noop)
    • we could also implement a reversible escape method as a first step towards real noop
  • support switching between profiles from cache that have enabled escaping and ones without
  • allow path selection using "/a/b/{/c/d/}/f", not sure if this used much, but constructing a path will require a method to distinguish the previously escaped path
  • also printing current path should generate this output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant