Re: URL question

2007-04-30 Thread Michael Gorsuch
Jonathan - I may be blowing smoke, but what about taking advantage of CGI's escape and unescape methods? irb(main):009:0> CGI.escape "ruby+talk" => "ruby%2Btalk" irb(main):010:0> CGI.unescape "ruby%2Btalk" => "ruby+talk" Would that do the trick? Just run CGI.unescape on your paramaters? On 4/29

URL question

2007-04-29 Thread Jonathan Stott
Well, this is more of an apache question, but... I'm running a nice little 'cluster' of camping apps and I've recently started proxying them through apache with mod_proxy, since I found I was forwarding a lot of ports via ssh otherwise. But anyway, enough of that. One of the apps I use to view lo