Issue Details (XML | Word | Printable)

Key: STR-2698
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Don Brown
Reporter: Russ Nelson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts 1

Struts API - MultipartRequestHandler documentation error

Created: 21/Dec/05 06:51 AM   Updated: 08/Jun/08 04:46 AM
Return to search
Component/s: Documentation
Affects Version/s: 1.3.0
Fix Version/s: 1.3.3

Environment:
Operating System: Windows XP
Platform: PC

Bugzilla Id: 37981


 Description  « Hide
When using the getAllElements method of
org.apache.struts.upload.MultipartRequestHandler and retrieving the
information from the Hashtable that it outputs, given a key, the value
retrieved was a String[] not a String as the javadoc at
http://struts.apache.org/struts-doc-
1.0.2/api/org/apache/struts/upload/MultipartRequestHandler.html#getAllElements
() states.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
Struts #397763 Fri Apr 28 05:22:36 UTC 2006 mrdon Fixed javadoc to fit implementation
STR-2698
Files Changed
MODIFY /struts/action/trunk/core/src/main/java/org/apache/struts/upload/MultipartRequestHandler.java