mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
[Bug 370368] resolve stack overflow in mongo db session manager
This commit is contained in:
parent
228ff32ab0
commit
0bb53d84e4
@ -421,7 +421,7 @@ public class MongoSessionManager extends NoSqlSessionManager
|
||||
o = null;
|
||||
break;
|
||||
}
|
||||
o.append(encodeName(entry.getKey().toString()),encodeName(out,bout,value));
|
||||
o.append(encodeName(entry.getKey().toString()),encodeName(out,bout,entry.getValue()));
|
||||
}
|
||||
|
||||
if (o != null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user