提交 491b201a authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Add a comment

上级 fd0020e0
...@@ -72,6 +72,10 @@ public class ValueGeometry extends Value { ...@@ -72,6 +72,10 @@ public class ValueGeometry extends Value {
* @return the value * @return the value
*/ */
public static ValueGeometry getFromGeometry(Object o) { public static ValueGeometry getFromGeometry(Object o) {
/*
* Do not pass untrusted source geometry object to a cache, use only its WKB
* representation. Geometries are not fully immutable.
*/
return get(convertToWKB((Geometry) o)); return get(convertToWKB((Geometry) o));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论