Access to static solution files

I think the answer to this is no, but in the upcoming release of Servoy are any of the static biz logic/JS files or other static solution resources such as media accessible through HTTP e.g.

http://server:8080.tld/solutions/mysolu … _image.png

Wouldn’t that make a solution public to everybody? I think this feature will not be included :).
You could use your own http/ftp server to publish the solution directory if you need that.

The files only live in your developement environment aka your workspace.

When you deploy to a test or production environment, there are no files like in the workspace.

Paul