ASF Bugzilla – Attachment 28251 Details for
Bug 52579
Tomcat5.5.35+Java1.5 cannot return proper value of a request parameter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
JSP file to reproduce the matter
p01.jsp (text/plain), 471 bytes, created by
Hiroki Hayashi
on 2012-02-02 10:03:26 UTC
(
hide
)
Description:
JSP file to reproduce the matter
Filename:
MIME Type:
Creator:
Hiroki Hayashi
Created:
2012-02-02 10:03:26 UTC
Size:
471 bytes
patch
obsolete
><%@page session="false" %> ><%@page pageEncoding="Shift_JIS" contentType="text/html; charset=Shift_JIS" %> ><%request.setCharacterEncoding("Shift_JIS");%> ><html> > ><head><title>Test</title></head> > ><body> ><% >String msg = request.getParameter("msg"); >if(msg==null) msg = ""; >%> > ><form method="POST" action="p01.jsp"> > ><input type="text" name="msg" value="<%=msg%>"/> ><input type="submit" value="ok"/> ></form> > ><p/>message = <%=msg%> > > ></body> ></html>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 52579
: 28251 |
28252
|
28257
|
28274