<?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>13324</bug_id>
          
          <creation_ts>2011-07-21 22:49:25 +0000</creation_ts>
          <short_desc>Validator CSS breaks depending on trailing slash in accessed validator URI</short_desc>
          <delta_ts>2011-08-23 19:42:46 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>Website</component>
          <version>HEAD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</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="Nicolas Kuttler">w3</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>51358</commentid>
    <comment_count>0</comment_count>
    <who name="Nicolas Kuttler">w3</who>
    <bug_when>2011-07-21 22:49:25 +0000</bug_when>
    <thetext>Please compare 

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.w3.org%2F&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;ss=1&amp;group=0&amp;user- agent=W3C_Validator%2F1.2

(works) vs.

http://validator.w3.org/check/?uri=http%3A%2F%2Fwww.w3.org%2F&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;ss=1&amp;group=0&amp;user-agent=W3C_Validator%2F1.2

(broken). I think the problem lies in

&lt;style type=&quot;text/css&quot; media=&quot;all&quot;&gt;@import &quot;./style/base&quot;;
        @import &quot;./style/results&quot;;&lt;/style&gt;

which leads to /style/results in the first and /check/style/results
(404) in the second example. This probably also breaks some other 
include paths but I didn&apos;t check.

The second example definitely used to work as I have a bookmark that
leads to the validation results that broke a few months ago.
Took me until now to look into this (and hopefully figure out what&apos;s
wrong).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55717</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2011-08-23 19:42:46 +0000</bug_when>
    <thetext>/check/ was never really meant to work, I suppose it just happened to work as a side effect of the /check/referer functionality which was recently removed after being deprecated for ?uri=referer since 2003.  There is still a backwards compatibility /check/referer handler in validator&apos;s front-end, however IIUC it just handles /check/referer, not /check/.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>