http://bugzilla.novell.com/show_bug.cgi?id=544355 User lslezak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544355#c13 --- Comment #13 from Ladislav Slezak <lslezak@novell.com> 2009-10-07 12:30:41 MDT --- Well, the fix was not so easy, Rack expects the request path in env['PATH_INFO'] but lighttpd does not set it up and it failed at a nil exception. I had to add env['PATH_INFO'] = env['REQUEST_URI'] workaround. It seems that the environment is quite different compared to Webrick or Mongrel server... Fixed in yast2-webservice-0.0.6 and in yast2-webclient-0.0.6. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.