You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for the Java connector schema for elFinder, it's a nice work to start with.
We're having some problems with the 'AbstractConnectorServlet' implementation, due to the class scope 'json' variable being used over multiple petitions.
This can be easily tested with the 'reload' command on elFinder (2.0-rc1), because it triggers an 'open' and 'parent' command in parallel while most of the commands are sequential. Don't know if this could be a bug but, however, the problem will also exist on concurrent environments.
To solve this we just have to provide the command's json output object when writing the result.
HI,
First thanks for the Java connector schema for elFinder, it's a nice work to start with.
We're having some problems with the 'AbstractConnectorServlet' implementation, due to the class scope 'json' variable being used over multiple petitions.
This can be easily tested with the 'reload' command on elFinder (2.0-rc1), because it triggers an 'open' and 'parent' command in parallel while most of the commands are sequential. Don't know if this could be a bug but, however, the problem will also exist on concurrent environments.
To solve this we just have to provide the command's json output object when writing the result.
After creating
The text was updated successfully, but these errors were encountered: