Check for an exact match to the share name, instead of "startswith".
commit26f47cd441beeadb2ffc9a6ab7091595de431a0a
authorWilliam McBrine <wmcbrine@gmail.com>
Tue, 22 Jan 2008 13:20:39 +0000 (22 08:20 -0500)
committerWilliam McBrine <wmcbrine@gmail.com>
Tue, 22 Jan 2008 13:20:39 +0000 (22 08:20 -0500)
tree19a94e1f81047aa5c2b7651829104849d0b0be9e
parentc8bd343a5c04238ee79615c84a8e6c112aee0ce3
Check for an exact match to the share name, instead of "startswith".
This should fix the problems people had when one share name was a subset
of another, and it's also less work for the program.
httpserver.py