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 112006 - Raw html in message
Summary: Raw html in message
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
: 114506 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-05 22:20 UTC by _ tboudreau
Modified: 2007-09-04 18:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (57.31 KB, image/tiff)
2007-08-05 22:20 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2007-08-05 22:20:12 UTC
on server startup fail.  See attached screen shot.
Comment 1 _ tboudreau 2007-08-05 22:20:32 UTC
Created attachment 46171 [details]
screen shot
Comment 2 Vince Kraemer 2007-08-15 21:53:56 UTC
should be pretty easy to resolve.
Comment 3 Vince Kraemer 2007-08-22 21:52:56 UTC
The main text of this message comes from the server...

I haven't been able to reproduce this issue...

The only thing I can think that would do this is if the text that we get from the server has an embedded end-html markup
in it.

I will add code to strip it out and then close this. 

If you reopen this please provide step by step instructions on what you did to produce your result.
Comment 5 Vince Kraemer 2007-08-23 00:49:58 UTC
I was able to generate output that matched the filer's... even after implementing the change... It looks like a new line
in the string that is being embedded into the text for the label is messing up the label's renderer...

Stripping new-lines from message before embedding it should help.
Comment 6 _ tboudreau 2007-08-23 08:08:08 UTC
You could probably just check the msg from the server for <html> and if so insert your own <html> at the beginning of the error string and it should work
Comment 8 Vince Kraemer 2007-09-04 18:10:30 UTC
*** Issue 114506 has been marked as a duplicate of this issue. ***