init
This commit is contained in:
1952
java/org/apache/catalina/servlets/CGIServlet.java
Normal file
1952
java/org/apache/catalina/servlets/CGIServlet.java
Normal file
File diff suppressed because it is too large
Load Diff
27
java/org/apache/catalina/servlets/Constants.java
Normal file
27
java/org/apache/catalina/servlets/Constants.java
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership.
|
||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
* (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
package org.apache.catalina.servlets;
|
||||
|
||||
|
||||
public class Constants {
|
||||
|
||||
public static final String Package = "org.apache.catalina.servlets";
|
||||
|
||||
}
|
||||
|
||||
3125
java/org/apache/catalina/servlets/DefaultServlet.java
Normal file
3125
java/org/apache/catalina/servlets/DefaultServlet.java
Normal file
File diff suppressed because it is too large
Load Diff
55
java/org/apache/catalina/servlets/LocalStrings.properties
Normal file
55
java/org/apache/catalina/servlets/LocalStrings.properties
Normal file
@@ -0,0 +1,55 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cgiServlet.emptyEnvVarName=Empty environment variable name in initialisation parameter [environment-variable-]
|
||||
cgiServlet.expandCloseFail=Failed to close input stream for script at path [{0}]
|
||||
cgiServlet.expandCreateDirFail=Failed to create destination directory [{0}] for script expansion
|
||||
cgiServlet.expandDeleteFail=Failed to delete file at [{0}] after IOException during expansion
|
||||
cgiServlet.expandFail=Failed to expand script at path [{0}] to [{1}]
|
||||
cgiServlet.expandNotFound=Unable to expand [{0}] as it could not be found
|
||||
cgiServlet.expandOk=Expanded script at path [{0}] to [{1}]
|
||||
cgiServlet.find.found=Found CGI: name [{0}], path [{1}], script name [{2}] and CGI name [{3}]
|
||||
cgiServlet.find.location=Looking for a file at [{0}]
|
||||
cgiServlet.find.path=CGI script requested at path [{0}] relative to CGI location [{1}]
|
||||
cgiServlet.invalidArgumentDecoded=The decoded command line argument [{0}] did not match the configured cmdLineArgumentsDecoded pattern [{1}]
|
||||
cgiServlet.invalidArgumentEncoded=The encoded command line argument [{0}] did not match the configured cmdLineArgumentsEncoded pattern [{1}]
|
||||
cgiServlet.runBadHeader=Bad header line [{0}]
|
||||
cgiServlet.runFail=I/O problems processing CGI
|
||||
cgiServlet.runHeaderReaderFail=I/O problems closing header reader
|
||||
cgiServlet.runInvalidStatus=Invalid status [{0}]
|
||||
cgiServlet.runOutputStreamFail=I/O problems closing output stream
|
||||
cgiServlet.runReaderInterrupt=Interrupted waiting for stderr reader thread
|
||||
cgiServlet.runStdErr=stderr line: [{0}]
|
||||
cgiServlet.runStdErrCount=Received [{0}] lines on stderr
|
||||
cgiServlet.runStdErrFail=I/O problems with stderr
|
||||
|
||||
defaultServlet.blockExternalEntity=Blocked access to external entity with publicId [{0}] and systemId [{0}]
|
||||
defaultServlet.blockExternalEntity2=Blocked access to external entity with name [{0}], publicId [{1}], baseURI [{2}] and systemId [{3}]
|
||||
defaultServlet.blockExternalSubset=Blocked access to external subset with name [{0}] and baseURI [{1}]
|
||||
defaultServlet.missingResource=The requested resource [{0}] is not available
|
||||
defaultServlet.noResources=No static resources were found
|
||||
defaultServlet.readerCloseFailed=Failed to close reader
|
||||
defaultServlet.skipfail=Read failed because only [{0}] bytes were available but needed to skip [{1}] bytes to reach the start of the requested range
|
||||
defaultServlet.xslError=XSL transformer error
|
||||
|
||||
directory.filename=Filename
|
||||
directory.lastModified=Last Modified
|
||||
directory.parent=Up To [{0}]
|
||||
directory.size=Size
|
||||
directory.title=Directory Listing For [{0}]
|
||||
|
||||
webdavservlet.enternalEntityIgnored=The request included a reference to an external entity with PublicID [{0}] and SystemID [{1}] which was ignored
|
||||
webdavservlet.inputstreamclosefail=Failed to close the inputStream of [{0}]
|
||||
webdavservlet.jaxpfailed=JAXP initialization failed
|
||||
20
java/org/apache/catalina/servlets/LocalStrings_de.properties
Normal file
20
java/org/apache/catalina/servlets/LocalStrings_de.properties
Normal file
@@ -0,0 +1,20 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cgiServlet.runInvalidStatus=Ungültiger Status [{0}]
|
||||
cgiServlet.runOutputStreamFail=I/O Probleme beim Schließen des Ausgabestroms
|
||||
cgiServlet.runReaderInterrupt=Das Warten auf den STDERR Lesethread wurde unterbrochen
|
||||
|
||||
directory.filename=Dateiname
|
||||
36
java/org/apache/catalina/servlets/LocalStrings_es.properties
Normal file
36
java/org/apache/catalina/servlets/LocalStrings_es.properties
Normal file
@@ -0,0 +1,36 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cgiServlet.expandFail=Fallo al expandir el script [{0}] en [{1}]\n
|
||||
cgiServlet.expandOk=Expandiendo script en el path [{0}] hacia [{1}]\n
|
||||
cgiServlet.find.location=Buscando archivo en [{0}]\n
|
||||
cgiServlet.runHeaderReaderFail=Problemas de I/O cerrando la cabecera del lector
|
||||
cgiServlet.runInvalidStatus=Estado inválido [{0}]
|
||||
cgiServlet.runOutputStreamFail=Errores I/O cerrando el flujo de salida
|
||||
cgiServlet.runReaderInterrupt=Detenido esperando por el hilo lector stderr
|
||||
cgiServlet.runStdErrFail=Problemas de I/O con stderr
|
||||
|
||||
defaultServlet.blockExternalSubset=Se bloqueó el acceso al subconjunt externo con nombre [{0}] y URI base [{1}]\n
|
||||
defaultServlet.missingResource=El recurso requerido [{0}] no se encuentra disponible
|
||||
defaultServlet.skipfail=Sólo se han saltado [{0}] cuando se requirieron [{1}]
|
||||
|
||||
directory.filename=Nombre de Fichero:
|
||||
directory.lastModified=Última Modificación
|
||||
directory.parent=Atrás A [{0}]
|
||||
directory.size=Medida
|
||||
directory.title=Listado de Directorio Para [{0}]
|
||||
|
||||
webdavservlet.enternalEntityIgnored=El requerimiento incluía una referencia a una entidad externa con PublicID [{0}] y SystemID [{1}] que fue ignorada
|
||||
webdavservlet.jaxpfailed=Falló la inicialización de JAXP
|
||||
55
java/org/apache/catalina/servlets/LocalStrings_fr.properties
Normal file
55
java/org/apache/catalina/servlets/LocalStrings_fr.properties
Normal file
@@ -0,0 +1,55 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cgiServlet.emptyEnvVarName=la nom de variable d'environnement est vide dans le paramètre d'initialisation [environment-variable-]
|
||||
cgiServlet.expandCloseFail=Impossible de fermer le flux d''entrée du script avec le chemin [{0}]
|
||||
cgiServlet.expandCreateDirFail=Echec de la création du répertoire de destination [{0}] pour la décompression du script
|
||||
cgiServlet.expandDeleteFail=Impossible d''effacer le fichier [{0}] suite à une IOException pendant la décompression
|
||||
cgiServlet.expandFail=Impossible de faire l''expansion du script au chemin [{0}] vers [{1}]
|
||||
cgiServlet.expandNotFound=Impossible de décompresser [{0}] car il n''a pas été trouvé
|
||||
cgiServlet.expandOk=Extrait le script du chemin [{0}] vers [{1}]
|
||||
cgiServlet.find.found=Trouvé le CGI: nom [{0}], chemin [{1}], nom de script [{2}] et nom du CGI [{3}]
|
||||
cgiServlet.find.location=Recherche d''un fichier en [{0}]
|
||||
cgiServlet.find.path=Script CGI demandé au chemin [{0}] relatif au CGI à [{1}]
|
||||
cgiServlet.invalidArgumentDecoded=Les paramètres de ligne de commande décodés [{0}] ne correspondent pas au modèle cmdLineArgumentsDecoded configuré [{1}]
|
||||
cgiServlet.invalidArgumentEncoded=Les paramètres de ligne de commande encodés [{0}] ne correspondent pas au modèle cmdLineArgumentsEncoded configuré [{1}]
|
||||
cgiServlet.runBadHeader=Mauvaise ligne d''en-tête [{0}]
|
||||
cgiServlet.runFail=Problèmes d'IO lors de l'exécution du CGI
|
||||
cgiServlet.runHeaderReaderFail=Problème d'E/S lors de la fermeture du lecteur de headers
|
||||
cgiServlet.runInvalidStatus=Statut invalide [{0}]
|
||||
cgiServlet.runOutputStreamFail=Problème d'E/S à la fermeture du flux de sortie
|
||||
cgiServlet.runReaderInterrupt=Interrompu pendant l'attente du thread de lecture de la sortie d'erreur (stderr reader thread)
|
||||
cgiServlet.runStdErr=ligne stderr: [{0}]
|
||||
cgiServlet.runStdErrCount=Reçues [{0}] lignes sur le stderr
|
||||
cgiServlet.runStdErrFail=Problème d'entrée sortie pour le stderr
|
||||
|
||||
defaultServlet.blockExternalEntity=L''accès aux entités externes avec le publicId [{0}] et le systemId [{1}] est bloqué
|
||||
defaultServlet.blockExternalEntity2=L''accès à l''entité externe nommée [{0}], publicId [{1}], baseURI [{2}], systemId [{3}] a été bloqué
|
||||
defaultServlet.blockExternalSubset=L''accès au sous-ensemble externe de nom [{0}] et de baseURI [{1}] a été bloqué
|
||||
defaultServlet.missingResource=La ressource demandée [{0}] n''est pas disponible
|
||||
defaultServlet.noResources=Pas de ressources statiques
|
||||
defaultServlet.readerCloseFailed=Impossible de fermer le lecteur
|
||||
defaultServlet.skipfail=La lecture a échouée parce que seuls [{0}] octets étaient disponibles alors qu''il était nécessaire d''en sauter [{1}] pour atteindre le début de la plage demandée
|
||||
defaultServlet.xslError=Erreur de transformation XSL
|
||||
|
||||
directory.filename=Nom de fichier
|
||||
directory.lastModified=Dernière modification
|
||||
directory.parent=Jusqu''à [{0}]
|
||||
directory.size=Taille
|
||||
directory.title=Liste du répertoire pour [{0}]
|
||||
|
||||
webdavservlet.enternalEntityIgnored=La requête a inclus une référence à une entité externe avec publicId [{0}] et systemId [{1}] qui a été ignorée
|
||||
webdavservlet.inputstreamclosefail=Impossible de fermer le flux d''entrée pour [{0}]
|
||||
webdavservlet.jaxpfailed=Erreur d'initialisation de JAXP
|
||||
53
java/org/apache/catalina/servlets/LocalStrings_ja.properties
Normal file
53
java/org/apache/catalina/servlets/LocalStrings_ja.properties
Normal file
@@ -0,0 +1,53 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cgiServlet.emptyEnvVarName=初期化パラメータの空の環境変数名[環境変数]
|
||||
cgiServlet.expandCloseFail=パス[{0}]のスクリプトの入力ストリームを閉じることができませんでした。
|
||||
cgiServlet.expandCreateDirFail=スクリプトの展開先ディレクトリ[{0}]の作成に失敗しました。
|
||||
cgiServlet.expandDeleteFail=拡張中にIOExceptionの後に[{0}]でファイルを削除できませんでした
|
||||
cgiServlet.expandFail=パス[{0}]のスクリプトを[{1}]に展開できませんでした
|
||||
cgiServlet.expandNotFound=見つけることが出来なかったので[{0}]を展開できませんでした。
|
||||
cgiServlet.expandOk=パス[{0}]の[{1}]に展開されたスクリプト
|
||||
cgiServlet.find.found=見つかったCGI:名前[{0}]、パス[{1}]、スクリプト名[{2}]、CGI名[{3}]
|
||||
cgiServlet.find.location=ファイル [{0}] を探しています。
|
||||
cgiServlet.find.path=パス[{0}]でCGIロケーション[{1}]に対して相対的に要求されたCGIスクリプト
|
||||
cgiServlet.runBadHeader=悪いヘッダライン [{0}]
|
||||
cgiServlet.runFail=CGI処理中のIO問題
|
||||
cgiServlet.runHeaderReaderFail=ヘッダーリーダーを閉じる時のI / O問題
|
||||
cgiServlet.runInvalidStatus=不正なステータス [{0}]
|
||||
cgiServlet.runOutputStreamFail=出力ストリームを切断するとき入出力エラーが発生しました。
|
||||
cgiServlet.runReaderInterrupt=標準エラー出力の読み取りスレッドは割り込みを待機しています。
|
||||
cgiServlet.runStdErr=標準エラー 行:[{0}]
|
||||
cgiServlet.runStdErrCount=stderrの[{0}]行を受信しました。
|
||||
cgiServlet.runStdErrFail=stderrでI/O問題
|
||||
|
||||
defaultServlet.blockExternalEntity=publicId [{0}]およびsystemId [{0}]を持つ外部エンティティへのブロックされたアクセス
|
||||
defaultServlet.blockExternalEntity2=外部エンティティへのアクセスを抑止しました。エンティティ名 [{0}]、publicId [{1}]、ベースURI [{2}]、systemId [{3}]
|
||||
defaultServlet.blockExternalSubset=名前[{0}]およびベースURI [{1}]を持つ外部サブセットへのブロックされたアクセス
|
||||
defaultServlet.missingResource=要求されたリソース [{0}] は利用できません。
|
||||
defaultServlet.noResources=静的リソースが見つかりません。
|
||||
defaultServlet.readerCloseFailed=readerのクローズに失敗しました
|
||||
defaultServlet.skipfail=[{0}]バイトしか利用できなかったため、[{1}]バイトをスキップして要求された範囲の先頭に到達する必要があったため、読み取りに失敗しました。
|
||||
defaultServlet.xslError=XSL変換エラー
|
||||
|
||||
directory.filename=ファイル名
|
||||
directory.lastModified=最終更新
|
||||
directory.parent=[{0}] に移動
|
||||
directory.size=サイズ
|
||||
directory.title=[{0}] のディレクトリの一覧
|
||||
|
||||
webdavservlet.enternalEntityIgnored=PublicID [{0}]およびSystemID [{1}]を持つ外部エンティティへの参照を含むリクエストが無視されました
|
||||
webdavservlet.inputstreamclosefail=入力ストリーム [{0}] を切断できません。
|
||||
webdavservlet.jaxpfailed=JAXPの初期化に失敗しました
|
||||
55
java/org/apache/catalina/servlets/LocalStrings_ko.properties
Normal file
55
java/org/apache/catalina/servlets/LocalStrings_ko.properties
Normal file
@@ -0,0 +1,55 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cgiServlet.emptyEnvVarName=초기화 파라미터 [environment-variable-] 내에, 빈 문자열의 환경 변수 이름입니다.
|
||||
cgiServlet.expandCloseFail=경로 [{0}]에 위치한 스크립트를 위한, 입력 스트림을 닫지 못했습니다.
|
||||
cgiServlet.expandCreateDirFail=스크립트를 압축해제 하기 위한 대상 디렉토리 [{0}]을(를) 생성하지 못했습니다.
|
||||
cgiServlet.expandDeleteFail=압축해제 중 IOException이 발생한 후, [{0}]에 위치한 해당 파일을 삭제하지 못했습니다.
|
||||
cgiServlet.expandFail=경로 [{0}]의 스크립트를 [{1}](으)로 압축해제 하지 못했습니다.
|
||||
cgiServlet.expandNotFound=[{0}]을(를) 찾을 수 없어서 압축해제 할 수 없습니다.
|
||||
cgiServlet.expandOk=[{0}] 경로에 있는 스트립트가 [{1}](으)로 압축 해제되었습니다.
|
||||
cgiServlet.find.found=CGI 발견: 이름 [{0}], 경로 [{1}], 스크립트 이름 [{2}], CGI 이름 [{3}]
|
||||
cgiServlet.find.location=[{0}]에 위치한 파일을 찾는 중
|
||||
cgiServlet.find.path=CGI 위치 [{1}]에 대해 상대적 경로 [{0}]에 위치한, CGI 스크립트가 요청되었습니다.
|
||||
cgiServlet.invalidArgumentDecoded=디코드된 명령 행 아규먼트 [{0}]이(가), 설정된 cmdLineArgumentsDecoded 패턴 [{1}]과(와) 부합되지 않습니다.
|
||||
cgiServlet.invalidArgumentEncoded=인코드된 명령 행 아규먼트 [{0}]이(가), 설정된 cmdLineArgumentsEncoded 패턴 [{1}]과(와) 부합되지 않습니다.
|
||||
cgiServlet.runBadHeader=잘못된 헤더 행: [{0}]
|
||||
cgiServlet.runFail=CGI 처리 중 I/O 문제 발생
|
||||
cgiServlet.runHeaderReaderFail=헤더를 읽기 위한 reader를 닫는 중 I/O 문제 발생
|
||||
cgiServlet.runInvalidStatus=유효하지 않은 HTTP 상태: [{0}]
|
||||
cgiServlet.runOutputStreamFail=출력 스트림을 닫는 중 I/O 문제 발생
|
||||
cgiServlet.runReaderInterrupt=stderr에 대한 읽기 쓰레드를 기다리는 중 중단됨
|
||||
cgiServlet.runStdErr=stderr 행: [{0}]
|
||||
cgiServlet.runStdErrCount=stderr에서 [{0}] 행들을 받았습니다.
|
||||
cgiServlet.runStdErrFail=stderr에서 I/O 문제 발생
|
||||
|
||||
defaultServlet.blockExternalEntity=PublicId가 [{0}](이)고 systemId가 [{0}]인 외부 엔티티에 대한 접근을 차단했습니다.
|
||||
defaultServlet.blockExternalEntity2=이름이 [{0}], publicId가 [{1}], baseURI가 [{2}]이며 systemId가 [{3}]인, 외부 엔티티에 대한 접근을 차단했습니다.
|
||||
defaultServlet.blockExternalSubset=이름이 [{0}](이)고 baseURI가 [{1}]인 외부 하위 집합에 대한 접근이 차단되었습니다.
|
||||
defaultServlet.missingResource=요청된 리소스 [{0}]은(는) 가용하지 않습니다.
|
||||
defaultServlet.noResources=정적 리소스들을 찾을 수 없었습니다.
|
||||
defaultServlet.readerCloseFailed=Reader를 닫지 못했습니다.
|
||||
defaultServlet.skipfail=단지 [{0}] 바이트들만이 가용하기 때문에, 읽기가 실패했습니다. 요청된 범위의 시작 위치에 도달하기 위하여, [{1}] 바이트들을 건너뛰어야 했습니다.
|
||||
defaultServlet.xslError=XSL Transformer 오류
|
||||
|
||||
directory.filename=파일명
|
||||
directory.lastModified=최종변경시간
|
||||
directory.parent=상위로: [{0}]
|
||||
directory.size=크기
|
||||
directory.title=[{0}]을(를) 위한 디렉토리 목록 표시
|
||||
|
||||
webdavservlet.enternalEntityIgnored=요청이, PublicID가 [{0}]이고 SystemID가 [{1}]인 외부 엔티티에 대한 참조를 포함했는데, 이는 무시되었습니다.
|
||||
webdavservlet.inputstreamclosefail=[{0}]의 입력 스트림을 닫지 못했습니다.
|
||||
webdavservlet.jaxpfailed=JAXP의 초기화가 실패했습니다.
|
||||
17
java/org/apache/catalina/servlets/LocalStrings_ru.properties
Normal file
17
java/org/apache/catalina/servlets/LocalStrings_ru.properties
Normal file
@@ -0,0 +1,17 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cgiServlet.expandFail=Невозможно развернуть скрипт [{0}] в [{1}]
|
||||
cgiServlet.runInvalidStatus=Неверный статус [{0}]
|
||||
@@ -0,0 +1,32 @@
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cgiServlet.expandFail=在路径[{0}] 到[{1}] 展开脚本失败.
|
||||
cgiServlet.expandOk=从路径[{0}]到[{1}]扩展脚本
|
||||
cgiServlet.find.location=在 [{0}] 查找文件
|
||||
cgiServlet.find.path=在相对于CGI位置[{1}]的路径[{0}]处请求的CGI脚本
|
||||
cgiServlet.runHeaderReaderFail=I/O 问题关闭请求头读操作
|
||||
cgiServlet.runInvalidStatus=无效状态 [{0}]
|
||||
cgiServlet.runOutputStreamFail=关闭输出流时发生I/O问题
|
||||
cgiServlet.runReaderInterrupt=对于标准错误的读线程,中断并等待。
|
||||
cgiServlet.runStdErrFail=I/O标准错误问题
|
||||
|
||||
defaultServlet.blockExternalSubset=用名称[{0}]和baseURI[{1}]阻止对外部子集的访问
|
||||
defaultServlet.noResources=找不到静态资源
|
||||
|
||||
directory.filename=文件名
|
||||
directory.size=大小
|
||||
|
||||
webdavservlet.jaxpfailed=JAXP 初始化失败
|
||||
2834
java/org/apache/catalina/servlets/WebdavServlet.java
Normal file
2834
java/org/apache/catalina/servlets/WebdavServlet.java
Normal file
File diff suppressed because it is too large
Load Diff
33
java/org/apache/catalina/servlets/package.html
Normal file
33
java/org/apache/catalina/servlets/package.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
this work for additional information regarding copyright ownership.
|
||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
(the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<body>
|
||||
|
||||
<p>This package contains <code>Servlets</code> that implement some of the
|
||||
standard functionality provided by the Catalina servlet container. Because
|
||||
these servlets are in the <code>org.apache.catalina</code> package hierarchy,
|
||||
they are in the privileged position of being able to reference internal server
|
||||
data structures, which application level servlets are prevented from
|
||||
accessing (by the application class loader implementation).</p>
|
||||
|
||||
<p>To the extent that these servlets depend upon internal Catalina data
|
||||
structures, they are obviously not portable to other servlet container
|
||||
environments. However, they can be used as models for creating application
|
||||
level servlets that provide similar capabilities -- most obviously the
|
||||
<a href="DefaultServlet.html">DefaultServlet</a> implementation, which
|
||||
serves static resources when Catalina runs stand-alone.</p>
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user