On 2/23/07, Georgi Chulkov <[EMAIL PROTECTED]> wrote:

Are there plans to convert the FileUpload code to Java 1.5-style syntax,
i.e.:

public List<FileItem> parseRequest(HttpServletRequest request)

instead of the current:

public List parseRequest(HttpServletRequest request)

Unless the majority of the commons projects moves on to Java 1.5: No.

The API of commons-fileupload is so small, that it isn't too much of a
win to have the signature changed. Loosing portability to 1.2, 1.3 and
1.4 is much to loose, though.


Jochen


--
Emacs 22 will support MacOS and CygWin. It is not yet decided, whether
these will be used to run Emacs or the other way round.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to