Hey there,
While reviewing the source code of rubyfox-server I've noticed, that several files in the lib/ directory have executable permissions while not being an executables.
For example:
lib/rubyfox/server/data/lib/httpclient-4.5.2.jar
lib/rubyfox/server/data/lib/slf4j-api-1.7.5.jar
lib/rubyfox/server/data/lib/Lib/sre_constants$py.class
lib/rubyfox/server/data/lib/commons-codec-1.9.jar
lib/rubyfox/server/data/www/ROOT/_images_/logo_smartfoxserver.png
lib/rubyfox/server/data/lib/Lib/email/test/data/PyBanner048.gif
# and many more...
is that something intended? If so, I would appreciate explanation as I often find it as a bug.
Thank you 🙏