I have configured my custom argument validator in OG and when it returns FALSE I configured it to a 404. Instead, I am seeing a white page with an http 200 response. This is a Page display ... My 404 handler is not customized in Drupal admin. Nothing appears in the logs.

Comments

merlinofchaos’s picture

Important question: Does the argument exist as a % in the URL? (This has a serious effect on the code flow of validation)

moshe weitzman’s picture

I believe that there were no % in the URL. The single argument was passed because it came after the end of the configured path.

merlinofchaos’s picture

Status: Active » Fixed

I believe this is fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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