サンプルで WEB-INF/faces-config.xml で
<navigation-rule>
<navigation-case>
<from-outcome>hello</from-outcome>
<to-view-id>/hello/hello.html</to-view-id>
<redirect/> ← これを追加
</navigation-case>
</navigation-rule>
としたとき、S2JSF 1.0.14(MyFaces)版では
Hello のリンクをクリックするとブラウザに
表示されるURLは hello.htmlに切り替わりますが、
S2JSF 1.1.0 Beta1(Teeda版)では、redirectを
指定しないときと同様、index.html のままです。