It is the servlet. I have some debug statements in the Servlet. When
it tries to read a line and if the line happens to be binary data then
I am getting this errors.

I checked the server's stack trace. No errors there.

Thanks
Bina
> X-Accept-Language: en
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Date: Tue, 19 Oct 1999 13:45:04 -0700
> From: Ruslan Belkin <[EMAIL PROTECTED]>
> Subject: Re: ServletInputStream
> Comments: To: Bina Keshava <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
>
> Bina Keshava wrote:
>
> > I am using Netscape enterprise 4. When trying to upload a binary file
> > I get the following exception :
> >
>
> I have no clue what is servlet doing - you've the stack trace. It's not the
servlet
> the web server who's throwning the exception,
>
> Ruslan
>
> >
> > java.io.IOException: Content disposition corrupt: w?  (Compiled Code)
> > at java.lang.Exception.(Compiled Code)
> > at java.io.IOException.(Compiled Code)
> > at MultipartRequest.extractDispositionInfo(Compiled Code)
> > at MultipartRequest.readNextPart(Compiled Code)
> > at MultipartRequest.readRequest(Compiled Code)
> > MultipartRequest.(MultipartRequest.java:152)
> > UploadServlet.doGetPost(Compiled Code)
> > UploadServlet.doPost(NetFileUploadServlet.java:52)
> >         at javax.servlet.http.HttpServlet.service(Compiled Code)
> >         at javax.servlet.http.HttpServlet.service(Compiled Code)
> >         at com.netscape.server.http.servlet.NSServletRunner.Service(Compiled
> > Code)
> >
> >
> > Thanks
> > Bina
> > > Date: Tue, 19 Oct 1999 13:24:25 -0700
> > > From: Ruslan Belkin <[EMAIL PROTECTED]>
> > > X-Accept-Language: en
> > > MIME-Version: 1.0
> > > To: Bina Keshava <[EMAIL PROTECTED]>
> > > CC: [EMAIL PROTECTED]
> > > Subject: Re: ServletInputStream
> > > Content-Transfer-Encoding: 7bit
> > >
> > >
> > >
> > > Bina Keshava wrote:
> > >
> > > > I am using Jason's class . But trying to upload a binary file results
> > > > it an error. I believe there is a bug in the NetScape enterprise server.
> > > >
> > > > Just wanted to know if anybody has come across this problem and has
> > > >  a solution for this.
> > >
> > > can you be more specific? What version of the server are you using? What
kind
> > of
> > > error do you get? The you have the access control set up tp let you
execute
> > PUT?
> > > In NES4.0 upload works correctly for sure. I suspect it's a
misconfiguration.
> > You
> > > probably want to call tech. support,
> > >
> > > Ruslan
> > >
> > >
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to