Bug 305066 - Servlets should not be disabled by default
Summary: Servlets should not be disabled by default
Status: RESOLVED FIXED
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Carl Anderson CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 418957 419804
  Show dependency tree
 
Reported: 2010-03-08 16:39 EST by Carl Anderson CLA
Modified: 2013-10-18 01:36 EDT (History)
0 users

See Also:


Attachments
Set the default to true (884 bytes, patch)
2010-03-08 16:42 EST, Carl Anderson CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Anderson CLA 2010-03-08 16:39:34 EST
In the model regeneration for Java EE 6, the default for the new <enabled> attribute for servlets is false.  That means that any servlet created will not be available on the server - see section 8.2.2 of the Servlet 3.0 specification.  That is bad - we need the default to be enabled, not disabled.
Comment 1 Carl Anderson CLA 2010-03-08 16:42:26 EST
Created attachment 161364 [details]
Set the default to true
Comment 2 Carl Anderson CLA 2010-03-08 16:42:47 EST
Committed to HEAD for WTP 3.2 M6