Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368113 - Need to support servlet mapping to ""
Summary: Need to support servlet mapping to ""
Status: RESOLVED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: server (show other bugs)
Version: 8.1.0.RC0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.5.x   Edit
Assignee: Jan Bartel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-08 19:45 EST by Jan Bartel CLA
Modified: 2012-01-11 18:34 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Bartel CLA 2012-01-08 19:45:52 EST
From servlet spec 3, section 12.2:

The empty string ("") is a special URL pattern that exactly maps to the application's context root, i.e., requests of the form http://host:port/<context-
root>/. In this case the path info is ’/’ and the servlet path and context path is empty string (““).
Comment 1 Jan Bartel CLA 2012-01-11 18:34:22 EST
Fixed for 8.1.0.RC4