Questions tagged [ocpsoft-rewrite]

An open source Routing and URL Rewriting solution for Servlet, Java Web Frameworks, and Java EE.

Ocpsoft Rewrite is an open source, filter-based Servlet extension for Java –- enabling creation of bookmark-able, pretty URLs. Rewrite solves the “RESTful URL” problem elegantly, including features such as: page-load actions, managed parameter parsing, seamless integration with CDI, Spring, and configuration-free compatibility with other web frameworks.

18 questions
0
votes
1 answer

Rewrite / PrettyFaces with parameter causes IllegalStateException: Cannot create a session after the response has been committed

I want to use some url rewriter with annotations in my JSF 2.2 application, so I've started to play around with Rewrite (PrettyFaces successor). My application is still just an hello world running in TomEE 7.x, no fancy dependencies here, I guess. I…
JR Utily
  • 1,792
  • 1
  • 23
  • 38
0
votes
1 answer

commandLink not invoke action with rewrite RewriteRule activated

I'm currently using rewrite-config-prettyfaces 3.4.0.Final with Mojarra 2.2.13 on JRE 8 in WildFly 10. With that setup (some details are below) everything works fine. Now I would like to drop the pretty-config.xml file and switch to the rule based…
cpoeth
  • 3
  • 3
0
votes
1 answer

Large File upload is not working with JSF + tomcat despite setting multipart-config to unlimited size

File uploads are working for small files (under the default 2MB limit), but will not work for larger files. I'm using JSF on Tomcat 8.0 and have modified my web.xml appropriately to increase the limit. I've put breakpoints in the constructor of…
JSub
  • 111
  • 8
1
2