webwork/src/main/webwork/multipart MultiPartRequestWrapper.java,1.13,1.14
[email protected] Mon, 5 Dec 2005 15:20:09 +0000 (UTC)
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/main/webwork/multipart
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30548/src/main/webwork/multipart
Modified Files:
MultiPartRequestWrapper.java
Log Message:
Renamed enum for 1.5 happiness
Index: MultiPartRequestWrapper.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/multipart/MultiPartRequestWrapper.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- MultiPartRequestWrapper.java 3 Aug 2005 09:42:46 -0000 1.13
+++ MultiPartRequestWrapper.java 5 Dec 2005 15:15:00 -0000 1.14
@@ -79,7 +79,7 @@
}
catch (Exception e)
{
- throw new IOException("Error instantiating webwork.multipart.parser.class: " + customHandler + "(original message: " + e.getMessage() + ")");
+ throw new IOException("Error instantiating webwork.multipart.parser.class: " + customHandler + "(original message: " + e.getMessage() + ')');
}
} else {
throw new IOException("Not multipart parse specified in webwork.properties.");
@@ -109,9 +109,9 @@
public Map getParameterMap()
{
Map map = new HashMap();
- Enumeration enum = getParameterNames();
- while (enum.hasMoreElements()) {
- String name = (String) enum.nextElement();
+ Enumeration e = getParameterNames();
+ while (e.hasMoreElements()) {
+ String name = (String) e.nextElement();
map.put(name, this.getParameterValues(name));
}
return map;
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click