On Sun, 9 Nov 2014, David B Funk wrote:
For NUMERIC_HTTP_ADDR the rule is: /^https?\:\/\/\d{7}/is If that pattern were terminated like: /^https?\:\/\/\d{7}(?::\d+)?(?:\/|$)/is it should prevent the FPs (hopefully with out destroying its effectiveness)
Oops, for that new formulation it would actually need to be: /^https?\:\/\/\d{7,10}(?::\d+)?(?:\/|$)/is -- Dave Funk University of Iowa <dbfunk (at) engineering.uiowa.edu> College of Engineering 319/335-5751 FAX: 319/384-0549 1256 Seamans Center Sys_admin/Postmaster/cell_admin Iowa City, IA 52242-1527 #include <std_disclaimer.h> Better is not better, 'standard' is better. B{