Slashdot Mirror


Deep Linking Legal in Germany

BlueWonder writes "German news site Heise Online reports a recent decision of the Bundesgerichtshof, the highest court in Germany: Deep linking is not illegal. Newspaper company Verlagsgruppe Handelsblatt had sued the news search engine Paperboy for deep linking to their articles. According to the Bundesgerichtshof, the public interest in a well-working Internet takes precedence over the commercial interests of the newspaper company, even if the advertizing of the company is bypassed. The Bundesgerichtshof has clarified that users can access any page if they know the URL, and deep linking is just a technical simplification for entering the URL manually. (Warning: links go to German sites - use the fish...)"

4 of 142 comments (clear)

  1. Why all the fuss? by Stackster · · Score: 5, Interesting

    If a site doesn't want anyone to "deep link" to them, why not just check the HTTP_REFERER HTTP header, and send those requests that come frome a "deep link" (anything outside their own site, probably) to the front page?
    Sure, you can set your own referer header and fool such things, but "ordinary users" wouldn't bother doing that.

    (Or do Big Evil Compaines always try to take legal action first, and if that fails, go for a technical solution?)

    --

    There are 010 kinds of people. Those who understand octal, those who don't, and 06 other kinds of morons.
    1. Re:Why all the fuss? by SCY.tSCc. · · Score: 5, Interesting
      If a site doesn't want anyone to "deep link" to them, why not just check the HTTP_REFERER HTTP header, and send those requests that come frome a "deep link"


      Unfortunally, that approach is inherently flawed. Some proxies remove the HTTP_REFERER header or change it to something else (ever seen those XXX_REFERER removed by SoftwareXYZ in your logs?).

      In addition, caches (built into your browser or proxy) in general might get confused by different content that comes with the same URL because it depends upon the HTTP_REFERER header.

      bye,
      Settel
    2. Re:Why all the fuss? by i_really_dont_care · · Score: 5, Interesting

      There are a bunch of other possibilities to avoid "deep linking", for example by using dynamic content. I assume, they are already using cookies or session IDs to track their users. The same technology can be used to assure that a user has to view the main page before a subpage can be shown.

      It's also important to note that the ruling was about deep linking "per se" and not about accessing content that is protected. The press text reads:

      "Ein Berechtigter, der ein urheberrechtlich geschütztes Werk ohne technische Schutzmaßnahmen im Internet öffentlich zugänglich mache, ermögliche dadurch bereits selbst die Nutzungen [...]."

      Which means (sorry for my bad English, emphasis mine):

      "A benificiary who publicy publishes a copyrighted work without technical protection on the Internet, thereby already permits its use [...].

      This makes perfect sense for me.

  2. Please consider by BlueTrin · · Score: 5, Interesting

    arresting Google, they provide deep-linking and even CACHE !!!

    Oh wait ... you are too lazy to put a robots.txt in your root ?

    --
    Don't you know it is now both immoral and criminal to think beyond the next quarterly report?