I have Play 1.2.3, and using IntelliJ to view it.
Everything works fine, except the source for the Security class seems to be missing.
I searched through the local Play source folder, and haven’t found it.
The application seems to find it somewhere though. Is this a known issue?
All modules are intalled in the
%PLAY_HOME%\modulesdirectory.For the Security class source it will be :
%PLAY_HOME%\modules\secure\app\controllers\Secure.java.