teltek / matterhorn-modules

Matterhorn modules by Teltek Video Research
2 stars 3 forks source link

Problem with empty commands.allowed #11

Open rubenrua opened 10 years ago

rubenrua commented 10 years ago

If commands.allowed in org.opencastproject.execute.impl.ExecuteServiceImpl.properties is left empty, I got the message that the command is not allowed to be executed by the ExecuteService.

As I know by convention all commands should be allowed if the properties is undefined. It's curious because if I define ffmpeg in the properties, the Service works well, but define the absolute path to my script don't.