Slashdot Mirror


Amazon Patents Including a String at End of a URL

theodp writes "On Tuesday, Amazon search subsidiary A9.com was awarded U.S. patent no. 7,287,042 for 'including a search string at the end of a URL without any special formatting.' In the Summary of the Invention, it's explained that 'a user wishing to search for 'San Francisco Hotels' may do by simply accessing the URL www.domain_name/San Francisco Hotels, where domain_name is a domain name associated with the web site system.' Here's the flowchart that helped cinch the deal."

32 of 306 comments (clear)

  1. Wha? by shinma · · Score: 5, Insightful

    I'm not sure they even LOOK at patent applications anymore.

    --
    Shinma
    1. Re:Wha? by KevMar · · Score: 5, Informative
      --
      Im a gamer, not a grammer major. This post is full of spelling and grammer mistakes.
    2. Re:Wha? by mashade · · Score: 3, Interesting

      * with apologies to Jon Lovett That's John Lovitz to you!
      --
      Technology tips and tricks.
    3. Re:Wha? by AmaDaden · · Score: 5, Interesting

      It makes me wonder if someone can just patent filing a patent and just make the system grind to a halt.

    4. Re:Wha? by eln · · Score: 5, Funny

      How in the world was this ever even submitted?!

      I think the flowchart makes that obvious.

      During the course of the business day, most people will jot down notes about various things discussed during meetings or at informal cubicle conversations or whatever. Usually, these notes are kept for some period of time until they become no longer relevant, at which time they're either thrown out or shredded.

      At my office, we throw such notes into little blue bins under our desks. The contents of these bins are then taken by a company who shreds them. In Amazon's case, the contents of the blue bins are apparently sent to the patent office.

      So there you have it.

    5. Re:Wha? by Hoi+Polloi · · Score: 4, Funny

      the contents of the blue bins are apparently sent to the patent office.

      Then I guess if I worked for Amazon they'd be submitting a patent application for "An old newpaper with mustard and grease stains." They'd probably get it too.

      --
      It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
    6. Re:Wha? by Bob-taro · · Score: 3, Informative

      Yeah except that isn't what they patented. If wikipedia worked with http://en.wikipedia.org/Priorart then that would be an example of prior art.

      Did you test that link? It does work (after a redirect).

      --
      Prov 9:8 Do not rebuke mockers or they will hate you; rebuke the wise and they will love you.
    7. Re:Wha? by jc42 · · Score: 3, Insightful

      Atleast Amazon can't patent THOSE methods now, since I've published them :) Amazon seems to make a living patenting obvious ideas, makes you wonder why they never patent anything REALLY original.

      Actually, they probably can patent the things that you built years ago. Then they can sue you for violating their patent, and it'll be up to you to prove that you had the idea first. I hope you have kept enough evidence to convince the court, and enough money to pay your lawyers.

      Fact is, the US Patent Office no longer does any serious patent examination. The huge expansion of patentable ideas back in the 1990s, plus dropping the need for a working demo, plus the decreases in Patent Office funding, means that they now pretty much just rubber-stamp patent applications and let the courts sort it out.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
  2. STOP POSTING NOW! by twoboxen · · Score: 4, Funny

    I have patented putting characters in an ordered sequence. I'm calling it a SENT-ENCE. I'd ask for your thoughts on it, but I will of course need royalties.

    --
    TODO - Insert Creative/Witty Signature
    1. Re:STOP POSTING NOW! by KingSkippus · · Score: 5, Funny

      I have patented putting characters in an ordered sequence. I'm calling it a SENT-ENCE. I'd ask for your thoughts on it, but I will of course need royalties.
      atht edia scuks.
    2. Re:STOP POSTING NOW! by skrolle2 · · Score: 3, Funny

      Fnuliny egonuh, yuo cna get aawy wtih ptrtey mcuh any oerdr as lnog as the fsirt and lsat lteetr are in the smae pacle as the oigrinal wrod, bsead on how the bairn wkros.

      SO FCUK YOU!

  3. Prior art? by Anonymous Coward · · Score: 5, Informative

    The php website has done this for ages when searching functions. I am sure they have been doing it before 2004.

    eg.

    http://www.php.net/stupid%20patents

  4. Can you say mod_rewrite? by Se7enLC · · Score: 4, Insightful

    How is this not an obvious use of apache mod_rewrite??

  5. Re:My patent by MyLongNickName · · Score: 4, Funny

    I would have checked my spelling, but someone patented that already.

    --
    See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
  6. Similar has already been done by MyDixieWrecked · · Score: 3, Informative

    Similar implementations have already been done.

    With Ruby on Rails, it uses a similar technique for discovering actions. It even has facilities for creating custom URL maps so what would normally come across as ?search=blah would get converted into /search/blah...

    del.icio.us uses that for tag search (ie: http://del.icio.us/username/blah).

    For my internal invoicing system that I wrote in PHP (but never finished), you could search for invoices by going to /invoice/# or invoice/customer/[name or number] or search for customers using similar techniques.

    The trick involves a .htaccess file that does a rewrite to a single catch-all if the requested URL does not exist. The app can then parse the request and infer what the user really wants, whether it's an action of a controller, a query or similar.

    Although I've never seen this specifically applied to search (a la google), it's been used for filtering with tags (like del.icio.us).

    stupid software patents.

    --



    ...spike
    Ewwwwww, coconut...
  7. Prior art example #5294190 by matlhDam · · Score: 5, Informative

    This slide from a talk delivered in January 2003 describes the same idea of searching by URL content (listed under "Interesting Uses"). I don't remember being particularly surprised by the idea at the time, so I'm sure there's considerably older prior art, but this was the first thing that sprang to mind.

    (Ignore the date on the top right, which always shows today -- the talk's date of January 22, 2003 is listed on the PHP talk index.)

  8. Well almost like wikipedia by marcello_dl · · Score: 4, Informative

    Only, wikipedia search for the string in the URL is an option that is one click away.

    http://en.wikipedia.org/wiki/Ain't%20it%20true

    If you ask me I'd use the wikipedia way, or the good old search box.
    Because if you're typing into the address box in a browser, you're likely to have autocompletion. That means you're likely to start a search whenever you want to get back at the site, bad for the search engine.
    Also your searches are accessible through your browsing history - as for all searches through get requests I think.

    Having said that, this patent differs from the prior art of wikipedia by simply doing an additional step automatically. Where's the innovation, USPTO guys?

    --
    ---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
  9. That's mod_rewrite! by Sandb · · Score: 5, Informative

    Did they just patented mod_rewrite??? Tue Aug 24 06:55:44 1999 UTC (8 years, 2 months ago) baby! http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mappers/mod_rewrite.c?revision=83751&view=markup&pathrev=573831

  10. Just one thing to keep in mind... by Actually,+I+do+RTFA · · Score: 3, Informative

    When you apply for a patent, that's the day the prior art becomes effective. So if wikipedia did it after they filed, then that prior art would not count. Not saying it is not a stupid patent, but just wanted to point out, as a general rule, these things can take 5+ years to become live, so sometimes prior art comes around after a company starts using the patent-pending technology and others copy it.

    --
    Your ad here. Ask me how!
    1. Re:Just one thing to keep in mind... by Known+Nutter · · Score: 3, Informative

      According to the patent text, the filing date was March 2004. Wikipedia (and many other sites) have certainly been using this method for years prior to that.

      --
      Beware of the Leopard.
  11. it has not patent number by pbhj · · Score: 3, Insightful

    It doesn't appear to have been granted yet. I imagine it's probably at "search" stage wherein the search examiner has issued their preliminary report with citations.

    Anyhow Google URLs are acknowledged prior art. The idea is to use simply a free-form string of 1 or more words to perform a search. Wikipedia isn't a spot on citation (though it would help to refine the main claims) as, for example, "http://en.wikipedia.org/wiki/write an article" simply leads to a page which allows a search to be performed. Granted that's not a huge inventive step but in such a well worked field it is significant.

    What I'd be considering is for example the use of mod_rewrite (or similar) to perform a "search" in alternate directories if a file is not found with the specified name. At least the claims would need to be more specific as to what constitutes a "search".

    So wikipedia isn't a spot on citation ... anyone want to cite documentary evidence from before 3 March 2004.

  12. Patent Filed Date by Loether · · Score: 5, Informative
    --
    TODO create witty sig.
    1. Re:Patent Filed Date by jc42 · · Score: 4, Insightful

      Filed: August 23, 2004

      Umm, that was more than a decade after the published HTTP standards included the PATH_INFO environment variable, which gives the program everything past the file pathname portion of a URL. This was essentially defined as a string that the invoked CGI program would interpret however it wishes. If this doesn't qualify as "prior art", what would? Note that the last-updated timestamps on these specs are in 1995 and 1996.

      So Amazon is merely patenting a part of NCSA's published HTTP CGI-invocation standard.

      This mostly shows that the patent examiners are totally ignorant of HTML and related Web standards, and are thus unqualified to say anything about the patent application.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    2. Re:Patent Filed Date by Merk · · Score: 4, Insightful

      Primary Examiner: Kim; Chong H

      I recommend that Kim, Chong H be fired.

    3. Re:Patent Filed Date by bitrot42 · · Score: 5, Funny
      --
      FIXME: Add a sig here
  13. Flowcharts by stu42j · · Score: 4, Funny

    Flowcharts can be very useful and convincing.

  14. USPTO is the problem here by eck011219 · · Score: 3, Insightful

    It's a given that big corporate entities like Amazon, Microsoft, Google, Apple, and all the others are going to try to patent everything they can. It's been discussed here before, and it's just a cold war effect -- if you're the only company NOT trying to patent everything, you lose. It's a dumb way to run a world, but there you go.

    But the USPTO is the problem. Granting a patent like this just reinforces the grabby, greedy behavior of the big companies and creates an environment where companies are pitted against each other not in services or products but in ownership of intellectual property. If my company can get the edge in my industry by patenting something my competition uses (prior art be damned), there are going to be a bunch of businesspeople and attorneys within my company (not to mention shareholders) who are going to insist I file the patent. It's up to the USPTO to call bullshit on these things, and it's not doing it.

    Not to mention that the big companies seem to get these things to go through while little guys seem to come up empty when they try to do it. If you have enough attorneys, you can pretty much do anything anymore. But that's a rant for another day ...

    --
    It is pitch black. You are likely to be eaten by a grue.
  15. Watch out by Inoshiro · · Score: 5, Funny

    Don't click that URL, it violates a patent!!!

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  16. Re:No prior art and innovative? by Snowhare · · Score: 3, Informative

    Right. So innovative that I only put a CPAN Perl module (CGI::PathInfo) up for that kind of crap, oh, SEVEN YEARS ago.

  17. Use RFC 2606! by EnvyRAM · · Score: 4, Informative

    "URL of the form www.domain_name/search_string, where domain_name is a domain name of the web server system" Jassy, et al. needs to read the RFCs! There are nice, reserved domains for uses such as this: example.com, example.net, and example.org. This is very handy when writing documents of this type and everyone should use it. http://www.ietf.org/rfc/rfc2606.txt

  18. No need to freak out, folks by Infonaut · · Score: 3, Insightful

    The issuance of a patent only provides a presumption of validity. If Amazon decides to sue someone for running afoul of this patent, the defendant in such a case will be able to marshall all kinds of evidence that the patent was at the very least, precluded by prior art and was obvious.

    Remember that issuance of a bad patent isn't the end of the world. The patent system was designed to be fault-tolerant. If Amazon wants to sue on the basis of their bad patent, they'll face difficulties in court, not to mention in the court of public opinion.

    --
    Read the EFF's Fair Use FAQ
  19. Wrong approach by tamtaradei · · Score: 5, Insightful

    You cannot fix procedural problems by simply blaming the unfortunate person who was executing the procedure. The entire patent system is flawed - it is not a random failure, it is just an outcome of an incorrect system.

    Unless it was supposed to work that way - but then why pay anyone for examining the patents before they are filed? Maybe the Patent Office should just be a kind of notary who only records when someone came up with the idea, just to give him or her the legal basis for later defending his or her rights, but does not examine whether the idea is original.