intruxxer / zaproxy

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

The save session api does not allow to overwrite session already has same name #599

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Save session "test.session"
2. Save again with same name "test.session"

What is the expected output? What do you see instead?
<Exception code="already_exists" detail="\test.session" 
type="exception">Already Exists(already_exists) : \test.session</Exception>

What version of the product are you using? On what operating system?
ZAP 2.0.0
Windows 7

Please provide any additional information below.
Is it possible to overwrite a test session with same name!!

Original issue reported on code.google.com by gang...@gmail.com on 8 Apr 2013 at 5:47

GoogleCodeExporter commented 9 years ago
Is the session from step 2 a new session (you created a new session or opened 
other session than "test.session")?

I'm asking because if it's not a new session there's no need to save it again 
as the changes are already saved (to "test.session").

Original comment by THC...@gmail.com on 20 Jun 2013 at 3:24

GoogleCodeExporter commented 9 years ago
I am creating a new session with same name. Our CI test runs every day and 
create and save the test session with the same name.

Original comment by gang...@gmail.com on 24 Jun 2013 at 1:21

GoogleCodeExporter commented 9 years ago

Original comment by THC...@gmail.com on 24 Jun 2013 at 1:56

GoogleCodeExporter commented 9 years ago
r3243

Original comment by THC...@gmail.com on 24 Jun 2013 at 5:51

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 8 Jul 2013 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 8 Jul 2013 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 11 Sep 2013 at 5:14

GoogleCodeExporter commented 9 years ago
Good news for us. Thanks for fixing the issue.

Original comment by gang...@gmail.com on 18 Sep 2013 at 1:07