[Content Filter] - notification to client not fixed in Spark 2.7.5

Dear Support,

This is related to my previous report. Seems Spark 2.7.5 didn’t fix the problem when a “foul word” matches and sends out numerous notification to client and throws an error like this;

981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.interceptPacket(ContentFil terPlugin.java:528)
at org.jivesoftware.openfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:239)
at org.jivesoftware.openfire.MessageRouter.route(MessageRouter.java:94)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotificationI M(ContentFilterPlugin.java:632)
at org.jivesoftware.openfire.plugin.ContentFilterPlugin.sendViolationNotification( ContentFilterPlugin.java:614)

Thanks.

2.7.5 wasn’t meant to fix this issue (fixed issues are in the changelog). Mostly it was about Offline messages bug and Mac OS X installer. I saw your previous thread about this problem, but it seemed to me like a Content Filter problem, not Spark. Does only Spark sends multiple notifications? Have you tried with other clients?

Thanks for the reply! Also in PIDGIN client, I’m getting numerous notification about “Content filter notification! (null)”

It seems like a problem with the Content Filter plugin because i just tried it in a newly formatted Windows Server 2008 R2 and install Openfire 4.0.0 and content filter plugin and i got the same results.

thanks for the time.