You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/22 07:38:40 UTC

[GitHub] [dubbo] AlbumenJ commented on issue #10975: [3.x] hessian upgrade infactor

AlbumenJ commented on issue #10975:
URL: https://github.com/apache/dubbo/issues/10975#issuecomment-1323235161

   Object pass in Dubbo should implement java.io.Serializable interface. This should be a programming specification, and this can prevent send unexpected object to remote, which may cause a lot of serious leaks.
   If you want to send the object, which not implement java.io.Serializable interface, please add `-Ddubbo.hessian.allowNonSerializable=true` to jvm arguments.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org