Skip to content
This repository was archived by the owner on Apr 23, 2019. It is now read-only.

Commit 1dabfb6

Browse files
author
Will Sargent
authored
Update security with URL (#47)
1 parent ef08a0e commit 1dabfb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/services/session/SessionCache.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import scala.concurrent.duration._
1313
* every machine, so there's no remote lookup necessary.
1414
*
1515
* Note that this doesn't serialize using protobuf and also isn't being sent over SSL,
16-
* so it's still not as secure as it could be.
16+
* so it's still not as secure as it could be. Please see http://doc.akka.io/docs/akka/current/scala/remoting-artery.html#remote-security
17+
* for more details.
1718
*
1819
* http://doc.akka.io/docs/akka/current/scala/distributed-data.html
1920
*/

0 commit comments

Comments
 (0)