- 2ce2e77 Updated acknowledgements by mhadley · 17 years ago
- 1c54d11 Fix method name by mhadley · 17 years ago
- 8b94933 Changes in preparation for 1.0 FCS by mhadley · 17 years ago
- e301b5c Fix for issue 49. Update section 4.2.2 to refer to section 3.8 rather than restating it (badly). Change the error status code at the end of section 4.2.2 from 406 to 500 - 406 is thrown by section 3.8 when applicable, section 4.2.2 throws a 500 if it can't find a writer to serialize the entity in the selected media type, this is a server application error, not a client error. Added an item to section 3.8 to explicitly recognize that the media type can be set directly in a Response instance. by mhadley · 17 years ago
- a4ba54c Added section label. by mhadley · 17 years ago
- 6dcdec7 GenericEntity can now be created directly by mhadley · 17 years ago
- a86ac21 Add a brief section on validation. by mhadley · 17 years ago
- 8bc18cc Add latest changes to spec log by mhadley · 17 years ago
- 0cc42b6 Additional sort criteria so that templates with explicit regexs are sorted ahead of those with the default. by mhadley · 17 years ago
- 0e92c48 q-values not used in @Produces or @Consumes. by mhadley · 17 years ago
- 612cbc1 Editorial fixes (no functional change) by mhadley · 17 years ago
- 1ab4f3a Update changelog by mhadley · 17 years ago
- 2f7eaec Clarify that an implementation can supply its own RuntimeDelegate API class by mhadley · 17 years ago
- 8d1a8d1 q-values in Produces or Consumes not used in matching by mhadley · 17 years ago
- 5f5271b Changes re FormParam not supported on fields and properties. by mhadley · 17 years ago
- c68ffe8 Add expires to list of directly supported headers. by mhadley · 17 years ago
- 0a28c11 Future changes will be in version 0.11 by mhadley · 17 years ago
- b5cec3a PFD boilerplate changes by mhadley · 17 years ago
- 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