|
From: OMax <om...@uk...> - 2007-09-11 11:53:27
|
The issue can be caused by the recent javascript libraries like yui or prototype (1.6 rc) they making request to the server like "://javascript:void(0)" or //: which cause Jetty to trhow the exception. Possible way to resolve: add a custom filter to filter out this request. -- View this message in context: http://www.nabble.com/Background-Jetty-error%3A-java.io.IOException%3A-The-filename%2C-directory-name%2C-or-volume-label-syntax-is-incorrect-tf4411218.html#a12613108 Sent from the Jetty Support mailing list archive at Nabble.com. |