From: <bra...@us...> - 2010-10-18 22:17:50
|
Revision: 3285 http://archive-access.svn.sourceforge.net/archive-access/?rev=3285&view=rev Author: bradtofel Date: 2010-10-18 22:17:43 +0000 (Mon, 18 Oct 2010) Log Message: ----------- BUGFIX (unreported) HTTP header was missing text/cvs type in Link Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/query/ORE.jsp Modified: trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/query/ORE.jsp =================================================================== --- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/query/ORE.jsp 2010-10-11 20:44:05 UTC (rev 3284) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/query/ORE.jsp 2010-10-18 22:17:43 UTC (rev 3285) @@ -109,7 +109,7 @@ linkbf.append(",<" + results.getContextConfig("Prefix") + "timegate/" + u + ">;rel=\"timegate\"\n"); linkbf.append(",<" + uriPrefix + "timemap/" + format + "/" + u - + ">;rel=\"timemap\"\n"); + + ">;rel=\"timemap\";type=\"text/csv\"\n"); String firstmemento = null; int count = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |