You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/12/17 11:04:00 UTC

svn commit: r1774735 - in /tomcat/trunk/test/webapp/jsp/encoding: bom-none-prolog-none.jspx bom-none-prolog-utf16be.jspx bom-none-prolog-utf16le.jspx bom-none-prolog-utf8.jspx

Author: markt
Date: Sat Dec 17 11:04:00 2016
New Revision: 1774735

URL: http://svn.apache.org/viewvc?rev=1774735&view=rev
Log:
Fix line-endings
Fix content (Eclipse was using the encoding from the prolog)

Modified:
    tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-none.jspx   (contents, props changed)
    tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16be.jspx   (contents, props changed)
    tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16le.jspx   (contents, props changed)
    tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf8.jspx   (contents, props changed)

Modified: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-none.jspx
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-none.jspx?rev=1774735&r1=1774734&r2=1774735&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-none.jspx [UTF-8] (original)
+++ tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-none.jspx [UTF-8] Sat Dec 17 11:04:00 2016
@@ -1,21 +1,21 @@
-<?xml version="1.0" ?>
-<!--
-  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.
--->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.3">
-  <jsp:directive.page contentType="text/plain" />
-  <jsp:text>OK</jsp:text>
+<?xml version="1.0" ?>
+<!--
+  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.
+-->
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.3">
+  <jsp:directive.page contentType="text/plain" />
+  <jsp:text>OK</jsp:text>
 </jsp:root>
\ No newline at end of file

Propchange: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-none.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16be.jspx
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16be.jspx?rev=1774735&r1=1774734&r2=1774735&view=diff
==============================================================================
Binary files tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16be.jspx [UTF-8] (original) and tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16be.jspx [UTF-8] Sat Dec 17 11:04:00 2016 differ

Propchange: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16be.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16le.jspx
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16le.jspx?rev=1774735&r1=1774734&r2=1774735&view=diff
==============================================================================
Binary files tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16le.jspx [UTF-8] (original) and tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16le.jspx [UTF-8] Sat Dec 17 11:04:00 2016 differ

Propchange: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16le.jspx
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf8.jspx
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf8.jspx?rev=1774735&r1=1774734&r2=1774735&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf8.jspx [UTF-8] (original)
+++ tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf8.jspx [UTF-8] Sat Dec 17 11:04:00 2016
@@ -1,21 +1,21 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-  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.
--->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.3">
-  <jsp:directive.page contentType="text/plain" />
-  <jsp:text>OK</jsp:text>
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  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.
+-->
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.3">
+  <jsp:directive.page contentType="text/plain" />
+  <jsp:text>OK</jsp:text>
 </jsp:root>
\ No newline at end of file

Propchange: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf8.jspx
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org