-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug] can't allow access to "/" (Closes #99)
When user set path to "/", the validation regex would become "//.*". This would then fail to allow the user accessing "/".
- Loading branch information
Ignace Mouzannar
authored and
Ignace Mouzannar
committed
May 14, 2015
1 parent
e7191fc
commit 2645042
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters