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 65368 - Multiple word phrases saved in a cookie are quoted when returned
Summary: Multiple word phrases saved in a cookie are quoted when returned
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 16:03 UTC by pcgoober
Modified: 2005-10-04 18:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pcgoober 2005-09-29 16:03:39 UTC
Multiple word phrases (like Online Query) saved in a cookie are quoted when
retrieved. See example below ...

Enter:
  Online Query

Click Submit. Submit saves the value in a cookie to be later used in search.

Return to search page which will fetch cookie value and place in appropriate
input box. The value is now displayed as:

"Online Query" 

Granted that this is the integrated version of Tomcat in Netbeans but I wanted
to report this here as well as with Netbeans.

Using JSDK 1.4.2_08

Thanks
Comment 1 pcgoober 2005-09-29 16:08:57 UTC
lol ... disregard "Granted that this is the integrated version of Tomcat in
Netbeans but I wanted to report this here as well as with Netbeans."

I entered the same bug report for 5.5.7 over at ASF before posting this one. I
never did find anything at ASF that addresses this issue with saved cookies.
Comment 2 Sherold Dev 2005-10-04 14:57:01 UTC
As far as I can tell this not a NetBeans issue, closing as INVALID.
Comment 3 pcgoober 2005-10-04 16:14:28 UTC
This has to do with the integrated Tomcat in Netbeans so it does involve
Netbeans. I doubt that current versions of Tomcat behave in this manner and if
they did then I am sure ASF patched them, which should prompt you to issue a fix
for the integrated tomcat packaged with Netbeans 4.1.
Comment 4 Sherold Dev 2005-10-04 18:01:25 UTC
-> WONTFIX, please do not reopen this issue again

The described issue is in Tomcat server itself and NetBeans have nothing to do
with it directly. If we followed your approach, any bug filed against Tomcat
could be also filed against NetBeans, which does not make much sense. Besides,
there is already an issue 62796, which request upgrading Tomcat to 5.5.9.

Btw, the latest builds already come with Tomcat 5.5.9, so if its fixed in Tomcat
it should be no problem anymore.
Comment 5 pcgoober 2005-10-04 18:09:19 UTC
Your last comment would have been better as your first since it actually states
the problem has a remedy and how to go about applying that remedy. Thanks for
the info, I will not reopen the issue.