In using this module, I've discovered that when the ?destination parameter is set on a path which this module owns it is not honored. The reason being the typical flow in core is that on a successful form submission (like the login form) a drupal_goto() is performed.
The attached patch adds this function to a successful login with this module.
It actually uses user_login_destination as that is correct function to use for user logins.
| Comment | File | Size | Author |
|---|---|---|---|
| webserver_auth-fixdestination.patch | 523 bytes | webkenny |
Comments
Comment #1
gaards commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.