You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2013/11/13 00:32:37 UTC

svn commit: r1541316 - in /jackrabbit/site/live/oak/docs: known_issues.html security/permission_eval.html

Author: tripod
Date: Tue Nov 12 23:32:36 2013
New Revision: 1541316

URL: http://svn.apache.org/r1541316
Log:
OAK-936: Site checkin for project Oak Documentation-0.11-SNAPSHOT

Modified:
    jackrabbit/site/live/oak/docs/known_issues.html
    jackrabbit/site/live/oak/docs/security/permission_eval.html

Modified: jackrabbit/site/live/oak/docs/known_issues.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/known_issues.html?rev=1541316&r1=1541315&r2=1541316&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/known_issues.html (original)
+++ jackrabbit/site/live/oak/docs/known_issues.html Tue Nov 12 23:32:36 2013
@@ -239,4 +239,219 @@
                                 
       <li>
     
-                          <a href="use_getting_started.h
\ No newline at end of file
+                          <a href="use_getting_started.html" title="Getting Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="differences.html" title="Differences to Jackrabbit 2">
+          <i class="none"></i>
+        Differences to Jackrabbit 2</a>
+            </li>
+                  
+      <li class="active">
+    
+            <a href="#"><i class="none"></i>Known Issues</a>
+          </li>
+                  
+      <li>
+    
+                          <a href="dos_and_donts.html" title="Dos and don'ts">
+          <i class="none"></i>
+        Dos and don'ts</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="when_things_go_wrong.html" title="When things go wrong">
+          <i class="none"></i>
+        When things go wrong</a>
+            </li>
+                              <li class="nav-header">Developing Oak</li>
+                                
+      <li>
+    
+                          <a href="dev_getting_started.html" title="Getting Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="participating.html" title="Participating">
+          <i class="none"></i>
+        Participating</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="apidocs/index.html" title="API docs">
+          <i class="none"></i>
+        API docs</a>
+            </li>
+                              <li class="nav-header">Links</li>
+                                
+      <li>
+    
+                          <a href="http://jackrabbit.apache.org/oak" class="externalLink" title="Apache Jackrabbit Oak">
+          <i class="none"></i>
+        Apache Jackrabbit Oak</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://jackrabbit.apache.org/" class="externalLink" title="Apache Jackrabbit">
+          <i class="none"></i>
+        Apache Jackrabbit</a>
+            </li>
+            </ul>
+                
+                    
+                
+          <hr class="divider" />
+
+           <div id="poweredBy">
+                   
+    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+
+    
+    <div class="g-plusone" data-href="http://jackrabbit.apache.org/oak-doc/" data-size="tall" ></div>
+
+                   <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <!-- Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License. --><h1>Known issues</h1>
+<p>All known issues are listed in the Apache <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK">JIRA</a>. Changes with respect to Jackrabbit-core are collected in <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-14">OAK-14</a> and its sub-tasks.</p>
+
+<ul>
+  
+<li>Locking:
+  
+<ul>
+    
+<li>Locking and unlocking of nodes is not implemented yet. You will not see an exception as long as  the <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-193">TODO</a>-flag prevents the implementation from  throwing UnsupportedOperationException, but the node <i>will not</i> be locked.  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-150">OAK-150</a></li>
+  </ul></li>
+</ul>
+
+<ul>
+  
+<li>Versioning <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-168">OAK-168</a>:
+  
+<ul>
+    
+<li><tt>VersionHistory#removeVersion()</tt> is not implemented yet</li>
+    
+<li><tt>VersionManager#merge()</tt> is not implemented yet</li>
+    
+<li><tt>VersionManager#restore()</tt> with version-array is not implemented yet</li>
+    
+<li>Activities are not implemented</li>
+    
+<li>Configurations are not implemented</li>
+  </ul></li>
+</ul>
+
+<ul>
+  
+<li>Query:
+  
+<ul>
+    
+<li>Known issue with OR statements in full text queries  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-902">OAK-902</a></li>
+  </ul></li>
+</ul>
+
+<ul>
+  
+<li>Workspace Operations:
+  
+<ul>
+    
+<li>Cross workspace operations are not implemented yet  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-916">OAK-916</a></li>
+    
+<li>Workspace Management (creating/deleting workspaces) is not implemented yet  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-916">OAK-916</a></li>
+    
+<li><tt>Workspace#copy()</tt> is not properly implemented  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-917">OAK-917</a> and sub tasks
+    
+<ul>
+      
+<li>copy of versionable nodes does not create new version history  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-918">OAK-918</a></li>
+      
+<li>copy of locked nodes does not remove the lock  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-919">OAK-919</a></li>
+      
+<li>copy of trees with limited read access  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-920">OAK-920</a></li>
+    </ul></li>
+  </ul></li>
+</ul>
+
+<ul>
+  
+<li>Access Control Management and Permissions:
+  
+<ul>
+    
+<li>Move operations are not properly handled wrt. permissions  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-710">OAK-710</a></li>
+  </ul></li>
+</ul>
+
+<ul>
+  
+<li>User Management:
+  
+<ul>
+    
+<li>Group membership stored in tree structure is not yet implemented  See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-482">OAK-482</a></li>
+  </ul></li>
+</ul>
+<p>In some cases Oak throws Runtime exceptions instead of a properly typed exception. We are working on correcting this. Please do not work around this by adapting catch clauses in your application.</p>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+              <div class="row span12">Copyright &copy;                    2012-2013
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                    
+      </div>
+
+        
+        
+          
+    
+    
+    <div id="ohloh" class="pull-right">
+      <script type="text/javascript" src="http://www.ohloh.net/p/jackrabbit-oak/widgets/project_users_logo.js"></script>
+    </div>
+        </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Modified: jackrabbit/site/live/oak/docs/security/permission_eval.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/permission_eval.html?rev=1541316&r1=1541315&r2=1541316&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/permission_eval.html (original)
+++ jackrabbit/site/live/oak/docs/security/permission_eval.html Tue Nov 12 23:32:36 2013
@@ -334,7 +334,20 @@
                 
         <div id="bodyColumn"  class="span9" >
                                   
-            <h1>The Oak Security Layer</h1>
+            <!-- Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License. --><h1>The Oak Security Layer</h1>
 <div class="section">
 <h2>Internals of Permission Evaluation<a name="Internals_of_Permission_Evaluation"></a></h2>
 <div class="section">