kwin commented on a change in pull request #291: URL: https://github.com/apache/jackrabbit-oak/pull/291#discussion_r622564087
########## File path: oak-doc/src/site/markdown/differences.md ########## @@ -316,6 +318,19 @@ Node Name Length Limit With the document storage backend (MongoDB, RDBMS), there is currently a limit of 150 UTF-8 bytes on the length of the node names. -See also OAK-2644. +See also [OAK-2644](https://issues.apache.org/jira/browse/OAK-2644). + +Session Attributes +------------------ + +Oak exposes the following attributes via [`Session.getAttribute(...)`][1] and [`Session.getAttributeNames()`][2]. Review comment: Fixed in https://github.com/apache/jackrabbit-oak/pull/291/commits/3d7a7e57c2ca1a117acc0b65c45c2f7739a966e1. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
