New issue 105 by mike.sur...@gmail.com: support for Java 7
http://code.google.com/p/urlrewritefilter/issues/detail?id=105
What steps will reproduce the problem?
1. Use urlrewrite-3.2.0.jar in a Java project.
2. Compile the project with Java 7.
What is the expected output? What do you see instead?
javac outputs this:
warning: Supported source version 'RELEASE_6' from annotation
processor 'org.tuckey.web.filters.urlrewrite.annotation.UrlRewriteAnnotationProcessor'
less than -source '1.7'
What version of the product are you using? On what operating system?
urlrewrite-3.2.0.jar and Java 1.7.0_01.