From: Coram, R. <Rog...@bl...> - 2012-12-03 11:16:39
|
Thanks, that worked. I'd tried swapping the JSPReplayRenderer for the TransparentReplayRenderer but hadn't thought to remove the bean entirely. Roger -----Original Message----- From: Ko, Lauren [mailto:Lau...@un...] Sent: 28 November 2012 16:28 To: Coram, Roger; Wayback ML Subject: RE: Replay Renderers and Redirects Does commenting out the following bean in ArchivalUrlReplay.xml work for you? <bean class="org.archive.wayback.replay.selector.RedirectSelector"> <property name="renderer"> <bean class="org.archive.wayback.replay.JSPReplayRenderer"> <property name="targetJsp" value="/WEB-INF/replay/UrlRedirectNotice.jsp" /> </bean> </property> </bean> Lauren Ko Programmer UNT Libraries ________________________________________ From: Coram, Roger [Rog...@bl...] Sent: Wednesday, November 28, 2012 8:17 AM To: Wayback ML Subject: [Archive-access-discuss] Replay Renderers and Redirects Hi, By default, when Wayback encounters a 302 it displays a page courtesy of the JSPReplayRenderer before redirecting. We'd prefer that Wayback do this transparently without displaying any message. Is there any way to do this? There's the TransparentReplayRenderer but this doesn't modify the data and will redirect to the live site. And setting the timeout in the JSP page to zero still has it briefly appear. Thanks, Roger ------------------------------------------------------------------------ ------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ Archive-access-discuss mailing list Arc...@li... https://lists.sourceforge.net/lists/listinfo/archive-access-discuss |