Closed GoogleCodeExporter closed 9 years ago
Just caught that myself a few days ago. You're right, the boolean check is
totally
wrong. It should be:
if $PID_FILE && !(CASServer::Conf.server.to_s == 'mongrel' ||
CASServer::Conf.server.to_s == 'webrick')
I'm in the process of moving all of these Camping wrappers into a separate
library
(Picnic -- http://code.google.com/p/camping-picnic/) and the fix has been made
there.
Next step will be to retrofit RubyCAS-Server to use the Picnic stuff, so this
bogus
warning will be fixed then.
Original comment by matt.zuk...@gmail.com
on 6 Dec 2007 at 6:09
Looking forward to camping-picnic!
Thanks.
Original comment by doug.eve...@gmail.com
on 6 Dec 2007 at 9:18
Fixed in svn now that we've switched over to Picnic.
Original comment by matt.zuk...@gmail.com
on 21 Dec 2007 at 8:41
Original issue reported on code.google.com by
doug.eve...@gmail.com
on 6 Dec 2007 at 6:12