mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
fix URI_PATH to allow ?&#: (more still should be allowed)
fix class to be POSIX compliant git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@546 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
04afbf45d7
commit
893f833ab7
1 changed files with 3 additions and 3 deletions
|
|
@ -184,9 +184,9 @@ struct timeval tv;
|
|||
|
||||
#define HDR_LOCATION "%*[Ll]%*[Oo]%*[Cc]%*[Aa]%*[Tt]%*[Ii]%*[Oo]%*[Nn]: "
|
||||
#define URI_HTTP "%[HTPShtps]://"
|
||||
#define URI_HOST "%[a-zA-Z0-9.-]"
|
||||
#define URI_PORT ":%[0-9]"
|
||||
#define URI_PATH "%[/a-zA-Z0-9._-=@,]"
|
||||
#define URI_HOST "%[-.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]"
|
||||
#define URI_PORT ":%[-0123456789]"
|
||||
#define URI_PATH "%[-_=@,?&#;/.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]"
|
||||
|
||||
enum {
|
||||
MAX_IPV4_HOSTLENGTH = 255,
|
||||
|
|
|
|||
Loading…
Reference in a new issue