1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta NAME="Author" CONTENT="Stefano Mazzocchi">
<title>Apache JServ Bug Report</title>
</head>
<body BGCOLOR="#FFFFFF">
<p align="center"><a href="http://java.apache.org/" target="_top"><img SRC="images/java-apache-project.gif" BORDER="0" WIDTH="609"
HEIGHT="100" ALT="The Java Apache Project"></a></p>
<h1 align="center">Apache JServ Bug Report</h1>
<form method="post" action="http://bugs.apache.org/index/handle_send_pr">
<input type="hidden" name="Organization" value="apache"><input type="hidden"
name="Category" value="mod_jserv"><div align="center"><center><table border="0"
width="80%" bgcolor="#000000" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellpadding="4">
<tr>
<td bgcolor="#f0f0f0">Before submitting a problem report, please check the following
places to see if your problem has already been dealt with or discussed. For small problems
such as typos or obsolete information, please contact the mail lists directly. <ul>
<li><a HREF="http://java.apache.org/main/mail.html">The mail list archives</a> </li>
<li><a HREF="FAQ.html">The distribution FAQ</a> </li>
<li><a HREF="http://java.apache.org/faq/">The FAQ-O-Matic</a> </li>
<li><a HREF="http://bugs.apache.org/" target="_top">The Apache problem report database</a>
(mod_jserv category) </li>
</ul>
<p>Please also be aware that you may get a curt and unsatisfying response (if you get a
response at all) when you report problems that have already been covered in one of the
above. The developers do not have time to answer the same question again and again so <big>please,
search the FAQ (see above) and the before you enter this report.</big> Please be aware
that the Apache problem report database is <b>publicly accessible</b>. The information you
submit on this form will be available to anyone on the Internet so do not send information
that you wish to remain private. </p>
<p><big>A question about configuration (including errors), servlet execution, or an error
about the JVM crashing is not a bug, please do not submit a bug report. Instead, please
subscribe to the <a href="/main/mail.html">Java Apache Users</a> mailing list and ask your
questions there.</big> </td>
</tr>
<tr>
<td bgcolor="#e0e0e0" align="center"><table border="0">
<tr>
<td align="right">Your <b>real name</b>, first and last:</td>
<td><input SIZE="30" NAME="realname"></td>
</tr>
<tr>
<td align="right">Your <b>email</b> address:</td>
<td><input SIZE="30" NAME="emailaddr"></td>
</tr>
<tr>
<td align="right">Apache + Apache JServ <b>release</b>:</td>
<td><input NAME="Release" SIZE="30"> </td>
</tr>
<tr>
<td align="right"><b>Class</b>:</td>
<td><select NAME="Class" size="1">
<option> sw-bug </option>
<option> doc-bug </option>
<option> support </option>
<option> change-request </option>
<option> mistaken </option>
<option> duplicate </option>
</select> </td>
</tr>
<tr>
<td align="right"><b>Severity</b>:</td>
<td><select NAME="Severity" size="1">
<option> critical </option>
<option> serious </option>
<option SELECTED> non-critical </option>
</select> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#f0f0f0" align="center"><b>Environment</b> - What operating system, Java
environment, etc. <br>
<textarea NAME="Environment" COLS="80" ROWS="4"></textarea><br>
<b>Synopsis</b> - a brief description of the problem at hand.<br>
<input NAME="Synopsis" SIZE="80"><br>
<b>Full Description</b> - Please, provide all information you have on it.<br>
<textarea NAME="Description" COLS="80" ROWS="8"></textarea><br>
<b>How can we repeat this problem?</b> Give example URL's, etc.<br>
<textarea NAME="How-To-Repeat" COLS="80" ROWS="4"></textarea><br>
<b>Do you have any suggested way to fix it?</b><br>
<textarea NAME="Fix" COLS="80" ROWS="4"></textarea> </td>
</tr>
<tr>
<td bgcolor="#e0e0e0" align="center"><input TYPE="submit" VALUE="Send the bug report"> </td>
</tr>
</table>
</td>
</tr>
</table>
</center></div>
</form>
<font SIZE="-1">
<p align="center"></font><font SIZE="2">Copyright (c) 1997-99 <a
HREF="http://java.apache.org/">The Java Apache Project</a>.<br>
</font><font SIZE="-1">$Id: sendbug.html,v 1.12 1999/06/09 05:21:23 jonbolt Exp $</font><font
SIZE="2"><br>
All rights reserved.</font></p>
</body>
</html>
|