Mosaic Problem

Hi,
	I am trying to use the setLocation() method in Reply.java. This was
for automatically fetching a URL.

	Reply reply = request.makeReply(HTTP.MOVED_TEMPORARILY);
        reply.setLocation(ret);
        return reply;

	This method works with Lynx as well as with Netscape all versions.
But this does not work with Mosaic.
	The screen in Mosaic just displays the STATUS CODE, the Location:....
and the Server Version number. Any ideas to make Mosaic work. Mosaic works
without the server status code. I could not find a way in Jigsaw to bypass it.

	I tried to use :

	Reply reply = request.makeReply(request.getClient());
        reply.setLocation("http://www.yahoo.com/index.html");
	return reply;

And I got a error message "Document contains no data".

Any ideas how to make the status code not appear
Regards
- Hari
###############################################################################
Harihara Vinayakaram.N  hvram@wipinfo.soft.net           A monsoon 
Senior Software Engineer                                 is a 
Wipro Infotech                                           French gentleman
Bangalore
###############################################################################

Received on Tuesday, 9 July 1996 10:01:47 UTC