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 40836 - j2eeserver relies that web.xml is valid
Summary: j2eeserver relies that web.xml is valid
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-08 17:47 UTC by Milan Kuchtiak
Modified: 2005-02-21 21:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (5.32 KB, text/plain)
2004-03-08 17:48 UTC, Milan Kuchtiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2004-03-08 17:47:09 UTC
NPE is throw when mounting web module with invalid
web.xml.
Comment 1 Milan Kuchtiak 2004-03-08 17:48:08 UTC
Created attachment 13882 [details]
NPE
Comment 2 Milan Kuchtiak 2004-03-08 17:51:11 UTC
Pretty the same exception than in the issue 40765.
Comment 3 Pavel Buzek 2004-03-09 21:50:36 UTC
will fix in promo-D
Comment 4 Pavel Buzek 2005-02-21 21:36:59 UTC
When I test again there are no exceptions, this is probably fixed.


BTW: A side effect of broken web.xml is that it is recognized as an
xml DO and when you fix it it is not invalidated. This is probably not
worth fixing and I think this would need to be fixed in xml module
(when xml bacomes valid invalidate the data object so that any loaders
based on content of xml could check it ....).