1. 2ce2e77 Updated acknowledgements by mhadley · 17 years ago
  2. 1c54d11 Fix method name by mhadley · 17 years ago
  3. 8b94933 Changes in preparation for 1.0 FCS by mhadley · 17 years ago
  4. 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
  5. a4ba54c Added section label. by mhadley · 17 years ago
  6. 6dcdec7 GenericEntity can now be created directly by mhadley · 17 years ago
  7. a86ac21 Add a brief section on validation. by mhadley · 17 years ago
  8. 8bc18cc Add latest changes to spec log by mhadley · 17 years ago
  9. 0cc42b6 Additional sort criteria so that templates with explicit regexs are sorted ahead of those with the default. by mhadley · 17 years ago
  10. 0e92c48 q-values not used in @Produces or @Consumes. by mhadley · 17 years ago
  11. 612cbc1 Editorial fixes (no functional change) by mhadley · 17 years ago
  12. 1ab4f3a Update changelog by mhadley · 17 years ago
  13. 2f7eaec Clarify that an implementation can supply its own RuntimeDelegate API class by mhadley · 17 years ago
  14. 8d1a8d1 q-values in Produces or Consumes not used in matching by mhadley · 17 years ago
  15. 5f5271b Changes re FormParam not supported on fields and properties. by mhadley · 17 years ago
  16. c68ffe8 Add expires to list of directly supported headers. by mhadley · 17 years ago
  17. 0a28c11 Future changes will be in version 0.11 by mhadley · 17 years ago
  18. b5cec3a PFD boilerplate changes by mhadley · 17 years ago
  19. 72ad1f0 What to do if response status code isn't set by mhadley · 17 years ago
  20. 15f53ac What to do if an exception mapper throws an exception by mhadley · 17 years ago
  21. 580c0b9 Added section labels by mhadley · 17 years ago
  22. 69ce057 Reordered changelist to match order of spec. by mhadley · 17 years ago
  23. a3a7580 Restrict use of FormParam to resource methods by mhadley · 17 years ago
  24. 182260c Acknowledgements by mhadley · 17 years ago
  25. 4db6c3c Added new appendix listing supported HTTP headers. by mhadley · 17 years ago
  26. 5ea6bb2 Add FormParam to annotation summary. Fix spec and javadoc to reflect use of Encoded annotation with FormParam. by mhadley · 17 years ago
  27. 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
  28. 1b4782c Add support for template variable regexs. Remove Path.limited property. by mhadley · 17 years ago
  29. 9532c21 Rework example to improve clarity by mhadley · 17 years ago
  30. 59c4ee0 Remove URI-based conneg feature and associated APIs by mhadley · 17 years ago
  31. fa40226 What to do if a resource method throws an Error or other Throwable by mhadley · 17 years ago
  32. ac277ef Renamed ApplicationConfig to Application by mhadley · 17 years ago
  33. fe0b0d8 Renamed @ConsumeMime and @ProduceMime to @Consumes and @Produces respectively by mhadley · 17 years ago
  34. 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
  35. 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
  36. 98c82fc Added requirement to use JAF when no entity provider found. Updated changelog. by mhadley · 17 years ago
  37. a09be39 URI normalized prior to matching. by mhadley · 17 years ago
  38. 1a4a114 Fixed double full stop by mhadley · 17 years ago
  39. 92a0948 Resolve issue 40 - implementations should warn when choice of constructor is ambiguous. by mhadley · 17 years ago
  40. 4b4ca4c Fix issue 41: switch from text/* to */* for standard String provider. by mhadley · 17 years ago
  41. 9e0d50a Adjust description of sorting for consistency, fix template var regexp. by mhadley · 17 years ago
  42. 630a492 Fix examples by mhadley · 17 years ago
  43. f699aed Added FormParam by mhadley · 17 years ago
  44. df71031 Fix regexps to prevent a path parameter matching multiple path segments except when Path.limited=false by mhadley · 17 years ago
  45. 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
  46. e7d046f Editorial fixes by mhadley · 17 years ago
  47. 4f00370 UriInfo and HttpHeaders return data after URI conneg preprocessing by mhadley · 17 years ago
  48. 82ab49e Path parameters must match at least one character by mhadley · 17 years ago
  49. 850a13d Updates to address comments from Sean Landis by mhadley · 17 years ago
  50. e48f6ff Reworked matching algorithm for clarity, switched back to editors draft furniture, added change log by mhadley · 17 years ago
  51. 5ce5e28 Reworked matching algorithm for clarity, switched back to editors draft furniture, added change log by mhadley · 17 years ago
  52. e8e5f34 Added missing comma by mhadley · 17 years ago
  53. fbb55fc Fixed year by mhadley · 17 years ago
  54. cac08a4 Updates for public review draft by mhadley · 17 years ago
  55. f263c95 Fixed property name by mhadley · 17 years ago
  56. e014e92 Editorial fixes by mhadley · 17 years ago
  57. 8053ff0 Refer to field and property section for more complete description by mhadley · 17 years ago
  58. bbd0556 Switched algorithm for URI-based conneg, assorted formatting fixes by mhadley · 17 years ago
  59. 3c41811 Runtime generates exceptions subject to exception mpping providers rather than simply returning a specific response directly by mhadley · 17 years ago
  60. 8b83256 Specify behavior when an exception occurs during field, property or parameter value construction. by mhadley · 17 years ago
  61. ff3adad Response is a class, not an interface by mhadley · 17 years ago
  62. 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
  63. ba43012 Couple of editorial fixes. by mhadley · 17 years ago
  64. 33dff35 Throwing WebApplicationException from message body reader and writers by mhadley · 17 years ago
  65. e7c7b24 Rework ednote into non-normative section by mhadley · 17 years ago
  66. 429bafb Only wrap exceptions that can't be thrown directly. by mhadley · 17 years ago
  67. c858e25 Updated exception handling by mhadley · 17 years ago
  68. 5c20d46 Context available to *root* resource classes by mhadley · 17 years ago
  69. 2939e20 Add explicit requirement for dynamic sub-resource locator support by mhadley · 17 years ago
  70. 089f363 Added @*Param on fields and bean setters. Rearranged some text, fixed some bugs. by mhadley · 17 years ago
  71. 5d711a8 Added brief mention of @Encoded by mhadley · 17 years ago
  72. abe5225 Add support for List, Set and SortedSet by applying DRY principle to spec. by mhadley · 17 years ago
  73. 51bc804 Method renamed by mhadley · 17 years ago
  74. 9c3ddfa Fixed typos by mhadley · 17 years ago
  75. 21153f6 Added PathSegment as a type for @ParamParam by mhadley · 17 years ago
  76. 211c51f Clarified expectations wrt UriInfo and HttpHeaders following preprocessing by mhadley · 17 years ago
  77. 8f7da72 Added request preprocessing to support URI-bsed conneg by mhadley · 17 years ago
  78. c6f5669 Added StreamingOutput to the list of required msg body writers by mhadley · 17 years ago
  79. eb46124 Only public constructors considered by mhadley · 17 years ago
  80. 779022b What to do when you don't find a suitable message body reader or writer by mhadley · 17 years ago
  81. f7b6501 Clarrified annotation inheritance. by mhadley · 17 years ago
  82. 6060d49 Clarified lifecycle requirements for resources and providers by mhadley · 17 years ago
  83. 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
  84. 804221c Editorial fix by mhadley · 17 years ago
  85. 6940f36 Added support for Reader, specified default charset of UTF-8. by mhadley · 17 years ago
  86. 0aa31ff Added a brief paragraph on pacakging in a .war. by mhadley · 17 years ago
  87. 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
  88. 93e51a1 Clarified a few of the matching rules. by mhadley · 17 years ago
  89. 16e2ead Reworked to better describe requirements on supported endpoint types. by mhadley · 17 years ago
  90. 42e13a5 Straw man chapter describing application configuration - details liable to change by mhadley · 17 years ago
  91. aa5ce69 Updates to include new injectables MessageBodyWorkers and ContextResolver by mhadley · 17 years ago
  92. 81f6739 Updates and corrections from Stephan Koops by mhadley · 17 years ago
  93. 77b52f8 Force a space. by mhadley · 17 years ago
  94. 5bb40d4 Fix typo by mhadley · 17 years ago
  95. 9fd5b36 Only public methods can be resource methods. by mhadley · 17 years ago
  96. 440c056 Added annotation inheritance rules. by mhadley · 17 years ago
  97. b105cbc Clarified sorting. by mhadley · 17 years ago
  98. ed14d77 Added @CookieParam by mhadley · 17 years ago
  99. a9d2080 Added SecurityContext where appropriate by mhadley · 17 years ago
  100. 0fd8bcb Null return value mapped to 204 status code by mhadley · 17 years ago