Hacker News new | past | comments | ask | show | jobs | submit login

What version was he running?

Wikipedia's history of Java verions says 1.0, as does the request string in the article. [http://en.wikipedia.org/wiki/Java_version_history]

Was URLConnection available back then?

According to the URLConnection docs it's been around since JDK 1.0. [http://java.sun.com/j2se/1.3/docs/api/java/net/URLConnection...]

Did URLConnection.SetRequestProperty exist back in JDK 1.0?

The closest I could find were the docs for JDK 1.1.8 in a downloadable zip file, and yes SetRequestProperty existed back in JDK 1.1.8 at least.

Looking at the actual response, and the JDK 1.1.8 docs, he would probably have been using HTTPURLConnection (could not find HttpClient anywhere in the jdk1.1.8 docs) and even HTTPURLConnection in JDK 1.1.8 I could not find the string 'agent' anywhere on the page.

So yea, if the settings were there they were buried and not readily accessible in the documentation of the time.





Yea, but there still isn't anything in those docs referring to the User-Agent string/property.


I was simply curious, thanks for digging in :)


Bottom line is that he saw potential in that setting...and what potential!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: