Hongqing Liu | fd5ee81 | 2014-05-10 16:32:51 +0800 | [diff] [blame^] | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more
|
| 2 | # contributor license agreements. See the NOTICE file distributed with
|
| 3 | # this work for additional information regarding copyright ownership.
|
| 4 | # The ASF licenses this file to You under the Apache License, Version 2.0
|
| 5 | # (the "License"); you may not use this file except in compliance with
|
| 6 | # the License. You may obtain a copy of the License at
|
| 7 | #
|
| 8 | # http://www.apache.org/licenses/LICENSE-2.0
|
| 9 | #
|
| 10 | # Unless required by applicable law or agreed to in writing, software
|
| 11 | # distributed under the License is distributed on an "AS IS" BASIS,
|
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 13 | # See the License for the specific language governing permissions and
|
| 14 | # limitations under the License.
|
| 15 |
|
| 16 | # Default localized resources for example servlets
|
| 17 | # This locale is en_US
|
| 18 |
|
| 19 | helloworld.title=Hello World!
|
| 20 |
|
| 21 | requestinfo.title=Request Information Example
|
| 22 | requestinfo.label.method=Method:
|
| 23 | requestinfo.label.requesturi=Request URI:
|
| 24 | requestinfo.label.protocol=Protocol:
|
| 25 | requestinfo.label.pathinfo=Path Info:
|
| 26 | requestinfo.label.remoteaddr=Remote Address:
|
| 27 |
|
| 28 | requestheader.title=Request Header Example
|
| 29 |
|
| 30 | requestparams.title=Request Parameters Example
|
| 31 | requestparams.params-in-req=Parameters in this request:
|
| 32 | requestparams.no-params=No Parameters, Please enter some
|
| 33 | requestparams.firstname=First Name:
|
| 34 | requestparams.lastname=Last Name:
|
| 35 |
|
| 36 | cookies.title=Cookies Example
|
| 37 | cookies.cookies=Your browser is sending the following cookies:
|
| 38 | cookies.no-cookies=Your browser isn't sending any cookies
|
| 39 | cookies.make-cookie=Create a cookie to send to your browser
|
| 40 | cookies.name=Name:
|
| 41 | cookies.value=Value:
|
| 42 | cookies.set=You just sent the following cookie to your browser:
|
| 43 |
|
| 44 | sessions.title=Sessions Example
|
| 45 | sessions.id=Session ID:
|
| 46 | sessions.created=Created:
|
| 47 | sessions.lastaccessed=Last Accessed:
|
| 48 | sessions.data=The following data is in your session:
|
| 49 | sessions.adddata=Add data to your session
|
| 50 | sessions.dataname=Name of Session Attribute:
|
| 51 | sessions.datavalue=Value of Session Attribute:
|