-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
What steps will reproduce the problem?
1. Install the project as per configuration example on home page ("Getting
Started" section)
2.
3.
What is the expected output? What do you see instead?
There are some incorrect settings in your "Getting started" section:
- The filter class in your project is
com.avlesh.web.filter.ResponseHeaderManagerFilter, not
com.avlesh.web.filter.ResponseHeaderFilter,
- the default config file in your project is
"/WEB-INF/response-header-manager.xml" not "/WEB-INF/response-header-filter.xml"
- the example config contains an opening <mapping url="(.*).html"> tag, but not
a closing one
What version of the product are you using? On what operating system?
1.0 - I checked out the source and rebuilt it instead of using your jar package
Please provide any additional information below.
Great project, this does exactly what I need and I found the setup instructions
great; however the errors in the "getting started" page detract from the
project and make it more difficult to get started.
Original issue reported on code.google.com by david.sc...@gmail.com on 19 Apr 2012 at 11:41