When adding a domain filter under HTTP or HTTPS an RSOD may occur if the total length of the filter exceeds 1024 characters.
java.lang.reflect.UndeclaredThrowableExceptionjava.lang.reflect.UndeclaredThrowableException
Caused by: java.lang.reflect.InvocationTargetException
Caused by: java.lang.IllegalArgumentException: The parameter is too long. The length cannot exceed 1024 characters.
java.lang.reflect.InvocationTargetExceptionjava.lang.reflect.InvocationTargetException
Caused by: java.lang.IllegalArgumentException: The parameter is too long. The length cannot exceed 1024 characters.
Update the HTTP or HTTPS filter to reduce the total character count to be less than 1024 total characters.