Page 1 of 1

About Question enthuware.jwpv6.2.1064 :

Posted: Tue Feb 05, 2013 4:57 am
by ETS User
One of the answers ( the right one ;-) ) is: "Add a filter and map it to /reports/*. In the filter get all the headers using request.getHeaderNames() and and getHeaders() method. Store the headers into the database.". There is a double "and" between "request.getHeaderNames()" and "getHeaders()".

Also i think you should be consistent and also use "request.getHeaders()" instead of only "getHeaders()".

Johnny

Re: About Question enthuware.jwpv6.2.1064 :

Posted: Tue Feb 05, 2013 6:07 pm
by admin
You are right. This has now been fixed.

thank you for your feedback!