[OpenSTA-devel] [ opensta-Bugs-1523074 ] Created Cookie code uses CONSTANTs where dynamic expected
Brought to you by:
dansut
|
From: SourceForge.net <no...@so...> - 2006-07-15 14:20:10
|
Bugs item #1523074, was opened at 2006-07-15 10:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=1523074&group_id=10857 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: HTTP Capture Group: Behavioral Status: Open Resolution: None Priority: 5 Submitted By: Daniel Sutcliffe (dansut) Assigned to: Daniel Sutcliffe (dansut) Summary: Created Cookie code uses CONSTANTs where dynamic expected Initial Comment: The code created to handle the dynamic nature of Cookies occasionally uses a CONSTANT 'static' Cookie when it is expected that one retrieved dynamically from a Set-Cookie HTTP header through use of the of the 'LOAD RESPONSE_INFO HEADER' command would be expected. It is currently unknown what exact conditions cause the above problem, but it should be noted that it doesn't happen for all Web applications and you should be sure that you are clearing your browsers Cookie Cache for the domains you are recording before assuming that you are seeing this problem. Workaround: hand code the dynamic Cookie SCL where the problem occurs. More information and workarounds should be available at this FAQ location: http://portal.opensta.org/faq.php?topic=RecordingCookies ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=1523074&group_id=10857 |