|
|
@ -306,7 +306,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler):
|
|
|
|
lFileObject.close()
|
|
|
|
lFileObject.close()
|
|
|
|
##############################################
|
|
|
|
##############################################
|
|
|
|
# UAC Check
|
|
|
|
# UAC Check
|
|
|
|
if inOnlyFlagUACBool == True and inURLItem.get("UACBool",None) in [None, False]:
|
|
|
|
if inOnlyFlagUACBool == True and inURLItem.get("UACBool",None) in [None, True]:
|
|
|
|
return False
|
|
|
|
return False
|
|
|
|
if inURLItem["Method"].upper() == inMethod.upper():
|
|
|
|
if inURLItem["Method"].upper() == inMethod.upper():
|
|
|
|
# check Match type variant: BeginWith
|
|
|
|
# check Match type variant: BeginWith
|
|
|
|