Jev, can we get more explanation on this change? (See comments on CONTINUUM-2440 please.) Thanks! -Wendy
On Fri, Jan 29, 2010 at 2:20 AM, <[email protected]> wrote: > Author: jzurbano > Date: Fri Jan 29 09:20:31 2010 > New Revision: 904431 > > URL: http://svn.apache.org/viewvc?rev=904431&view=rev > Log: > [CONTINUUM-2440] - Unable to download html file from working copy > > > Modified: > continuum/trunk/continuum-webapp/src/main/resources/struts.xml > > Modified: continuum/trunk/continuum-webapp/src/main/resources/struts.xml > URL: > http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/struts.xml?rev=904431&r1=904430&r2=904431&view=diff > ============================================================================== > --- continuum/trunk/continuum-webapp/src/main/resources/struts.xml (original) > +++ continuum/trunk/continuum-webapp/src/main/resources/struts.xml Fri Jan 29 > 09:20:31 2010 > @@ -435,7 +435,7 @@ > <result name="success">/WEB-INF/jsp/workingCopy.jsp</result> > <result name="stream" type="stream"> > <param name="contentType">application/octet-stream</param> > - <param > name="contentDisposition">filename="${downloadFilename}"</param> > + <param name="contentDisposition">attachment; > filename="${downloadFilename}"</param> > <param name="contentLength">${fileLength}</param> > </result> > </action> > > >
