- From: Timur Mehrvarz <timur.mehrvarz@web.de>
- Date: Sat, 14 Jul 2007 14:03:15 +0200
- To: Doug Schepers <doug.schepers@vectoreal.com>
- Cc: public-cdf@w3.org
- Message-Id: <35BBF204-DA0D-4C86-9A94-6F53ECF2DB3A@web.de>
> Hello public-cdf, > > I'm happy to announce that Doug Schepers is now the W3C Staff > Contact for the CDF Working Group. > http://www.w3.org/People/all#schepers > Hi Doug. May I respond to this excellent news directly with a request? For some WICD testcases (accept-header identification, play animations while document is loading, etc.) we need a bit of serverside logic, to be hosted on a w3c server. I have created a very small (750 bytes text), but fully self-contained ruby servlet script (attached) for this purpose. It is preconfigured to run on port 8002. An instance of this servlet does currently run here: http://timur.mobi:8002/ (for test purposes only). As you can see, it always returns all the HTTP request headers in plain text. Very simple. You run the servlet like this: nohup ruby httpreq.rb >httpreq.log& "httpreq" requires "Ruby" to be installed. If necessary, "Ruby" can be installed this way: apt-get install ruby I don't know why this is, but today, I don't seem to be able to access the W3 CVS server ("lionel-hutz.w3.org: Connection refused"). I wanted to add/commit this servlet to the WICD test-suite. I'll do that later. Greets, Timur
Attachments
- text/x-ruby-script attachment: httpreq.rb
Received on Saturday, 14 July 2007 12:03:28 UTC