Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

[master] Use a more RFC2396 complaint regex pattern for the :url format validation #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 30, 2013

  1. uses a more RFC2396 complaint regex pattern

    The current regex pattern was tripping on a number of valid URLs, so
    this change updates it to use the URI module's regexp class. To maintain
    some compatability with the old regex, I have limited the valid urls
    accepted by this regex to the http and https schemes.
    xentek committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    c18a908 View commit details
    Browse the repository at this point in the history