warvair / peerblock

Automatically exported from code.google.com/p/peerblock
Other
0 stars 1 forks source link

URL duplicate checking not comparing against entire URL #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Have the default p2p list " http://list.iblocklist.com/?list=bt_level1 " url
2.Add the Bhutan Country list " http://list.iblocklist.com/?list=bt "
3.

What is the expected output? What do you see instead?
Expected Output: Just add the country
What I see: Peerblock says its a duplicate

What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock 1.0+ (r275) 32BIT Windows XP 

Please provide any additional information below.  Make sure to attach
peerblock.log and/or any screenshots that would help explain your problem.

http://en.wikipedia.org/wiki/ISO_3166-1  Using Alpha-2 to get the standards
to add countries to my list.

Original issue reported on code.google.com by ineedali...@gmail.com on 15 Feb 2010 at 6:41

GoogleCodeExporter commented 9 years ago
We're only checking to see if the newly-added URL (i.e.
"http://list.iblocklist.com/?list=bt" in the example above) string is found in 
the
pre-existing URL string(s), not checking that the entire new URL matches the 
entire
previously-existing URL.  Oops!  All URL-checking code should be updated to 
take this
into account.

Updated Summary description to be slightly more accurate, and make it easier 
for us
to find.

Original comment by peerbloc...@gmail.com on 15 Feb 2010 at 6:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r300.

Original comment by peerbloc...@gmail.com on 28 Feb 2010 at 5:34