dasch-swiss/sipi

The permission returned by Lua function pre_flight is not valid: restrict:size=!128,128

benjamingeer opened this issue · 3 comments

With the current develop version of Sipi, one of the Knora-Sipi integration tests fails with this error:

Sipi Error at [/sipi/src/SipiHttpServer.cpp: 281]: The permission returned by Lua function pre_flight is not valid: restrict:size=!128,128

Has the format of the return value of pre_flight changed?

I'll have a look at it!

Has this been fixed?

Yes. The format for the return value of the pre_flight script changed. The fix was added here.