personium / personium-engine

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

Wrong class name #43

Closed dixonsiu closed 6 years ago

dixonsiu commented 6 years ago

Latest implementation requires to start with "Packages". Japanese explanation here.

Similar issues

To be fixed (Packages.io.personium.xxx) this time.

  1. 'var acl = new io.personium.client.Acl();'
  2. 'var ace = new io.personium.client.Ace();'

Others

To be fixed by @SawamiWataru (Packages.io.personium.engine.PersoniumEngineException)

  1. 'new io.personium.engine.wrapper._pInputStream(request['input'].stream());'
  2. 'new io.personium.engine.wrapper._pJSONObject();'
  3. 'new io.personium.engine.adapter._pRequestBodyStream(request['input'].stream());'
  4. 'if (e.message !== "io.personium.engine._pEngineException: 404 Not Found")'