You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/07/01 09:20:39 UTC

cvs commit: modperl-docs/src/jobs jobs.html

stas        2002/07/01 00:20:39

  Modified:    src/jobs jobs.html
  Log:
  fix a broken tag
  Submitted by:	allan
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-docs/src/jobs/jobs.html
  
  Index: jobs.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/jobs/jobs.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jobs.html	22 May 2002 04:08:09 -0000	1.2
  +++ jobs.html	1 Jul 2002 07:20:39 -0000	1.3
  @@ -11,7 +11,7 @@
   <p>(Note: The jobs listing is fetched from a remote site using
   JavaScript, so it may take a while before it gets
   downloaded. Alternatively go directly to <a
  -href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or"">the
  +href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or">the
   search results</a>.)</p>
   
   <script language="JavaScript" type="text/javascript" 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org


Re: cvs commit: modperl-docs/src/jobs jobs.html

Posted by Stas Bekman <st...@stason.org>.
Per Einar Ellefsen wrote:
> At 12:18 01.07.2002, Stas Bekman wrote:
> 
>> allan juul wrote:
>>
>>> Quoting Per Einar Ellefsen <pe...@skynet.be>:
>>>
>>>> -href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or"">the 
>>>>
>>>>
>>>>
>>>> +href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or">the 
>>>>
>>>>
>>>> Shouldn't that be &amp;bin , or are old browsers missing that one?
>>>
>>>
>>> it should. make a search in dst_html and you'll find a lot of 
>>> un-encoded stuff [at least last month i tried] but w3c seem to be ok 
>>> with this
>>
>>
>> as long as & is not followed by something that makes it an entity it's 
>> fine. But a new entity may be added any time. encoding is not perfect, 
>> because of the old browsers as pointed out by Per Einar.
>>
>> The proper solution is to use ; instead of & for args separating, 
>> which CGI.pm and Apache::Request support if I'm not mistaken. I've 
>> just tested and this works with the url in question. I'll fix that 
>> one. Please check other occurences that you find problematic.
> 
> 
> Yes, you're right. That one's better.

just be careful to check first whether the server in question supports ; 
as a sep.



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: cvs commit: modperl-docs/src/jobs jobs.html

Posted by Per Einar Ellefsen <pe...@skynet.be>.
At 12:18 01.07.2002, Stas Bekman wrote:
>allan juul wrote:
>>Quoting Per Einar Ellefsen <pe...@skynet.be>:
>>
>>>-href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or"">the
>>>
>>>
>>>+href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or">the
>>>
>>>Shouldn't that be &amp;bin , or are old browsers missing that one?
>>
>>it should. make a search in dst_html and you'll find a lot of un-encoded 
>>stuff [at least last month i tried] but w3c seem to be ok with this
>
>as long as & is not followed by something that makes it an entity it's 
>fine. But a new entity may be added any time. encoding is not perfect, 
>because of the old browsers as pointed out by Per Einar.
>
>The proper solution is to use ; instead of & for args separating, which 
>CGI.pm and Apache::Request support if I'm not mistaken. I've just tested 
>and this works with the url in question. I'll fix that one. Please check 
>other occurences that you find problematic.

Yes, you're right. That one's better.


-- 
Per Einar Ellefsen
per.einar@skynet.be



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: cvs commit: modperl-docs/src/jobs jobs.html

Posted by Stas Bekman <st...@stason.org>.
allan juul wrote:
> Quoting Per Einar Ellefsen <pe...@skynet.be>:
> 
> 
>>-href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or"">the
>>
>>> 
>>
>>+href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or">the
>>
>>Shouldn't that be &amp;bin , or are old browsers missing that one?
> 
> 
> it should. make a search in dst_html and you'll find a lot of un-encoded stuff 
> [at least last month i tried] but w3c seem to be ok with this

as long as & is not followed by something that makes it an entity it's 
fine. But a new entity may be added any time. encoding is not perfect, 
because of the old browsers as pointed out by Per Einar.

The proper solution is to use ; instead of & for args separating, which 
CGI.pm and Apache::Request support if I'm not mistaken. I've just tested 
and this works with the url in question. I'll fix that one. Please check 
other occurences that you find problematic.

BTW, this is documented at:
http://perl.apache.org/release/docs/tutorials/client/browserbugs/browserbugs.html#Preventing_QUERY_STRING_from_getting_corrupted_because_of__entity_key_names

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: cvs commit: modperl-docs/src/jobs jobs.html

Posted by allan juul <la...@inet.uni2.dk>.
Quoting Per Einar Ellefsen <pe...@skynet.be>:

> -href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or"">the
> >  
> +href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or">the
> 
> Shouldn't that be &amp;bin , or are old browsers missing that one?

it should. make a search in dst_html and you'll find a lot of un-encoded stuff 
[at least last month i tried] but w3c seem to be ok with this

/allan

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: cvs commit: modperl-docs/src/jobs jobs.html

Posted by Per Einar Ellefsen <pe...@skynet.be>.
At 09:20 01.07.2002, stas@apache.org wrote:
>stas        2002/07/01 00:20:39
>
>   Modified:    src/jobs jobs.html
>   Log:
>   fix a broken tag
>   Submitted by: allan
>
>   Revision  Changes    Path
>   1.3       +1 -1      modperl-docs/src/jobs/jobs.html
>
>   Index: jobs.html
>   ===================================================================
>   RCS file: /home/cvs/modperl-docs/src/jobs/jobs.html,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- jobs.html 22 May 2002 04:08:09 -0000      1.2
>   +++ jobs.html 1 Jul 2002 07:20:39 -0000       1.3
>   @@ -11,7 +11,7 @@
>    <p>(Note: The jobs listing is fetched from a remote site using
>    JavaScript, so it may take a while before it gets
>    downloaded. Alternatively go directly to <a
>   -href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or"">the
>   +href="http://jobs.perl.org/search?q=mod_perl+apache+modperl&bin=or">the

Shouldn't that be &amp;bin , or are old browsers missing that one?


-- 
Per Einar Ellefsen
per.einar@skynet.be



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org