Open toukovk opened 11 years ago
JSONDTOPlugin.body field contains the request body to be parsed.
If I have understood right, JSONDTOPlugin instance is shared between different threads.
It it is so, this is potentially thread-unsafe and body should probably be stored with a ThreadLocal?
Oh, seems I already answered on #1.
JSONDTOPlugin.body field contains the request body to be parsed.
If I have understood right, JSONDTOPlugin instance is shared between different threads.
It it is so, this is potentially thread-unsafe and body should probably be stored with a ThreadLocal?