From: <bra...@us...> - 2010-08-03 00:33:22
|
Revision: 3203 http://archive-access.svn.sourceforge.net/archive-access/?rev=3203&view=rev Author: bradtofel Date: 2010-08-03 00:33:16 +0000 (Tue, 03 Aug 2010) Log Message: ----------- about to remove all "wrap" references.. Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/webapp/AccessPoint.java Modified: trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/webapp/AccessPoint.java =================================================================== --- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/webapp/AccessPoint.java 2010-08-03 00:31:10 UTC (rev 3202) +++ trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/webapp/AccessPoint.java 2010-08-03 00:33:16 UTC (rev 3203) @@ -83,7 +83,7 @@ public class AccessPoint extends AbstractRequestHandler implements ShutdownListener { /** webapp relative location of Interstitial.jsp */ - public final static String INTERSTITIAL_JSP = "jsp/Interstitial-wrap.jsp"; + public final static String INTERSTITIAL_JSP = "jsp/Interstitial.jsp"; /** argument for Interstitial.jsp target URL */ public final static String INTERSTITIAL_TARGET = "target"; /** argument for Interstitial.jsp seconds to delay */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |