Closed (fixed)
Project:
CAS
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Feb 2010 at 12:27 UTC
Updated:
7 Jun 2014 at 20:59 UTC
Jump to comment: Most recent, Most recent file
Hi,
I have noticed that when I check "Check to see if a user is allready logged ?"
the referencing robots receive the following content
<html><head><title>CAS Authentication wanted!</title></head><body><h1>CAS Authentication wanted!</h1><p>You should already have been redirected to the CAS server. Click <a href="https://www.hello.com:443/cas/login?service=http%3A%2F%2Fwww.hello.com%2F&gateway=true">here</a> to continue.</p><hr><address>phpCAS ${phpcas.version} using server <a href="https://www.hello.com:443/cas/">https://www.hello.com:443/cas/</a> (CAS 2.0)</a></address></body></html>
I think this is the reason why my website description is not updated on search website (google, bing, yahoo,....)
Any solution ?
Thanks
Fred
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cas-719272.patch | 1.31 KB | metzlerd |
Comments
Comment #1
metzlerd commentedHere's a quick patch against the current HEAD version that might detect it. Could you inspect your logs and make sure that the user agents will properly detect for you based on the strings contained in this patch?
If anyone has any other ideas regarding the detection of search engines I'd love to hear them.
Comment #2
metzlerd commentedComment #3
metzlerd commentedCommited to head. Will roll in next 6.2.x-dev release
Comment #4
metzlerd commented