fixed bug that broke user.cache.
This commit is contained in:
parent
be10ec1afc
commit
37a50b548f
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ public class ESUser extends ESNode {
|
|||
else
|
||||
return new ESString (user.getSessionID ());
|
||||
}
|
||||
if ("cache".equals (propname))
|
||||
return cacheWrapper;
|
||||
return super.getProperty (propname, hash);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue