Neha Sinha created SLING-3835:
---------------------------------
Summary: Vanity URL's with $ symbol do not get resolved
Key: SLING-3835
URL: https://issues.apache.org/jira/browse/SLING-3835
Project: Sling
Issue Type: Bug
Components: JCR
Reporter: Neha Sinha
Use case (CQ 5.6.1):
If I set a vanity URL containing $ like :
/fathers-day-gifts/fathers-day-gifts-under-$200, the path does not gets
resolved and gives a 404 error. However, the value in the repository is stored
as it is.
Now ,$, the dollar denotes the end of line anchor.
Example: "b$" matches a "b" at the end of a line.
Example: "^b$" matches the empty line.
But, this does not work even on changing $ to URL encoded value or when used
with double slash to escape.
On removing the $ sign, things look and work as expected.
--
This message was sent by Atlassian JIRA
(v6.2#6252)