[EMAIL PROTECTED] wrote:
>
> Hi all,
> Iam just trying out some examples in jason hunterz.
> iam running the following program which will remove all
> blinks from any html page displayed.
> Iam using jws 2.0 running in win nt

> But all i get is null content type and the whole document is null,

If only the incoming content-type is null, then just work around that
by changing the example to ignore the incoming content-type and just
hard-code the output type as text/html.  (If you're deblinking content,
you know it's HTML content.  That call was just a double check.)

Note that chaining ended up not being promoted to officially supported
status, so there's no guarantee all servers will implement it or
implement it the same way.

-jh-

--
Jason Hunter
[EMAIL PROTECTED]
Book:    http://www.servlets.com/book
2.0 to 2.1: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html
2.1 to 2.2: http://www.javaworld.com/jw-10-1999/jw-10-servletapi.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