~ubuntu-branches/ubuntu/trusty/tomcat7/trusty-security

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/websocket/LocalStrings.properties

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2012-06-07 22:43:21 UTC
  • mfrom: (11.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120607224321-cfev8j681yueyov3
Tags: 7.0.27-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
frame.eos=The end of the stream was reached before the expected number of payload bytes could be read
 
17
frame.invalidUtf8=A sequence of bytes was received that did not represent valid UTF-8
 
18
frame.readFailed=Failed to read the first byte of the next WebSocket frame. The return value from the read was [{0}]
 
19
frame.readEos=The end of the stream was reached when trying to read the first byte of a new WebSocket frame
 
20
frame.notMasked=The client frame was not masked but all client frames must be masked
 
21
 
 
22
is.notContinuation=A frame with the OpCode [{0}] was received when a continuation frame was expected
 
23
is.unknownOpCode=A frame with the unrecognized OpCode [{0}] was received
 
24
 
 
25
message.bufferTooSmall=The buffer is not big enough to contain the message currently being processed
 
26
 
 
27
outbound.closed=The WebSocket connection has been closed
 
 
b'\\ No newline at end of file'