This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 30498 - The Cookies tab could show if an included resource tried to set a cookie
Summary: The Cookies tab could show if an included resource tried to set a cookie
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@javaee
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2003-01-30 00:53 UTC by Ana.von Klopp
Modified: 2016-07-07 08:55 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ana.von Klopp 2003-01-30 00:53:56 UTC
The servlet spec does not allow resources which were 
included (as opposed to being the first resource that 
processes the request, or a resource that was forwarded to) 
to set cookies. If such a resource attempts to set a cookie 
on the response, it is swallowed silently. 




The GUI should warn the user in case an included resource 
tries to set a cookie - this is helpful when the user is 
trying to figure out why their cookie was not set.
Comment 1 Ana.von Klopp 2003-01-30 00:55:36 UTC
The MonitorResponseWrapper already has a boolean variable 
which keeps track of this. The CookiesData object has to be 
modified also to store the value, and then some text could 
be added to the cookies pane. 
Comment 2 Martin Balin 2016-07-07 08:55:18 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss