I'm in the need of a broken link checker capable of checking websites behind CAS. Do you guys know of any? Platform doesn't matter.
I'm not aware of anything, but I wouldn't shy away from developing something yourself. I've not looked at anything like this in years, but if there's an existing product that exposes hooks for specific response codes, you could hook the 302 for the CAS login redirect and manually get a ticket (assuming you could solve the problem of providing authentication credentials), then return to the resource with the ticket and continue checking resources behind CAS. Alternatively, I'm fairly certain one could write a (possibly crude) CAS-aware spider in Python in less than 1000 lines of code.
M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
