-
Notifications
You must be signed in to change notification settings - Fork 1
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
Segmented value redirect url's wont work if they are hyphenated #3
Comments
Good find. Working on a fix. Should be out in the next day! |
Thanks Appreciate it! Sent another issue on package pathetic[] which has Thanks On Fri, Aug 19, 2016 at 12:08 PM, Scott Corgan notifications@github.com
[image: Holonis, Inc.] http://www.holonis.com/ Arvind Morwal | Director of Engineering _Holonis, Inc._750 B St. Suite 1230 [image: Facebook] https://www.facebook.com/holonis[image: Twitter] This e-mail message may contain confidential or legally privileged |
@amorwal can you go ahead and submit a PR with a failing test to show this? It would be very helpful. Thank you so much! |
Currently in the "Segmented value redirect" option when you have a mapping as shown below wont work.
'/url-prefix/:url-name/url-postfix': 'new/:url-name/:url-postfix',
Whereas, same scenario with '_' would work, like shown below
'/url_prefix/:url_name/url_postfix': 'new/:url_name/:url_postfix',
The text was updated successfully, but these errors were encountered: