|
Commons FileUpload example source code file (tasks.xml)
The Commons FileUpload tasks.xml source code<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <document> <properties> <title>TODO <author email="rdonkin@apache.org">Robert Burrell Donkin </properties> <body> <section name="TODO list"> <p> The following is a list of items that need to be completed in Fileupload. Contributions are welcome! </p> <subsection name="High priority"> </subsection> <subsection name="Medium priority"> <ul> <li> <strong>Additional unit tests to increase code coverage. </li> <li> <strong>Documentation for the customization capabilities. </li> </ul> </subsection> <subsection name="Low priority"> </subsection> </section> <section name='Completed'> <subsection name="Since 1.0 Beta 1 Release"> <ul> <li> Split the <code>FileUpload class into an abstract base class and two concrete classes, one of which is specific to a disk-based repository and the other a more generic implementation. </li> <li> Replaced the ad hoc <code>newInstance() means of creating <code>FileItem instances with a factory-based scheme for much greater flexibility and simpler customization. This change also eliminates a dependency on Commons BeanUtils. </li> <li> Change the semantics of the size threshold to apply to the size of individual items, instead of the size of the overall request. This is in line with the original documentation, and better meets user expectations. </li> <li> Added unit tests for exceptional conditions, and to test new functionality. </li> </ul> </subsection> </section> <section name="Deprecated"> <subsection name="Since 1.0 Beta 1 Release"> <ul> <li> In the <code>FileItem interface, the Other Commons FileUpload examples (source code examples)Here is a short list of links related to this Commons FileUpload tasks.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.