Closed (fixed)
Project:
HTTP proxy
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
16 Oct 2012 at 14:24 UTC
Updated:
30 Oct 2012 at 14:31 UTC
Jump to comment: Most recent file
The proxy port must be a positive integer and Drupal core has a handy function to validate such a case. The element_validate function element_validate_integer_positive should be used to validate the proxy port.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | validate-proxy-port-1814290-1.patch | 531 bytes | devin carlson |
Comments
Comment #1
devin carlson commentedA patch to validate the proxy port with element_validate_integer_positive.
Comment #2
devin carlson commentedCommitted to 7.x-1.x.