Due to the implementation of hook_menu_alter() inside of views module we're unable to configure basic HTTP authentication for pages, provided by views module because it's overrides access callback for menu item due to heaviest weight of execution.

Comments

BR0kEN created an issue. See original summary.

br0ken’s picture

Status: Active » Needs review
StatusFileSize
new7.18 KB

These tests should show the problem.

br0ken’s picture

StatusFileSize
new442 bytes

Correct patch.

br0ken’s picture

StatusFileSize
new837 bytes
new1.3 KB

And the patch with the fix.

  • BR0kEN committed 8794ed8 on 7.x-1.x
    Issue #2892283 by BR0kEN: Allow setting basic HTTP authentication for...
br0ken’s picture

Status: Needs review » Fixed
Issue tags: -Needs tests

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.