intruxxer / zaproxy

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

Change the footer tabs to display the data with tables instead of lists #503

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently some of the footer tabs ("History", "Active Scan", ...) show the data 
(mostly from HTTP messages) using lists (JList) which impairs the usability, as 
there's no way to sort, resize, reorder or hide the columns. As the tables 
(JTable) provide the lacking usability (sorting, resizing or reordering the 
columns) the lists will be replaced with tables.

Remarks:
The table used will be JXTable as it already provides other useful 
functionalities that are not present in the JTable (hiding of columns, packing 
of columns, highlighters (replacement of custom renderers), find dialogue, 
highlighting, ...).

Footer tabs that will be changed from list to table (JXTable):
 - "History";
 - "Active Scan";
 - "Forced Browse";
 - "Port Scan";
 - "AJAX Spider";
 - "Token Gen".

Footer tabs that will be changed from JTable to JXtable:
 - "Break Points";
 - "Spider";
 - "Fuzzer" (both HTTP and WebSocket);
 - "Params";
 - "Http Sessions";
 - "WebSockets".

Original issue reported on code.google.com by THC...@gmail.com on 6 Feb 2013 at 4:47

GoogleCodeExporter commented 9 years ago
Issue 498 has been merged into this issue.

Original comment by THC...@gmail.com on 6 Feb 2013 at 4:48

GoogleCodeExporter commented 9 years ago
r4520
r4521

zap-extensions:
Alpha branch:
https://code.google.com/p/zap-extensions/source/detail?r=1067
Beta branch:
https://code.google.com/p/zap-extensions/source/detail?r=1084
Trunk:
https://code.google.com/p/zap-extensions/source/detail?r=1106

Original comment by THC...@gmail.com on 28 Mar 2014 at 3:05

GoogleCodeExporter commented 9 years ago
Sorry if this seems like a dumb question but I'm not clear on how releases and 
branching work for ZAP. Will r4521 be in the next weekly build?

Original comment by kingtho...@gmail.com on 28 Mar 2014 at 5:42

GoogleCodeExporter commented 9 years ago
I actually branched 2.3 yesterday prior to the (late;) weekly release.
So the current weekly release contains r4521
I'm not planning on branching again, so only changes committed to the 2.3 
branch will go into weekly releases until we release 2.3, then I'll go back to 
creating the weekly releases off the trunk.

Original comment by psii...@gmail.com on 28 Mar 2014 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 31 Mar 2014 at 11:17

GoogleCodeExporter commented 9 years ago
Fixed in ZAP 2.3.0

Original comment by psii...@gmail.com on 10 Apr 2014 at 3:25

GoogleCodeExporter commented 9 years ago
Issue 539 has been merged into this issue.

Original comment by THC...@gmail.com on 13 Jul 2014 at 10:08