-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------


I can't get either one of these to work properly since I "upgraded" to:

jdk1.2prev2, glibc 2.1
ApacheJServ 1.0
RedHat 6.0

res.sendError(res.SC_UNAUTHORIZED);
res.sendError(res.SC_NOT_FOUND, "Unknown page");

Where res is the HttpServletResponse object.

My browser pops up a small window that says:

Unknown status reply from server: 19!

Each time I stop and then restart the server this number increments by
1.

Apache then sends back the appropriate ErrorDocument. Unfortunately I
can't get the browser to pop up a password dialog box because of the
unknown status code.

All other functions involving the response seem to work. I thought it
might be a problem with JServ 1.0 but it seems to work on:

Debian, glibc 2.0
jdk1.2prev2 for glibc 2.0
ApacheJServ 1.0

Does anyone have a clue about this?

--Mark Ashworth


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to