<?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>10060</bug_id>
          
          <creation_ts>2010-07-01 07:41:58 +0000</creation_ts>
          <short_desc>Empty URI addresses may not be resolved as &quot;same document references&quot;</short_desc>
          <delta_ts>2010-08-30 15:27:17 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>mobileOK Basic checker</product>
          <component>Java Library</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</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="fd">fd</reporter>
          <assigned_to name="fd">fd</assigned_to>
          
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>36510</commentid>
    <comment_count>0</comment_count>
    <who name="fd">fd</who>
    <bug_when>2010-07-01 07:41:58 +0000</bug_when>
    <thetext>Links such as:
 &lt;a href=&quot;&quot;&gt;this page&lt;/a&gt;
or
 &lt;form action=&quot;&quot;&gt;
  [...]
 &lt;/form&gt;

... should be resolved as &quot;same document references&quot; and target the page under test. The mobileOK Checker seems to think it needs to strip the part after the last &quot;/&quot; in the path.

For instance, an empty link in:
 http://example.org/foo/test.html
would be resolved as:
 http://example.org/foo/

In turn, this may trigger a few failures if the resolved page doesn&apos;t exist or does not define a character encoding and/or content-type.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>38213</commentid>
    <comment_count>1</comment_count>
    <who name="fd">fd</who>
    <bug_when>2010-08-30 15:10:20 +0000</bug_when>
    <thetext>URI resolution in the Resource class now behaves as expected by RFC 2396 and resolves empty references as &quot;the base URI&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>38214</commentid>
    <comment_count>2</comment_count>
    <who name="fd">fd</who>
    <bug_when>2010-08-30 15:27:17 +0000</bug_when>
    <thetext>Related test cases in test suite:
MAIN_DOCUMENT 9
DEFAULT_INPUT_MODE 1
DEFAULT_INPUT_MODE 2
POP_UPS 1
POP_UPS 2
POP_UPS 3
POP_UPS 4
POP_UPS 5
POP_UPS 6
PROVIDE_DEFAULTS 4</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>