I'm trying to set the response status under the following environment
- Apache 1.3.20 and weblogic 5.1 Appserver (using weblogic's Apache
plugin). If I set the status code to say, 501 using sendError() thru
the app server, I get two status line in the stream as follows:
"HTTP/1.1 200 OK
Date: Wed, 31 Oct 2001 17:17:47 GMT
Server: Apache/1.3.20 (Unix)
HTTP/1.1 501 Not Implemented:
content-type: text/html
connection: Close
Transfer-Encoding: chunked".
Anyone seen this before?