| <!-- |
| |
| Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved. |
| |
| This program and the accompanying materials are made available under the |
| terms of the Eclipse Public License v. 2.0, which is available at |
| http://www.eclipse.org/legal/epl-2.0. |
| |
| This Source Code may also be made available under the following Secondary |
| Licenses when the conditions for such availability set forth in the |
| Eclipse Public License v. 2.0 are satisfied: GNU General Public License, |
| version 2 with the GNU Classpath Exception, which is available at |
| https://www.gnu.org/software/classpath/license.html. |
| |
| SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
| |
| --> |
| |
| <HTML> |
| <HEAD> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <TITLE>request#getReader test.</TITLE> |
| </HEAD> |
| <BODY> |
| <FORM method="GET" action="test.jsp" > |
| Characters size:<input type="text" name="size" value="8192" /><BR> |
| Use MultiByte Character: |
| <input value="false" type="radio" checked name="ascii"/>yes |
| <input value="true" type="radio" name="ascii"/>no |
| <BR> |
| <input type="submit" value="send" /></FORM> |
| <HR> |
| Note: |
| The real post body will be added followings:<BR> |
| <ul> |
| <li>multipart boundary. |
| <li>Content-Disposition: form-data; name="[text form area name]" |
| <li>Some CR/LFs. |
| </ul> |
| </BODY> |
| </HTML> |