Arcane knowledge: I wanted to know what values are returned for GWT’s Window.Location class.
For the URL “http://127.0.0.1:8888/index.html?gwt.codesvr=127.0.0.1:9997&foo=555” the values are:
getHash: getHost: 127.0.0.1:8888 getHostName: 127.0.0.1 getHref: http://127.0.0.1:8888/index.html?gwt.codesvr=127.0.0.1:9997&foo=555 getPath: /index.html getPort: 8888 getProtocol: http: getQueryString: ?gwt.codesvr=127.0.0.1:9997&foo=555
FYI…