<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>225</bug_id>
          
          <creation_ts>2003-06-13 13:14:07 +0000</creation_ts>
          <short_desc>news: Link reported as 500</short_desc>
          <delta_ts>2003-06-15 15:13:10 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>LinkChecker</product>
          <component>checklink</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>LATER</resolution>
          
          
          <bug_file_loc>http://www.xyzzy.claranet.de/dnq.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Frank Ellermann">frank.ellermann</reporter>
          <assigned_to name="Ville Skyttä">ville.skytta</assigned_to>
          
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>530</commentid>
    <comment_count>0</comment_count>
    <who name="Frank Ellermann">frank.ellermann</who>
    <bug_when>2003-06-13 13:14:07 +0000</bug_when>
    <thetext>A link like &lt;a href=&quot;news:de.soc.netzkultur.misc&quot;&gt;dsnm&lt;/a&gt;
is reported by the online version as...

| What to do: This is a server-side problem. Check the URI.
| HTTP Code returned: 500
| HTTP Message: Can&apos;t connect to nntp server

...this could be improved. Or is it a error 40 and I should
use news:///group instead of news:group ? The news: scheme
as interpreted by Netscape 3.x apparently uses the syntax...

news:[//[server]/][group|escape(Message-ID)]

...where Message-ID is what it says without angle brackets.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>532</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2003-06-15 11:13:10 +0000</bug_when>
    <thetext>AFAIK RFC 1738 is the authoritative specification for news: and nntp: URIs.  The
expired draft-gilman-news-url-02 (eg.
&lt;http://www.landfield.com/usefor/drafts/draft-gilman-news-url-02.txt&gt;), suggests
some updates to RFC 1738.

The 500 error you see is because the online version of checklink at
validator.w3.org doesn&apos;t have a default NNTP server set for use with news: URIs
without an explicit hostname.

I have added the following snippet to the checklink documentation:

  There are multiple alternatives for configuring the default NNTP server for 
  use with news: URIs, see Net::NNTP(3) for more information.
  http://search.cpan.org/dist/libnet/Net/NNTP.pm#CONSTRUCTOR

Unfortunately, even this doesn&apos;t help with news: URIs containing only the
newsgroup name, because that functionality isn&apos;t supported in Net::NNTP which is
the backend (through LWP::Protocol::nntp) for news: URIs in checklink.  It does
make the error message a bit better though: &quot;501 GET newsgroup not implemented
yet&quot;.  Resolving with LATER for now.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>