Revert "Ensure args are checked against form body"
This reverts commit d63e757c32.
This did not work; by readding 'form' checking, the attempt to isolate
the large file upload was again thwarted. Another solution, perhaps
specific to the uploads, is needed instead.
			
			
This commit is contained in:
		| @@ -163,7 +163,7 @@ class RequestParser(object): | ||||
|                     action=reqarg.get('action', None), | ||||
|                     choices=reqarg.get('choices', ()), | ||||
|                     help=reqarg.get('helptext', None), | ||||
|                     location=['args', 'form'] | ||||
|                     location=['args'] | ||||
|                 ) | ||||
|             reqargs = parser.parse_args() | ||||
|             kwargs['reqargs'] = reqargs | ||||
|   | ||||
		Reference in New Issue
	
	Block a user