This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit b8d71d547aa865f05846f02461adb977b878f644 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Dec 8 09:50:17 2020 +0000 Fix escaping --- java/org/apache/jasper/resources/LocalStrings_ja.properties | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/java/org/apache/jasper/resources/LocalStrings_ja.properties b/java/org/apache/jasper/resources/LocalStrings_ja.properties index 93e99c2..cd75e42 100644 --- a/java/org/apache/jasper/resources/LocalStrings_ja.properties +++ b/java/org/apache/jasper/resources/LocalStrings_ja.properties @@ -77,7 +77,7 @@ jsp.error.file.already.registered=ファイル [{0}] の再帰的な取り込み jsp.error.file.cannot.read=ファイルが読めません: [{0}] jsp.error.file.not.found=JSP ファイル [{0}] が見つかりません jsp.error.flush=データをフラッシュする際に例外が発生しました。 -jsp.error.fragmentwithtype='fragment'属性と'type'属性を両方指定できません。'fragment'が存在する場合には'type'は'{0}'に固定されます +jsp.error.fragmentwithtype=''fragment''属性と''type''属性を両方指定できません。''fragment''が存在する場合には''type''は''{0}''に固定されます jsp.error.function.classnotfound=TLDの中で関数 [{1}] に指定されているクラス [{0}] が見つかりません: [{2}] jsp.error.include.exception=[{0}] を include 出来ません jsp.error.include.tag=無効なjsp:includeタグです @@ -357,7 +357,8 @@ JSPファイルの場所は次のオプションで指定するか、\n\ \ -source <version> Set the -source argument to the compiler (default 1.8)\n\ \ -target <version> Set the -target argument to the compiler (default 1.8)\n jspc.warning.tldInWebInfLib=TLDファイルは/ WEB-INF/libに置かないでください。 -jspc.webfrg.footer=</web-fragment>\n\ +jspc.webfrg.footer=\n\ +</web-fragment>\n\ \n jspc.webfrg.header=<?xml version="1.0" encoding="{0}"?>\n\ <web-fragment xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\ @@ -378,14 +379,16 @@ jspc.webinc.footer=<!--\n\ -->\n\ \n\ \n -jspc.webinc.header=<!--\n\ +jspc.webinc.header=\n\ +<!--\n\ Apache Tomcat JspC による自動生成\n\ -->\n\ \n\ \n jspc.webinc.insertEnd=<!-- JSPC サーブレットマッピング ここまで --> jspc.webinc.insertStart=<!-- JSPC サーブレットマッピング ここから --> -jspc.webxml.footer=</web-app>\n\ +jspc.webxml.footer=\n\ +</web-app>\n\ \n jspc.webxml.header=<?xml version="1.0" encoding="{0}"?>\n\ <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org