1. UrlRewriteFilter outbound-rule isn't applied to form stackoverflow.comI have started using Tuckey's UrlRewriteFilter on my JSF 2.0 web application and it works well except for a form on my site's home page. Here is the outbound rule:
|
2. Tuckey UrlRewrite filter doesn't work properly with JSF forms stackoverflow.comI integrated Tuckey UrlRewrite filter in my JSF application. My URLs now look like: http://localhost:8080/myapp/pageinstead of http://localhost:8080/myapp/faces/page.xhtmlThe problem is that my JSF forms ... |