Hi Biljana,
What I did was simply reverse the directions that were given to output the 
statements, e.g., re-comment out the blocks in doBefore and doAfterProcessing 
methods (the things that begin with:

    for (Enumeration en = request.getParameterNames(); en.hasMoreElements(); ) {
        String name = (String)en.nextElement();
    ...

oh, and for good measure I also commented out the instructions in the 
MyOwnFilter.log() method ... which I believe will accomplish the same thing 
(I'm being redundant) with one commented line.

hope this helps,
Karl

--- On Thu, 2/26/09, Biljana Biljana <biljana_b...@yahoo.com> wrote:
From: Biljana Biljana <biljana_b...@yahoo.com>
Subject: [java ee programming] Servlet Advanced 3
To: "J2EE Passion Group" 
<java-ee-j2ee-programming-with-passion@googlegroups.com>
Date: Thursday, February 26, 2009, 11:26 AM

Hi!
In Lab-4005,what  this means:
Remove the logging statements of the filters in the code so that you don't see 
them in the next exercise.
 
To  just delete MyOwnFilter and myOwnFilter2, erase part for filter in web.xml 
in Cofiguration Files.Where is that logging statement?
 
Regards,
Biljana


     







      
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to