You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2012/08/21 11:42:28 UTC

[Jackrabbit Wiki] Update of "Jsop" by JulianReschke

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The "Jsop" page has been changed by JulianReschke:
http://wiki.apache.org/jackrabbit/Jsop?action=diff&rev1=44&rev2=45

Comment:
update JSON pointer escapes

  === IETF Work on Identifier Notation ===
  Internet Draft:
  
-  * a pointer syntax for identifying objects in an object tree: http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer (note that this uses "/" as separator, and U+0053 CIRCUMFLEX ACCENT as escape character so that a "/" can be part of a name; if we used that syntax we'd still need to treat U+0053 CIRCUMFLEX ACCENT as escape character even though we would never need it to escape "/")
+  * a pointer syntax for identifying objects in an object tree: http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer (note that this uses "/" as separator and escapes "/" and "~" as "~1" and "~0")
  
  == HTTP binding ==
  It needs to be defined how JCR nodes and JCR events are mapped to HTTP URIs; this includes the name mapping, the granularity, and more.