Actions
Bug #1509
openbad support for scheme://localhost:-1/ in new config engine
Status:
New
Priority:
Low
Assigned To:
-
Category:
engine
Target version:
-
Start date:
03/21/2011
Due date:
% Done:
0%
Estimated time:
Description
New configuration has bad support for URL "scheme://localhost:-1/".
Indeed, since this URL is equivalent to "scheme:/", regexp pattern matching in new configuration engine should consider "//localhost:-1" as equivalent to null.
To reproduce this bug, run "local" job test-suite on Windows, with:
local.jobservice.url=local://localhost:-1/
Actions