From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 3 Mar 2007 06:41:23 -0500 From: Kris Maglione To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] httpd and %20 Message-ID: <20070303114123.GB41024@kris.home> References: <13426df10703030154t6be71308i4f73542c8f0defbe@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Pd0ReVV5GZGQvF3a" Content-Disposition: inline In-Reply-To: <13426df10703030154t6be71308i4f73542c8f0defbe@mail.gmail.com> User-Agent: Mutt/1.5.13 (2006-08-11) Topicbox-Message-UUID: 176cd72e-ead2-11e9-9d60-3106f5b1d025 --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 03, 2007 at 02:54:46AM -0700, ron minnich wrote: >I have a url, produced from iweb, that is this: >absolute; top: 0px; width: 63px; z-index: 2; " >onmouseout=3D"NBmouseout('3');" href=3D"SC%202006.html" >onmouseover=3D"NBmouseover('3');"> Is there some reason that we should know of such superfluous javascript=20 and inline CSS noise? It would be kinder to those of us who would like=20 to forget that such things as JS, inline CSS and, indeed, even SGML,=20 exist, yet still beleive that Plan 9 should have a well functioning http=20 server, if you left such things out. It would also be more helpful if=20 you gave a more direct example with less interfering factors. For=20 instance: hget 'http://localhost/SC%202006.html' Or, even better, in the way of ruling out interference: { dir=3D/net/tcp/^`{read} echo connect 127.0.0.1!80 >$dir/ctl cat <$dir/data cat $dir/data }