You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/12/06 01:50:33 UTC

svn commit: r482853 - in /incubator/roller/trunk/web/WEB-INF/jsps: 403.jsp 404.jsp error.jsp

Author: agilliland
Date: Tue Dec  5 16:50:32 2006
New Revision: 482853

URL: http://svn.apache.org/viewvc?view=rev&rev=482853
Log:
remove bannerStatus.jsp component from 404, 403, and error jsps.  for some unknown reason the inclusion of this component (which requires data from the db) causes a connection leak problem over time.


Modified:
    incubator/roller/trunk/web/WEB-INF/jsps/403.jsp
    incubator/roller/trunk/web/WEB-INF/jsps/404.jsp
    incubator/roller/trunk/web/WEB-INF/jsps/error.jsp

Modified: incubator/roller/trunk/web/WEB-INF/jsps/403.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/jsps/403.jsp?view=diff&rev=482853&r1=482852&r2=482853
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/jsps/403.jsp (original)
+++ incubator/roller/trunk/web/WEB-INF/jsps/403.jsp Tue Dec  5 16:50:32 2006
@@ -19,7 +19,7 @@
 <%@ page isErrorPage="true" %>
 <tiles:insert page="/WEB-INF/jsps/tiles/tiles-simplepage.jsp">
    <tiles:put name="banner"       value="/WEB-INF/jsps/tiles/banner.jsp" />
-   <tiles:put name="bannerStatus" value="/WEB-INF/jsps/tiles/bannerStatus.jsp" />
+   <tiles:put name="bannerStatus" value="/WEB-INF/jsps/tiles/empty.jsp" />
    <tiles:put name="head"         value="/WEB-INF/jsps/tiles/head.jsp" />
    <tiles:put name="styles"       value="/WEB-INF/jsps/tiles/empty.jsp" />
    <tiles:put name="messages"     value="/WEB-INF/jsps/tiles/messages.jsp" />

Modified: incubator/roller/trunk/web/WEB-INF/jsps/404.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/jsps/404.jsp?view=diff&rev=482853&r1=482852&r2=482853
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/jsps/404.jsp (original)
+++ incubator/roller/trunk/web/WEB-INF/jsps/404.jsp Tue Dec  5 16:50:32 2006
@@ -19,10 +19,10 @@
 <%@ page isErrorPage="true" %>
 <tiles:insert page="/WEB-INF/jsps/tiles/tiles-simplepage.jsp">
    <tiles:put name="banner"       value="/WEB-INF/jsps/tiles/banner.jsp" />
-   <tiles:put name="bannerStatus" value="/WEB-INF/jsps/tiles/bannerStatus.jsp" />
+   <tiles:put name="bannerStatus" value="/WEB-INF/jsps/tiles/empty.jsp" />
    <tiles:put name="head"         value="/WEB-INF/jsps/tiles/head.jsp" />
    <tiles:put name="styles"       value="/WEB-INF/jsps/tiles/empty.jsp" />
    <tiles:put name="messages"     value="/WEB-INF/jsps/tiles/messages.jsp" />
    <tiles:put name="content"      value="/WEB-INF/jsps/404Body.jsp" />
    <tiles:put name="footer"       value="/WEB-INF/jsps/tiles/footer.jsp" />
-</tiles:insert>
\ No newline at end of file
+</tiles:insert>

Modified: incubator/roller/trunk/web/WEB-INF/jsps/error.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/jsps/error.jsp?view=diff&rev=482853&r1=482852&r2=482853
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/jsps/error.jsp (original)
+++ incubator/roller/trunk/web/WEB-INF/jsps/error.jsp Tue Dec  5 16:50:32 2006
@@ -19,7 +19,7 @@
 <%@ page isErrorPage="true" %>
 <tiles:insert page="/WEB-INF/jsps/tiles/tiles-simplepage.jsp">
    <tiles:put name="banner"       value="/WEB-INF/jsps/tiles/banner.jsp" />
-   <tiles:put name="bannerStatus" value="/WEB-INF/jsps/tiles/bannerStatus.jsp" />
+   <tiles:put name="bannerStatus" value="/WEB-INF/jsps/tiles/empty.jsp" />
    <tiles:put name="head"         value="/WEB-INF/jsps/tiles/head.jsp" />
    <tiles:put name="styles"       value="/WEB-INF/jsps/tiles/empty.jsp" />
    <tiles:put name="messages"     value="/WEB-INF/jsps/tiles/messages.jsp" />