This is an automated email from the ASF dual-hosted git repository.
smckinney pushed a commit to branch FC-265
in repository https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
The following commit(s) were added to refs/heads/FC-265 by this push:
new 72c9600 add a switch to turn on / off arbac02 checks.
72c9600 is described below
commit 72c9600c394818679e3cd808d9c1ef7afe7455e5
Author: Shawn McKinney <smckinney@apache.org>
AuthorDate: Fri Mar 15 18:45:44 2019 -0500
add a switch to turn on / off arbac02 checks.
---
src/main/java/org/apache/directory/fortress/rest/SecUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/directory/fortress/rest/SecUtils.java b/src/main/java/org/apache/directory/fortress/rest/SecUtils.java
index 6c69925..3172ba6 100644
--- a/src/main/java/org/apache/directory/fortress/rest/SecUtils.java
+++ b/src/main/java/org/apache/directory/fortress/rest/SecUtils.java
@@ -59,7 +59,7 @@ public class SecUtils
*
* @param fortRequest Used to carry the session and other data.
* @param httpRequest Used to get the security principal.
- * @return Response containing the RBAC session object.
+ * @return Response containing the RBAC session object if found or error, otherwise (not
arbac02 not enabled) return NULL value.
*/
static FortResponse initializeSession(FortRequest fortRequest, HttpServletRequest httpRequest)
{
|