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

Documentation for Rewrite Tag does not match real behaviour. #1325

Open
Stealthmate opened this issue Feb 27, 2024 · 0 comments
Open

Documentation for Rewrite Tag does not match real behaviour. #1325

Stealthmate opened this issue Feb 27, 2024 · 0 comments

Comments

@Stealthmate
Copy link

Current docs (v2.2) and the docs for what I'm using (v1.9.9) both specify the following when using Rewrite Tag

A key name is specified and prefixed with a $.

This appears to work as intended with keys not containing dots (.), but for keys containing a dot, it doesn't. On the other hand, omitting the $ produces the intended behaviour.

# This works
Rule              $key_without_dot ^(.*)$ $1 true
# This does not work, but should
Rule              $key.with.dot ^(.*)$ $1 true
# This works, but shouldn't?
Rule              key.with.dot ^(.*)$ $1 true
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

No branches or pull requests

1 participant