I'm trying to use Redis Plugin with my Play 2.4 Java application.
When I set null value to Redis through Cache API, I get NullPointerException at
|
throw new IOException("could not serialize: " + value.toString) |
.
Redis Plugin supports String and Serializable, so there is a possibility of accepting null value as
set parameter.
https://github.com/pac4j/play-pac4j/issues/90 also refers to this problem.
I'm trying to use Redis Plugin with my Play 2.4 Java application.
When I set null value to Redis through Cache API, I get NullPointerException at
play-plugins/redis/src/main/scala/com/typesafe/play/redis/RedisCacheApi.scala
Line 88 in 0642612
Redis Plugin supports String and Serializable, so there is a possibility of accepting null value as
setparameter.https://github.com/pac4j/play-pac4j/issues/90 also refers to this problem.