Skip to content

Commit a2d289a

Browse files
committed
Replace references to favicon.ico with the new favicon.svg
1 parent b4bfec3 commit a2d289a

File tree

12 files changed

+13
-12
lines changed

12 files changed

+13
-12
lines changed

app/src/main/resources/log4j2.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ limitations under the License.
8080
<Logger name="com.opensymphony" level="info" additivity="false"> <AppenderRef ref="asyncRoller"/> </Logger>
8181
<Logger name="com.rometools" level="info" additivity="false"> <AppenderRef ref="asyncRoller"/> </Logger>
8282
<Logger name="org.webjars" level="info" additivity="false"> <AppenderRef ref="asyncRoller"/> </Logger>
83-
83+
<Logger name="org.apache.roller.weblogger.ui.core.filters.ValidateSaltFilter" level="debug" additivity="false"> <AppenderRef ref="asyncRoller"/> </Logger>
84+
8485
<!-- server.log catches everything that hasn't been logged yet-->
8586
<Root level="info">
8687
<!--<AppenderRef ref="server"/> -->

app/src/main/resources/org/apache/roller/planet/config/planet.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ rendering.userRequestMappers=
9292
# Url path elements which can NEVER be considered a weblog url
9393
# each represents a url at the application root, i.e. /<elem>/*
9494
rendering.multiPlanetMapper.rollerProtectedUrls=\
95-
planet-ui,index.jsp,favicon.ico,robots.txt
95+
planet-ui,index.jsp,favicon.svg,robots.txt
9696

9797
# Set of user defined protected urls. These are added to the set above.
9898
rendering.multiPlanetMapper.userProtectedUrls=

app/src/main/resources/org/apache/roller/weblogger/config/roller.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ rendering.userRequestMappers=
429429
# each represents a url at the application root, i.e. /<elem>/*
430430
rendering.weblogMapper.rollerProtectedUrls=\
431431
roller-ui,roller-services,images,theme,themes,CommentAuthenticatorServlet,\
432-
index.jsp,favicon.ico,robots.txt,\
432+
index.jsp,favicon.svg,robots.txt,\
433433
page,flavor,rss,atom,language,search,comments,rsd,resource,planetrss
434434

435435
# Set of user defined protected urls. These are added to the set above.

app/src/main/webapp/WEB-INF/jsps/tiles/tiles-errorpage.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<head>
2222
<meta charset="utf-8">
2323
<meta http-equiv="X-UA-Compatible" content="IE=edge">
24-
<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
24+
<link rel="icon" href="<%= request.getContextPath() %>/favicon.svg" type="image/x-icon">
2525
<title><s:text name="error" /></title>
2626
<tiles:insertAttribute name="head" />
2727
<style>

app/src/main/webapp/WEB-INF/jsps/tiles/tiles-installpage.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<head>
2222
<meta charset="utf-8">
2323
<meta http-equiv="X-UA-Compatible" content="IE=edge">
24-
<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
24+
<link rel="icon" href="<%= request.getContextPath() %>/favicon.svg" type="image/x-icon">
2525
<title><s:property value="pageTitle"/></title>
2626
<tiles:insertAttribute name="head"/>
2727
<style>

app/src/main/webapp/WEB-INF/jsps/tiles/tiles-loginpage.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta charset="utf-8">
2323
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2424
<meta name="viewport" content="width=device-width, initial-scale=1">
25-
<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
25+
<link rel="icon" href="<%= request.getContextPath() %>/favicon.svg" type="image/x-icon">
2626
<title><s:property value="getProp('site.shortName')"/>: <s:property value="pageTitle"/></title>
2727
<tiles:insertAttribute name="head"/>
2828
<style>

app/src/main/webapp/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<head>
2222
<meta charset="utf-8">
2323
<meta http-equiv="X-UA-Compatible" content="IE=edge">
24-
<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
24+
<link rel="icon" href="<%= request.getContextPath() %>/favicon.svg" type="image/x-icon">
2525
<title><s:property value="getProp('site.shortName')"/>: <s:property value="pageTitle"/></title>
2626

2727
<tiles:insertAttribute name="head"/>

app/src/main/webapp/WEB-INF/jsps/tiles/tiles-popuppage.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<head>
2222
<meta charset="utf-8">
2323
<meta http-equiv="X-UA-Compatible" content="IE=edge">
24-
<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
24+
<link rel="icon" href="<%= request.getContextPath() %>/favicon.svg" type="image/x-icon">
2525
<tiles:insertAttribute name="head" />
2626
<style>
2727
<tiles:insertAttribute name="styles" />

app/src/main/webapp/WEB-INF/jsps/tiles/tiles-simple-tabbedpage.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<head>
2222
<meta charset="utf-8">
2323
<meta http-equiv="X-UA-Compatible" content="IE=edge">
24-
<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
24+
<link rel="icon" href="<%= request.getContextPath() %>/favicon.svg" type="image/x-icon">
2525
<title><s:property value="getProp('site.shortName')"/>: <s:property value="pageTitle"/></title>
2626
<tiles:insertAttribute name="head"/>
2727
<style>

app/src/main/webapp/WEB-INF/jsps/tiles/tiles-simplepage.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta charset="utf-8">
2323
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2424
<meta name="viewport" content="width=device-width, initial-scale=1">
25-
<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
25+
<link rel="icon" href="<%= request.getContextPath() %>/favicon.svg" type="image/x-icon">
2626
<title><s:property value="getProp('site.shortName')"/>: <s:property value="pageTitle"/></title>
2727
<tiles:insertAttribute name="head"/>
2828
<style>

0 commit comments

Comments
 (0)