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 8548 - The JSP request parameters property editor should check entered text better.
Summary: The JSP request parameters property editor should check entered text better.
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P4 minor (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-24 09:50 UTC by Marek Fukala
Modified: 2016-07-07 08:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
~/.netbeans/5.0/var/log/messages.log (260.92 KB, text/plain)
2006-02-09 11:01 UTC, _ proxity
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2000-11-24 09:50:58 UTC
If you try to change the request parameters property of a JSP page by the
property editor (Expert/Request Parameters) the string property editor appear.
If you enter a r.p. and press OK everything works fine. But user is allowed to
put more that one line into textarea. If s/he do it the the JSP execution
behaves little strange mainly if you use the external browser. If user put for
example following:
par1=val1&
par2=
www.seznam.cz

into textarea and then execute the JSP file in internal browser the URL is
wrongly displayed and if s/he used external browser the special browser window
is opened of each line from entered text.
Comment 1 Milan Kuchtiak 2001-06-29 13:30:32 UTC
<CR> and <LF> characters are removed from RequestParameter string
Comment 2 Marek Fukala 2001-07-16 10:45:16 UTC
In my opinion the editor shouldn't be of the TextArea type but of the
TextField type - current implementation seems for me to be confusing
for users.
Comment 3 Milan Kuchtiak 2001-07-16 14:53:53 UTC
IMO - the textfield could be too poor for inserting more reqest-
parameters. I suggest to create a specific customizer (custom 
property editor) for setting request parameters in the table form

param_name, param_value

param_1      value_1
param_2      value_2
...
param_n      value_n

to the future release
Comment 4 Milan Kuchtiak 2001-10-12 15:27:39 UTC
Specialized custom property editor should be prepared for request 
params. This editor could be similar than custom editor for 
Deployment Descriptor context-params. 
This would be quite easy to provide if all those infrastructure for 
table oriented editors will be in open source. 
Comment 5 Quality Engineering 2003-07-02 08:24:43 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.

Comment 6 Quality Engineering 2003-07-02 08:30:41 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 7 Jan Chalupa 2003-10-30 12:06:18 UTC
A mistakenly closed RESOLVED LATER/REMIND issue. Reopening.
Comment 8 Milan Kuchtiak 2005-02-24 08:59:08 UTC
The enhancement is irrelevant now since there is no UI for JSP request
parameters.
Fixed by changing UI.
Comment 9 Milan Kuchtiak 2005-02-24 10:39:41 UTC
I am reopening the enhancement because the request parameters property
is still there. Sorrt I didn't realize that.
Comment 10 _ proxity 2006-02-09 11:01:10 UTC
Created attachment 28811 [details]
~/.netbeans/5.0/var/log/messages.log
Comment 11 Martin Balin 2016-07-07 08:53:37 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