Author: mrdon
Date: Tue Jan 30 17:34:42 2007
New Revision: 501683
URL: http://svn.apache.org/viewvc?view=rev&rev=501683
Log:
Fixed class name
WW-1692
Modified:
struts/struts2/trunk/plugins/pell-multipart/src/main/resources/struts-plugin.xml
Modified:
struts/struts2/trunk/plugins/pell-multipart/src/main/resources/struts-plugin.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pell-multipart/src/main/resources/struts-plugin.xml?view=diff&rev=501683&r1=501682&r2=501683
==============================================================================
---
struts/struts2/trunk/plugins/pell-multipart/src/main/resources/struts-plugin.xml
(original)
+++
struts/struts2/trunk/plugins/pell-multipart/src/main/resources/struts-plugin.xml
Tue Jan 30 17:34:42 2007
@@ -5,5 +5,5 @@
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
- <bean type="org.apache.struts2.dispatcher.MultiPartRequest" name="pell"
class="org.apache.struts2.dispatcher.PellMultiPartRequest" />
+ <bean type="org.apache.struts2.dispatcher.multipart.MultiPartRequest"
name="pell"
class="org.apache.struts2.dispatcher.multipart.PellMultiPartRequest" />
</struts>