-- I found an error in the jsdk2.0 ServletInputStream.java-readline(b, off,len) does not check len so if you have some binary data which has no \n for a long time (4096 bytes)you get an exception. Maybe this problem is well known but i was not able to find anything about this behavior. It took me a very long time to find this error. the error is not present in jsdk2.1. Since the source is in the jar file i fixed this error and built the class for new. I hope this does not effect other strange things ? any suggestions? the "new" class is working for now. christoph -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]