ProxyLocatorTest
ProxyLocator queries the proxymap for the proper host and port to which to connect.
The proxymap requires a username and client version number.
This test applet provides the following combinations:
- "monkey" "OKweb2.0"
- "monkey" "foo"
- "bar" "OKweb2.0"
- null null
Even though only the first is legitimate, the first three continue to work.
The last one throws an exception.
See the java console for the output.