Steven Dolg wrote:
How about:

URL url = new URL("some url");
UrlConnection connection = url.openConnection();
connection.getLastModified();

Not sure it this really works in all cases, but appears to be quite suitable and easily extensible.

Yes, this works for many cases, but not for cases like where you have an expiry date etc. What do you mean by "easily extensible"?

Carsten

--
Carsten Ziegeler
[EMAIL PROTECTED]

Reply via email to