【发布时间】:2019-03-15 16:55:31
【问题描述】:
在 Solr 日志中我看到错误 -
java.lang.UnsupportedOperationException: Serialization support for
org.apache.commons.collections.functors.InvokerTransformer is disabled for
security reasons. To enable it set system property
'org.apache.commons.collections.enableUnsafeSerialization' to 'true',
but you must ensure that your application does not de-serialize
objects from untrusted sources.
我正在尝试添加标志-Dorg.apache.commons.collections.enableUnsafeSerialization=true,但它没有帮助。
如何正确启用此属性? (我无法访问 solrconfig.xml)
【问题讨论】: