<?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>3158</bug_id>
          
          <creation_ts>2006-04-27 08:46:13 +0000</creation_ts>
          <short_desc>fn-resolve-uri-3</short_desc>
          <delta_ts>2006-05-01 18:59:04 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XML Query Test Suite</product>
          <component>XML Query Test Suite</component>
          <version>0.9.0</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Kay">mike</reporter>
          <assigned_to name="Carmelo Montanez">carmelo</assigned_to>
          
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>9487</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2006-04-27 08:46:13 +0000</bug_when>
    <thetext>The expected results for fn-resolve-uri-3 seem to presume that &quot;http//&quot; is not a valid relative URI. However, I believe it is valid according to RFC 3986.

Specically, the RFC in section 4.2 allows

   relative-ref  = relative-part [ &quot;?&quot; query ] [ &quot;#&quot; fragment ]

   relative-part = path-noscheme
                   (as one of the options)

   path-noscheme = segment-nz-nc *( &quot;/&quot; segment )

   segment = *pchar

Note that the ABNF syntax notation (RFC2234) defines *pchar to mean zero-or-more occurrences of pchar&quot;. Thus empty segments are allowed, and therefore (given that &quot;http&quot; is a valid segment-nz-nc) &quot;http//&quot; is a valid relative URI reference.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>9548</commentid>
    <comment_count>1</comment_count>
    <who name="Carmelo Montanez">carmelo</who>
    <bug_when>2006-05-01 18:59:04 +0000</bug_when>
    <thetext>Michael:

This is correct.  Changed test to use &quot;:&quot; as the relative part.
Please close the bug if in agreement.

Thanks,
Carmelo</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>