mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-11 17:35:20 +08:00
Merge pull request #520 from blockstack/hotfix-issue519
URL schema to allow @
This commit is contained in:
@@ -59,8 +59,8 @@ OP_USER_ID_CLASS = r'[a-zA-Z0-9\-_.%]'
|
||||
OP_DATASTORE_ID_CLASS = r'[a-zA-Z0-9\-_.~%]'
|
||||
OP_USER_ID_PATTERN = r'^({}+)$'.format(OP_USER_ID_CLASS)
|
||||
OP_DATASTORE_ID_PATTERN = r'^({}+)$'.format(OP_DATASTORE_ID_CLASS)
|
||||
OP_URI_TARGET_PATTERN = r'^([a-z0-9+]+)://([a-zA-Z0-9\-_.~%#?&\\:/=]+)$'
|
||||
OP_URI_TARGET_PATTERN_NOSCHEME = r'^([a-zA-Z0-9\-_.~%#?&\\:/=]+)$'
|
||||
OP_URI_TARGET_PATTERN = r'^([a-z0-9+]+)://([a-zA-Z0-9\-_.~%#?&\\:/=@]+)$'
|
||||
OP_URI_TARGET_PATTERN_NOSCHEME = r'^([a-zA-Z0-9\-_.~%#?&\\:/=@]+)$'
|
||||
|
||||
OP_ANY_TYPE_SCHEMA = [
|
||||
{
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
__version_major__ = '0'
|
||||
__version_minor__ = '14'
|
||||
__version_patch__ = '3'
|
||||
__version__ = '{}.{}.{}.1'.format(__version_major__, __version_minor__, __version_patch__)
|
||||
__version__ = '{}.{}.{}.2'.format(__version_major__, __version_minor__, __version_patch__)
|
||||
|
||||
Reference in New Issue
Block a user