-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 0.6 swallows
-
Fix Version/s: 0.20 Swallows, 1.5 Swallows, 1.4 Swallows
-
Labels:
-
Environment:
local, jtalks.org
Since JTalks is an open source project and can be run by anyone and everywhere, we need to be ready to work in environment with SecurityManager set. Usually hostings run their Tomcat instances (especially the shared ones) with the SecurityManager. That's why we need to make sure JTalks can cope with it, so:
- Configure SecurityManager in local Tomcat instance where Poulpe runs. If the application fails after setting the SecurityManager, create a bug and link it to this task. It's possible that application fails due to misceleneous security violations like accessing class members with access modifier less than it's allowed (e.g. accessing private method by
Method#setAccessible(true)
; or having hibernate mappings with field access instead of property access; or accessing file system without the proper configuration; etc.
- If/when nothing fails, configure SecurityManager in Tomcat where Poulpe runs at jtalks.org.