commit | 7d35df9558f695ee7d6f4b0c9370dcb85be616c7 | [log] [tgz] |
---|---|---|
author | James Dong <[email protected]> | Tue Feb 02 18:04:24 2010 -0800 |
committer | James Dong <[email protected]> | Wed Feb 03 10:06:46 2010 -0800 |
tree | 39066c4239256f93a219a2df751292f0db283bb8 | |
parent | 2b65b6d8caee48f06e8ae14ea2c37f190891497c [diff] |
URL is parsed incorrectly in OpenCore OpenCore searches in an URL (after the protocal portion) for ":", and "/". Then, it uses the string after ":" to indicate the actual port number. However, when ":" comes after "/", ":" does not indicate the port number. bug - 2317216