<?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>6095</bug_id>
          
          <creation_ts>2008-09-18 20:16:23 +0000</creation_ts>
          <short_desc>Check processor of Validate does not handle GET variables</short_desc>
          <delta_ts>2008-09-19 01:35:52 +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>check</component>
          <version>HEAD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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 Higgins">mhiggins</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>mhiggins</cc>
          
          <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>21941</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Higgins">mhiggins</who>
    <bug_when>2008-09-18 20:16:23 +0000</bug_when>
    <thetext>The following url does not pass the GET variable (LANG=EN) to my script (application_chooser.php). My script then does a header call back to index.php which the Validator then checks perfectly.

http://validator.w3.org/check?uri=http://www.irishhorsepartners.com/IHP/application_chooser.php?LANG=EN/;ss=1

However the url works correctly when put directly into Validator via the form interface, the GET variable is passed in and the code executes to good HTML which then validates. 

www.irishhorsepartners.com/IHP/application_chooser.php?LANG=EN</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>21952</commentid>
    <comment_count>1</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2008-09-19 01:35:52 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; The following url does not pass the GET variable (LANG=EN) to my script
&gt; 
&gt; http://validator.w3.org/check?uri=http://www.irishhorsepartners.com/IHP/application_chooser.php?LANG=EN/;ss=1

The url above is broken and written as if you were passing LANG=EN to the validator. You&apos;ll notice that when you use the form, your browser does the right thing and sends:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.irishhorsepartners.com%2FIHP%2Fapplication_chooser.php%3FLANG%3DEN%2F
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>