intruxxer / zaproxy

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

Remember preference for Request [RawView|Tabbed View] #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When viewing the Request tab the option to view either Raw or Tabbed will 
always pick "Raw View" by default, and if the selection is changed to Tabbed it 
will then reset when viewing a separate request.

Can this value either
 1 - Be configurable from Tools>Options 
 2 - Remember Last Selected State between pages

Additionally, as the drop down specifically relates to the lower of the two 
boxes, it may make more sense to place the controls alongside the lower box. 
Alternatively allow the upper box to be tabbed/raw as well (ideally separately 
controllable). Perhaps with a toggle button rather than drop down? (At least 
until > 2 options exists)

Original issue reported on code.google.com by warmfus...@gmail.com on 16 Mar 2011 at 5:10

GoogleCodeExporter commented 9 years ago
I'd like all UI options to be both user configurable and to have an option to 
remember the last state.
I'll add this to the developer guidelines.

Original comment by psii...@gmail.com on 17 Mar 2011 at 1:04

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

Original comment by psii...@gmail.com on 16 Oct 2011 at 4:43

GoogleCodeExporter commented 9 years ago
#1:
Implemented "save selected view" :
- history view
- manual request editor
- break panel

Commit: r993

Note:
Text / Hex / ... view is not saved.

#2:
No fix.
It is correct, the Pulldown should be in the "lower" box, alongside the 
response. But this would take away quiet a lot of space just for the lonely 
pulldown. It is true the same option to display in various formats should be 
available for the header, too (not only for the body). 
But the current view looks nearly identical to the original ZAP/PAROS view. We 
dont want to change this currently. So i set this to "No Fix".
To edit header in hex, just change to the "Raw" view.

Maybe in later versions, we'll update the default view.

Original comment by dobin.ru...@gmail.com on 1 Nov 2011 at 2:28

GoogleCodeExporter commented 9 years ago
Since r1011, we do save the selected Text/Table/Hex view, but does not 
differentiate between Manual Request Editor, Break Panel and History panel. Yet.

Original comment by dobin.ru...@gmail.com on 3 Nov 2011 at 6:16

GoogleCodeExporter commented 9 years ago
r1234

Views states are saved in all panels (Manual Request Editor, Resend, Main and 
Break).

It's only missing the options in "Tools > Options" to change the states and the 
option to remember the last state.

Original comment by THC...@gmail.com on 16 Mar 2012 at 7:09