Floyd, On Fri, Feb 26, 2010 at 3:49 AM, Floyd Fuh <floyd_...@yahoo.de> wrote: > Hi list > > Is there a reason why the rendered preview of a response was removed? I > really liked that feature, even if it wasn't perfect. > > I'm talking about the GUI, Results Tab - Request/Response navigator Tab - > Response Tab - Rendered (or whatever it was called). There is only Raw, > Headers and HTML left.
Yes, there is a reason: the library that is used to render the HTML responses uses C code. In more than one page, this library crashes and then the whole framework goes to hell. There is NO way to do something like: try: renderer.render(html) except: ... error handling ... Because the error that this C library triggers is at another level, and never reaches the "try". Until gtkhtml2 gets fixed, we're not going to use it and crash. There could be other solutions... like using mozilla or something like that... but... those other solutions require other libraries that aren't bundled with python / gtk. If you have any other ideas.. please let me know :) Regards, > cheers > floyd > > __________________________________________________ > Do You Yahoo!? > Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz > gegen Massenmails. > http://mail.yahoo.com > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > W3af-develop mailing list > W3af-develop@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/w3af-develop > > -- Andrés Riancho Founder, Bonsai - Information Security http://www.bonsai-sec.com/ http://w3af.sf.net/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ W3af-develop mailing list W3af-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/w3af-develop