Andres,

last time you wrote :
- The main idea of the highlighting is to highlight the part of the
response that was marked as "insecure". So, highlighting things in the
request, like:
        * v.addToHighlight( freq.getURL() )
        * v.addToHighlight( domain_path )
Make no sense.
 
- For example, in the "def _SEARCH( self, domain_path ):" method, I
would have tried to do the following:
        * Create a regular expression to replace "content_matches",
which would look something like:
                  re.compile('(<a:response>)|(<a:status>)|(xmlns:a="DAV:")')
        * Then you would match that to the string
        * And finally, if there is a match, you would highlight the
matching string, which you would get with something like
match.groups(0)

i'm still working on, but i really can't understand what do you mean.I'm using 
Emacs now
to compile in PEP-8 and i've understand you on tabs problems instead of 4 
spaces.
Can you please send me back a copy of dav.py like you want so i have a 
full,clear example.

thanks a lot.

Francione Fabrizio



_________________________________________________________________
Resta in contatto con gli amici, comunica con Messenger!
http://messenger.it/cominciaAcomunicare.aspx
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to