drupalauth / simplesamlphp-module-drupalauth

simpleSAMLphp module that turns Drupal site into IdP(Identity Provider)
Other
24 stars 38 forks source link

Drupal's bootstrap overrides SimpleSamlPHP's exception handler #29

Open manarth opened 8 years ago

manarth commented 8 years ago

When drupal_bootstrap() is invoked, Drupal's exception handler (_drupal_exception_handler()) replaces SimpleSamlPHP's exception handler (SimpleSAML_exception_handler()).

The effect is multiple watchdog entries with messages such as

Warning: file_get_contents(misc/jquery.once.js): failed to open stream: No such file or directory in drupal_build_js_cache() (line 5049 of /var/www/includes/common.inc).

ralphvandenhoudt commented 11 hours ago

I have a same issue on D10 using drupalauth. I ignored it using this Drupal core patch but that is not the solution to solve the issue. simplesaml-error-reporting.patch