Skip to content

Latest commit

 

History

History

impl-servlet-3.0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Rewrite Servlet Implementation

Get Started

  1. Include OCPSoft Rewrite in your application's POM file:

     <dependency>
        <groupId>org.ocpsoft.rewrite</groupId>
        <artifactId>rewrite-impl-servlet</artifactId>
        <version>${rewrite.version}</version>
     </dependency>
    
  2. Create a configuration provider as described here

  3. Run your application!

FEEDBACK

This project is looking for your feedback! What would make your task easier? How can we simplify this experience?

TODO's

  • Continue simplification of Configuration object APIs and convenience classes
  • Rule to enable localhost admin/status page
  • High level pre-prepared rewrite rules
  • Resource.exists(String fileName) to check file existence