- 72ad1f0 What to do if response status code isn't set by mhadley · 17 years ago
- 15f53ac What to do if an exception mapper throws an exception by mhadley · 17 years ago
- 580c0b9 Added section labels by mhadley · 17 years ago
- 69ce057 Reordered changelist to match order of spec. by mhadley · 17 years ago
- a3a7580 Restrict use of FormParam to resource methods by mhadley · 17 years ago
- 182260c Acknowledgements by mhadley · 17 years ago
- 4db6c3c Added new appendix listing supported HTTP headers. by mhadley · 17 years ago
- 5ea6bb2 Add FormParam to annotation summary. Fix spec and javadoc to reflect use of Encoded annotation with FormParam. by mhadley · 17 years ago
- 54ae83d Rework UriBuilder for single mode that always encodes. Annotation values now automatically encoded preserving any pct-encoded values within them. by mhadley · 17 years ago
- 1b4782c Add support for template variable regexs. Remove Path.limited property. by mhadley · 17 years ago
- 9532c21 Rework example to improve clarity by mhadley · 17 years ago
- 59c4ee0 Remove URI-based conneg feature and associated APIs by mhadley · 17 years ago
- fa40226 What to do if a resource method throws an Error or other Throwable by mhadley · 17 years ago
- ac277ef Renamed ApplicationConfig to Application by mhadley · 17 years ago
- fe0b0d8 Renamed @ConsumeMime and @ProduceMime to @Consumes and @Produces respectively by mhadley · 17 years ago
- 7c49c5f Simplified context resolver stuff to only use @ProduceMime for declaring media type capabilities. Changed Providers.getContext to Provider.getContextResolver for consistency with other methods. by mhadley · 17 years ago
- 866b312 Morphed MessageBodyWorkers into Providers. Added support for specifying media type capabilities on context providers. Removed requirement to support injection of context resolvers, now acessed via injected Providers. by mhadley · 17 years ago
- 98c82fc Added requirement to use JAF when no entity provider found. Updated changelog. by mhadley · 17 years ago
- a09be39 URI normalized prior to matching. by mhadley · 17 years ago
- 1a4a114 Fixed double full stop by mhadley · 17 years ago
- 92a0948 Resolve issue 40 - implementations should warn when choice of constructor is ambiguous. by mhadley · 17 years ago
- 4b4ca4c Fix issue 41: switch from text/* to */* for standard String provider. by mhadley · 17 years ago
- 9e0d50a Adjust description of sorting for consistency, fix template var regexp. by mhadley · 17 years ago
- 630a492 Fix examples by mhadley · 17 years ago
- f699aed Added FormParam by mhadley · 17 years ago
- df71031 Fix regexps to prevent a path parameter matching multiple path segments except when Path.limited=false by mhadley · 17 years ago
- c711453 Added stuff related to GenericEntity and how to determine raw and generic types from return type and returned instance. Added acknowledgment for TypeLiteral code. Updated change log. by mhadley · 17 years ago
- e7d046f Editorial fixes by mhadley · 17 years ago
- 4f00370 UriInfo and HttpHeaders return data after URI conneg preprocessing by mhadley · 17 years ago
- 82ab49e Path parameters must match at least one character by mhadley · 17 years ago
- 850a13d Updates to address comments from Sean Landis by mhadley · 17 years ago
- e48f6ff Reworked matching algorithm for clarity, switched back to editors draft furniture, added change log by mhadley · 17 years ago
- 5ce5e28 Reworked matching algorithm for clarity, switched back to editors draft furniture, added change log by mhadley · 17 years ago
- e8e5f34 Added missing comma by mhadley · 17 years ago
- fbb55fc Fixed year by mhadley · 17 years ago
- cac08a4 Updates for public review draft by mhadley · 17 years ago
- f263c95 Fixed property name by mhadley · 17 years ago
- e014e92 Editorial fixes by mhadley · 17 years ago
- 8053ff0 Refer to field and property section for more complete description by mhadley · 17 years ago
- bbd0556 Switched algorithm for URI-based conneg, assorted formatting fixes by mhadley · 17 years ago
- 3c41811 Runtime generates exceptions subject to exception mpping providers rather than simply returning a specific response directly by mhadley · 17 years ago
- 8b83256 Specify behavior when an exception occurs during field, property or parameter value construction. by mhadley · 17 years ago
- ff3adad Response is a class, not an interface by mhadley · 17 years ago
- 8c2dbb0 Added examples for URI-based conneg, switched to requiring preprocessed header values in HttpHeaders methods pending discussion by EG. by mhadley · 17 years ago
- ba43012 Couple of editorial fixes. by mhadley · 17 years ago
- 33dff35 Throwing WebApplicationException from message body reader and writers by mhadley · 17 years ago
- e7c7b24 Rework ednote into non-normative section by mhadley · 17 years ago
- 429bafb Only wrap exceptions that can't be thrown directly. by mhadley · 17 years ago
- c858e25 Updated exception handling by mhadley · 17 years ago
- 5c20d46 Context available to *root* resource classes by mhadley · 17 years ago
- 2939e20 Add explicit requirement for dynamic sub-resource locator support by mhadley · 17 years ago
- 089f363 Added @*Param on fields and bean setters. Rearranged some text, fixed some bugs. by mhadley · 17 years ago
- 5d711a8 Added brief mention of @Encoded by mhadley · 17 years ago
- abe5225 Add support for List, Set and SortedSet by applying DRY principle to spec. by mhadley · 17 years ago
- 51bc804 Method renamed by mhadley · 17 years ago
- 9c3ddfa Fixed typos by mhadley · 17 years ago
- 21153f6 Added PathSegment as a type for @ParamParam by mhadley · 17 years ago
- 211c51f Clarified expectations wrt UriInfo and HttpHeaders following preprocessing by mhadley · 17 years ago
- 8f7da72 Added request preprocessing to support URI-bsed conneg by mhadley · 17 years ago
- c6f5669 Added StreamingOutput to the list of required msg body writers by mhadley · 17 years ago
- eb46124 Only public constructors considered by mhadley · 17 years ago
- 779022b What to do when you don't find a suitable message body reader or writer by mhadley · 17 years ago
- f7b6501 Clarrified annotation inheritance. by mhadley · 17 years ago
- 6060d49 Clarified lifecycle requirements for resources and providers by mhadley · 17 years ago
- b5b024a Added sort key so that a matching sub-resource method will be chosen ahead of a sub-resource locator by mhadley · 17 years ago
- 804221c Editorial fix by mhadley · 17 years ago
- 6940f36 Added support for Reader, specified default charset of UTF-8. by mhadley · 17 years ago
- 0aa31ff Added a brief paragraph on pacakging in a .war. by mhadley · 17 years ago
- 2c40a37 Unify terminology: matching group -> capturing group, be specific when its the value of the capturing group rather than the group itself. by mhadley · 17 years ago
- 93e51a1 Clarified a few of the matching rules. by mhadley · 17 years ago
- 16e2ead Reworked to better describe requirements on supported endpoint types. by mhadley · 17 years ago
- 42e13a5 Straw man chapter describing application configuration - details liable to change by mhadley · 17 years ago
- aa5ce69 Updates to include new injectables MessageBodyWorkers and ContextResolver by mhadley · 17 years ago
- 81f6739 Updates and corrections from Stephan Koops by mhadley · 17 years ago
- 77b52f8 Force a space. by mhadley · 17 years ago
- 5bb40d4 Fix typo by mhadley · 17 years ago
- 9fd5b36 Only public methods can be resource methods. by mhadley · 17 years ago
- 440c056 Added annotation inheritance rules. by mhadley · 17 years ago
- b105cbc Clarified sorting. by mhadley · 17 years ago
- ed14d77 Added @CookieParam by mhadley · 17 years ago
- a9d2080 Added SecurityContext where appropriate by mhadley · 17 years ago
- 0fd8bcb Null return value mapped to 204 status code by mhadley · 17 years ago
- b094c19 Switched 202 to 200 status - a typo in the original. by mhadley · 17 years ago
- 794b278 Added Context injection for providers. by mhadley · 17 years ago
- b9d8c1f Updated to include RuntimeDelegate.setInstance by mhadley · 17 years ago
- b9c7471 Rename @HttpContext to @Context by mhadley · 17 years ago
- cade99f Be more explicit on resource matching ordering and environment considerations for Servlet-based impls. by mhadley · 17 years ago
- e7c5452 Added annotation summary by mhadley · 17 years ago
- 71e823a Added algorithm for picking response media type by mhadley · 17 years ago
- 27e8992 Fixed a couple of typos by mhadley · 17 years ago
- 1aa16ce resource class method -> resource method by mhadley · 17 years ago
- aa06d44 Fixed a couple of typos by mhadley · 17 years ago
- b8c50e9 Initial spec for RuntimeDelegate, needs expanding. by mhadley · 17 years ago
- 0c2b78a Updated spec to reflect recent API changes and to clarrify/fix resource matching algorithm. Still need to expand/add text on response building, conneg support and other recent additions. by mhadley · 17 years ago
- 0756b3d Fixes for issue 24 by mhadley · 17 years ago
- f4baa57 Fixes for issue 23 by mhadley · 17 years ago
- b7770a0 Changes for early draft review by mhadley · 17 years ago
- 9319c12 Switched sort keys so more explicit templates win by mhadley · 17 years ago
- 9cec1cc Added status section by mhadley · 17 years ago
- 5cbccd3 Added EG member list by mhadley · 17 years ago