Hi all,
We are setting up some Rest services which will be accepting multi part msgs. Something I have noticed is that there is a potential for a DoS attack in the even that multipart msgs do not end with a proper boundary. It seems the connection remains used for a long period of time. Is there anyway to tell CXF to timeout if no activity has occurred on the connection after a certain period of time or is this something that CXF leaves to the container or OS being used? Thanks Mustafa
