JSF navigation rules are optional - if no rule matches an action outcome, the framework simply redisplays the current page. This is deliberate default behavior, not an error condition. Options A (exception) and D (404 error) are incorrect because JSF handles this gracefully. Option B (blank page) is also incorrect.