Open GoogleCodeExporter opened 9 years ago
Have to say Java's operating HTTP protocol is more low-level than PHP or CSharp.
Original comment by EviS...@gmail.com
on 5 Aug 2009 at 1:30
Sorry please igore this issue. I mad a mistake:
I modified
if (k <= 0)
to
if (k >= 0)
when I added this servlet to my project.
But this < is really a "<", "k <= 0" produces the same result of "i ==
maxLength". My fault.
Original comment by EviS...@gmail.com
on 5 Aug 2009 at 1:39
Original issue reported on code.google.com by
EviS...@gmail.com
on 5 Aug 2009 at 1:27