-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
In writing unit tests for velocity tools, I needed a component to help
mock-up URLConnection objects, so I built this tool.
The project can be found here:
http://sourceforge.net/projects/tuc
I'd appreciate any feedback or suggestion
Hi All,
I need to make a very simple get request from a remote web server each time a
user first comes into the site.
I wanted to just use the core HttpURLConnection class. It will be thread
safe because the object will be used and created in method scope. In the Sun
javadoc it says