WebEngage / responseheaderfilter

Automatically exported from code.google.com/p/responseheaderfilter
0 stars 3 forks source link

Your "Getting started" has at least three erros. #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Your "Getting started" has at least three erros.

Original issue reported on code.google.com by daniel.orlowski on 5 Nov 2012 at 10:33

GoogleCodeExporter commented 8 years ago
Wrong file name: response-header-filter.xml
should be
response-header-manager.xml
------------------
Missing </mapping>

---------------

<filter-class>com.avlesh.web.filter.responseheaderfilter.ResponseHeaderFilter</f
ilter-class>

Should be

<filter-class>com.avlesh.web.filter.responseheaderfilter.ResponseHeaderManagerFi
lter</filter-class>

--------------------------

Original comment by serg.v...@gmail.com on 12 Aug 2013 at 5:32