Description
There is an small bug in the algorithm that resolve navigation cases. For a rule like this:
<navigation-rule>
<from-view-id>/a.jsp</from-view-id>
<navigation-case>
<from-action>go</from-action>
<if>#
</if>
<to-view-id>/b.jsp</to-view-id>
</navigation-case>
</navigation-rule>
If the condition under the if is true it does not enforce the from-action, leading to a wrong match under some conditions.