You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/10/09 12:44:09 UTC

svn commit: r307385 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap

Author: michi
Date: Sun Oct  9 03:44:04 2005
New Revision: 307385

URL: http://svn.apache.org/viewcvs?rev=307385&view=rev
Log:
byte rages set to false

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap?rev=307385&r1=307384&r2=307385&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap Sun Oct  9 03:44:04 2005
@@ -59,7 +59,10 @@
 
           <!-- matches pub-id/area/**.pdf -->
           <map:match pattern="*/*/**.pdf">
-            <map:read src="pubs/{1}/resources/{2}/{3}.pdf" mime-type="application/pdf" />
+            <map:read src="pubs/{1}/resources/{2}/{3}.pdf" mime-type="application/pdf">
+              <!-- TODO: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&amp;m=112496255207733&amp;w=2 -->
+              <map:parameter name="byte-ranges" value="false"/>
+            </map:read>
           </map:match>
 
           <!-- matches pub-id/area/**.doc -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org