提交 940de591 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Do not poison cache with untrusted geometries

上级 c433682f
...@@ -71,7 +71,7 @@ public class ValueGeometry extends Value { ...@@ -71,7 +71,7 @@ public class ValueGeometry extends Value {
* @return the value * @return the value
*/ */
public static ValueGeometry getFromGeometry(Object o) { public static ValueGeometry getFromGeometry(Object o) {
return get((Geometry) o); return get(convertToWKB((Geometry) o));
} }
private static ValueGeometry get(Geometry g) { private static ValueGeometry get(Geometry g) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论