Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.13.0
-
None
Description
Currently in unsecured case, the doAs is performed by decorating TProcessor.process method. This has been causing cleanup issues as we end up creating a new clientUgi for each request rather than for each session. This also cleans up the code.
thejas Probably you can add more if you've seen other issues related to this.