Dear List,
A modification to the sample Hello.pm module yielded the odd result below.  Note how the outgoing html which the browser receives has been modified.  The html content is important (almost all html works correctly) and I have presented a simple example.
 
Changing a single line in to
  $r->puts(<<"END");
<html><head></head><a href="
http://rd.yahoo.com/M=2"> <img src="javascript:void(0);"></a></html>
END
results in output to the browser of (notice the commented/mangled a href):
<html><head></head><!--ref="http://rd.yahoo.com/M=2"  <img src="javascript:void(0);" <--></html>
 
Platform:
This issue was exhibited in the latest (as of May 28) win32 bundle: ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz. as well as the equivalent Linux Apache 2.0/mod_perl 1.99 variant.
 
 
Charles
 

Reply via email to