Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Closed Thread
Old 03-17-2009, 12:14 PM Bad Bots and Java
Average Talker

Posts: 28
Name: Fred Van Andel
Trades: 0
Looking through my log files it seems that most visitors that would be classified as "Bad bots" have a user agent string of Java/1.X

Are there any legitimate search engines that use this as a user agent? Is it safe to simply ban all visitors with a Java user agent?
__________________

Please login or register to view this content. Registration is FREE
tracks and graphs host reviews.
fava is offline
View Public Profile
 
 
Register now for full access!
Old 03-24-2009, 02:13 AM Re: Bad Bots and Java
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Those are probably programs written by individuals using the HttpUrlConnection class
Code:
URL url = new URL("http://yahoo.com");
URLConnection con = url.openConnection();
HttpURLConnection http = (HttpURLConnection) con;
InputStream in = http.getInputStream();
.
.
.
I'd expect any organization to use the Jakarta Commons HttpClient package instead since it offers much greater functionality.

I'd just ignore it. It's probably just someone teaching themselves to code.
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
View Public Profile
 
Closed Thread     « Reply to Bad Bots and Java
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.34921 seconds with 12 queries