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 14439 - Wrong content type of error page generated by internal http server.
Summary: Wrong content type of error page generated by internal http server.
Status: CLOSED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: -FFJ-
Hardware: PC All
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks: 14441
  Show dependency tree
 
Reported: 2001-08-15 13:24 UTC by Marek Fukala
Modified: 2003-07-01 09:34 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 Marek Fukala 2001-08-15 13:24:42 UTC
[pilsen fcs rc4]
If you try to access the internal http server from an IP address which is not
allowed then IDE displays a dialog to allow access from this IP address. If you
press No button to refuse the access then a page with an error message is send
to the user which tries to access server. But the page has wrong content type so
it is displayed in browser incorrectly - as a text.
Comment 1 _ rkubacki 2001-09-12 09:44:15 UTC
The content-type is missing in the response generated by tomcat.
That's not in our module so we are not going to fix this. The
important fact is that the server sends code 403 Forbidden which is
correct in such case.
Comment 2 Quality Engineering 2003-07-01 09:33:49 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-07-01 09:34:46 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.