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