Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Error 404 on theme (rubycas-server 1.0) #115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On Debian Squeeze
ruby 1.8.7 (2010-08-16 patchlevel 302) [i486-linux]
gem 1.3.7

I install rubycas-server with :
 gem install rubycas-server

rubycas-server (1.0)
sinatra (1.3.1)
tilt (1.3.3)

I start rubycas-server :
 /var/lib/gems/1.8/gems/rubycas-server-1.0/bin/rubycas-server

When I trie an authentication LDAP, the result is an error sinatra fix with 
this patch :

https://github.com/rubycas/rubycas-server/pull/67
on lib/casserver/server.rb

After that it's ok but I have Err 404 on theme simple

[2011-10-15 01:34:45] INFO  WEBrick::HTTPServer#start: pid=12251 port=8443
machine2.local.net - - [15/Oct/2011:01:34:50 CEST] "GET / HTTP/1.1" 303 0
- -> /
machine2.local.net - - [15/Oct/2011:01:34:50 CEST] "GET /login HTTP/1.1" 200 
2605
- -> /login
machine2.local.net - - [15/Oct/2011:01:34:51 CEST] "GET /themes/cas.css 
HTTP/1.1" 404 457
Referer -> /themes/cas.css
machine2.local.net - - [15/Oct/2011:01:34:51 CEST] "GET 
/themes/simple/theme.css HTTP/1.1" 404 466
Referer -> /themes/simple/theme.css
machine2.local.net - - [15/Oct/2011:01:34:51 CEST] "GET /themes/simple/logo.png 
HTTP/1.1" 404 465
Referer -> /themes/simple/logo.png

Any ideas?

Original issue reported on code.google.com by jeanluc....@gmail.com on 21 Oct 2011 at 4:40

GoogleCodeExporter commented 8 years ago
Maybe a Ruby 1.9.2 problem. I'll have to test it when I get a chance (although 
last time I tried it everything was okay under 1.9.x for me)

Original comment by matt.zuk...@gmail.com on 21 Oct 2011 at 9:15