You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Wendy Smoak <ws...@gmail.com> on 2010/01/29 21:13:30 UTC

Re: svn commit: r904431 - /continuum/trunk/continuum-webapp/src/main/resources/struts.xml

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,  <jz...@apache.org> 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>
>
>
>