I have an old application that seems to be written in java 1.4 or 1.3. and i am migrating ir to 1.7. The issue is that it is using HttpURLConnection kac.get(URL) while the new signature is kac.get(URL,Object). Can someone explain me how to use this method? Can i pass it kac.get(URL,URL)?
Sorry, i meant KeepAliveCache, HttpURLConnection has an instance of it.