Bug 393506 - Consider to programmatically add the servlet mapping for entry points
Summary: Consider to programmatically add the servlet mapping for entry points
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-04 09:19 EST by Rüdiger Herrmann CLA
Modified: 2012-11-04 09:19 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rüdiger Herrmann CLA 2012-11-04 09:19:16 EST
For a registred entry point to be accessible it must have a matching servlet-mapping. For RWT standalone users, this requires to manually maintain the servlet-mapping in the web.xml to match the registered entry point paths.
RWT could automatically maintain the servlet mapping whenever an entry point is registered.
This would require javax.servlet version 3.0 however.