asuwebplatforms/webspark-module-webspark_cas

This package is abandoned and no longer maintained. No replacement package was suggested.

Webspark module with CAS overrides for ASU scenarios.

Maintainers

Package info

github.com/ASUWebPlatforms/webspark-module-webspark_cas

Type:drupal-module

pkg:composer/asuwebplatforms/webspark-module-webspark_cas

Statistics

Installs: 7 980

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.4 2022-12-15 17:19 UTC

This package is auto-updated.

Last update: 2026-02-16 21:35:12 UTC


README

The WebSpark CAS module contains functionality which allows the Elastic Crawler to bypass the CAS redirect and process the web pages successfully.

Setup

The following setting should be added to the settings.php file. If no such setting exists, the default setting will be used.

$settings['webspark_cas_elastic_crawler_regex'] = '/^Elastic-Crawler .*$/';

This setting describes the RegExp used to determine the Elastic Crawler request based on its User-Agent HTTP Header value.