You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2016/05/27 22:50:52 UTC

[30/47] roller git commit: Fix: "javax.servlet.ServletException: File [/WEB-INF/jsps/core/Login-css.jsp] not found"

Fix: "javax.servlet.ServletException: File [/WEB-INF/jsps/core/Login-css.jsp] not found"


Project: http://git-wip-us.apache.org/repos/asf/roller/repo
Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/c5e84753
Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/c5e84753
Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/c5e84753

Branch: refs/heads/bootstrap-ui
Commit: c5e84753c768e6e79336f2989900e8798d11b677
Parents: 8042fd7
Author: Kohei Nozaki <ky...@bridge9.sakura.ne.jp>
Authored: Wed Jan 6 12:15:30 2016 +0900
Committer: Kohei Nozaki <ky...@bridge9.sakura.ne.jp>
Committed: Wed Jan 6 12:15:30 2016 +0900

----------------------------------------------------------------------
 .../main/webapp/WEB-INF/jsps/core/Login-css.jsp | 23 ++++++++++++++++++++
 .../main/webapp/WEB-INF/jsps/core/login-css.jsp | 23 --------------------
 2 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/roller/blob/c5e84753/app/src/main/webapp/WEB-INF/jsps/core/Login-css.jsp
----------------------------------------------------------------------
diff --git a/app/src/main/webapp/WEB-INF/jsps/core/Login-css.jsp b/app/src/main/webapp/WEB-INF/jsps/core/Login-css.jsp
new file mode 100644
index 0000000..1cd65ea
--- /dev/null
+++ b/app/src/main/webapp/WEB-INF/jsps/core/Login-css.jsp
@@ -0,0 +1,23 @@
+<%--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  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.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+--%>
+
+.roller-page-title {
+    margin-top: 0px;
+    margin-bottom: 5px;
+    text-align: center;
+}

http://git-wip-us.apache.org/repos/asf/roller/blob/c5e84753/app/src/main/webapp/WEB-INF/jsps/core/login-css.jsp
----------------------------------------------------------------------
diff --git a/app/src/main/webapp/WEB-INF/jsps/core/login-css.jsp b/app/src/main/webapp/WEB-INF/jsps/core/login-css.jsp
deleted file mode 100644
index 1cd65ea..0000000
--- a/app/src/main/webapp/WEB-INF/jsps/core/login-css.jsp
+++ /dev/null
@@ -1,23 +0,0 @@
-<%--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  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.  For additional information regarding
-  copyright in this work, please see the NOTICE file in the top level
-  directory of this distribution.
---%>
-
-.roller-page-title {
-    margin-top: 0px;
-    margin-bottom: 5px;
-    text-align: center;
-}