[ 
http://jira.codehaus.org/browse/CONTINUUM-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=208766#action_208766
 ] 

Jevica Arianne B. Zurbano commented on CONTINUUM-2440:
------------------------------------------------------


I'd like to make a correction, the download size is 100KB and not 100MB. Sorry 
for the confusion.

The download size is already set in 
http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/WorkingCopyAction.java
 (snippet below)

{noformat}
if ( ( mimeType.indexOf( "image" ) >= 0 ) || ( mimeType.indexOf( "java-archive" 
) >= 0 ) ||
     ( mimeType.indexOf( "java-class" ) >= 0 ) || ( downloadFile.length() > 
100000 ) )
{
    return "stream";
}
{noformat}


> Unable to download html file from working copy
> ----------------------------------------------
>
>                 Key: CONTINUUM-2440
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2440
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.3.4
>         Environment: IE 6 
>            Reporter: Caroline Jandayan
>            Assignee: Jevica Arianne B. Zurbano
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: report-public.html
>
>
> Clicking on the html report file listed in the working copy results in an 
> error page:
> Error message:
> The XML page cannot be displayed
> Cannot view XML input using style sheet. Please correct the error and then 
> click the Refresh button, or try again later. 
> The system cannot locate the resource specified. Error processing resource 
> 'http://www...
> Users need to be able to download this file, (but the file does not need to 
> be displayed within Continuum.)
> To reproduce, place html report file in the numbered working copy directory 
> of any project, then view the working copy through Continuum and try to 
> download the file. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to