personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

Put request via Engine Library to create a new file always fails with 412 #119

Open shimono opened 5 years ago

shimono commented 5 years ago

With the fix applied to the core 1.7.20 https://github.com/personium/personium-core/issues/483

Put request via Engine Library to create a new file will always fail.

We also need to modify engine, more specifically around the following part. https://github.com/personium/personium-engine/blob/develop/src/main/resources/js-lib/personium-dao.js#L635