Notes |
|
(0002817)
|
ferg
|
03-05-08 09:36
|
|
unable to reproduce - server/1kn{0,1}
Can you attach a simple JSP which duplicates the issue? I'm just seeing the expected behavior here. |
|
|
(0002833)
|
zdavis
|
03-06-08 10:02
|
|
Following are the requests and corresponding outputs in the standalone webapp using 3.1.5 Resin. Find the attached web.xml and the simple jsp file that prints the following output. This was tested with a freshly installed resin 3.1.5 and only the two files.
http://localhost:8080/s/index.jsp?foo=bar [^]
Request Param [ foo ] value [ 0 ] = bar
Request Param [ foo ] value [ 1 ] = bar
http://localhost:8080/index.jsp?foo=bar [^]
Request Param [ foo ] value [ 0 ] = bar |
|
|
(0002865)
|
ferg
|
03-20-08 14:58
|
|
|