[
https://issues.apache.org/jira/browse/WICKET-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756061#action_12756061
]
Igor Vaynberg commented on WICKET-2469:
---------------------------------------
http://www.javapractices.com/topic/TopicAction.do?Id=215
> Allow using a different FileItemFactory by extracting a method in
> MultipartServletWebRequest class
> --------------------------------------------------------------------------------------------------
>
> Key: WICKET-2469
> URL: https://issues.apache.org/jira/browse/WICKET-2469
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.4.1
> Environment: Anyone
> Reporter: Esteban Masoero
> Assignee: Igor Vaynberg
> Priority: Minor
> Fix For: 1.4.2, 1.5-M1
>
> Attachments: refactor.diff
>
>
> Hi there:
> In MultipartServletWebRequest constructor we have:
> ...
> (line 93) DiskFileItemFactory factory = new DiskFileItemFactory();
> ...
> which inhibits anyone from reusing MultipartServletWebRequest with a
> different factory. The only solution is generate a new class that is a copy
> of this one, with that line changed.
> The suggestion is to extract this code into a protected method, so we could
> just extend this class when there's a need to use a different factory (as in
> GAE applications).
> A diff file is added.
> Thanks in advance,
> Esteban
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.