[richfaces-issues] [JBoss JIRA] Commented: (RF-6525) rich:fileUpload createTempfiles directory should be made configurable.

Konstantin Mishin (JIRA) jira-events at lists.jboss.org
Wed Apr 28 14:20:11 EDT 2010


    [ https://jira.jboss.org/jira/browse/RF-6525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12528016#action_12528016 ] 

Konstantin Mishin commented on RF-6525:
---------------------------------------

Sample of using:
	<filter>
		...
		<init-param>
			<param-name>tempFilesDirectory</param-name>
			<param-value>d:</param-value>
		</init-param>
		...
	</filter>


> rich:fileUpload createTempfiles directory should be made configurable.
> ----------------------------------------------------------------------
>
>                 Key: RF-6525
>                 URL: https://jira.jboss.org/jira/browse/RF-6525
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.0
>         Environment: All
>            Reporter: sathya sayee
>            Assignee: Konstantin Mishin
>             Fix For: 3.3.4.BETA1
>
>
> rich:fileUpload control's createTempFile can be configured as init-param in web.xml.
> The real problem is when createTempfile is true, the temp files in linux environment gets created in the <tomcat installation directory>/temp. This should be configurable and poses a security risk since the temp files do not even get deleted until the application is restarted.

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

        


More information about the richfaces-issues mailing list