Description
FilterDetails, ServletDetails and other interfaces have sorely under-documented attributes, like urlPatterns. Their semantics are related to the servlet spec, but that connection is not explicitly stated and, worse, validity of attribute values is not checked at all.
Thoroughly document each attribute, including links to their semantics and allowed value formats, as most of them are plain Strings.
Also make sure values are checked during build-time – either by turning interfaces into abstract classes with a Value.Check annotation, or by ditching immutables.org completely.
Attachments
Issue Links
| # | Subject | Branch | Project | Status | CR | V |
|---|---|---|---|---|---|---|
| 102499,32 | Document and validate web-api constructs | master | aaa | Status: MERGED | +2 | +1 |
| 102538,8 | Document web-api constructs code | master | aaa | Status: ABANDONED | -1 | -1 |
| 102551,1 | Fix netconf WebInitializer url patterns | master | netconf | Status: ABANDONED | 0 | 0 |
| 102552,3 | Fix netconf WebInitializer url patterns | master | netconf | Status: MERGED | +2 | +1 |