Can URL Transaction Tests Be Patented?
amazedByTheUSPTO asks: "There is a new patent by Freshwater that covers eBusiness Transaction Monitoring. In reading the patent, I was surprised that the U.S. Patent Office even issued this one. If memory serves me right, Big Brother has been doing this for way longer than what the patent states. Because of this patent, am I going to pay for my home grown scripts that test to see if my server is up and running?
Some time ago there was an article on /.
about
an Patent Horror Gallery. This could/should be just one of them.
Maybe someone should Patent HyperLinks :)
--
There is no such thing as gravity. The Earth just sucks.
Hey, you didn't pay me the royalties on my breathing patent.
Fight Spammers!
analyzing the HTML for errors storing results in the database - Store in an RDBMS? or is a text file considered a database? Also is the analyzing on the content returned or the checking the HTTP header? Or do they imply HTTP header is part of the HTML which it is not.
. Preferably, the test configuration ... - Preferably? Heh? How can you get a preferably in a patent? Either you do it or you don't. Then you file 2 patents. Preferably leaves wide open whole for various implementations which violate the patent.
It is somewhat specific because it takes the HTML coming back and creates a new HTTP request based on the response. (Sounds like a bot now) ...
It seems like linkbot and similar commercial programs could also get a problem here, or am I wrong?
Because patents allow for this - patents exist for the exact purpose of allowing you to see how something works, and actually building it, to gain a "hands-on" knowledge of the device/process patented. Once you have that knowledge, you can then make improvements on the existing device, submit the improved version, and reference the original patent in your abstract (IIRC - IANAPL).
It is only when you try to sell or distribute the device in some way that it goes into patent infringement. So your homegrown scripts should be fine (if you were really worried about them at all), but if you decide to put them on SourceForge - well, good luck...
Personally, I think this patent is a bunch of bull, I am certain there is plenty of prior art...
Worldcom - Generation Duh!
Reason is the Path to God - Anon
1. A method for testing a web site comprising:
-
formulating a test configuration file
comprising a series of test inquiries
for a web site to be tested
So in my prefs.js configuration file for Mozilla, my homepage is setup to look at the / doc on my companies web site.Every morning at work I fire up Mozilla. Upon starting, Moz' automatically contacts the webserver, requesting the home page (as per my configuration file).
If the document doesn't exist, then I'd be alerted to the error condition with a 404 message.
If the home page exists (as per my prefs.js config file), Moz' downloads the content, and chances are it stores the document in a datbase [it's cache].
Then Moz' analyzes the HTML content, repetitively executing more HTTP requests for any images, scripts, and other objects referenced in the HTML, because Moz's configuration file says to automatically get images.
If an image doesn't exist, I'm alerted to the problem with the generic-busted-graphic image.
Gosh-golly, it sure is nifty that Mozilla violates the First claim of the patent.
*sigh*
I guess it's gopher[?] for everyone.