Alex-

can you file a big report with stacktrace/log and plugin configuration files 
https://issues.apache.org/struts/secure/Dashboard.jspa

thanks,
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Wed, 14 Oct 2009 17:54:07 -0700
> From: [email protected]
> To: [email protected]
> Subject: Re: Bug: Struts 2.1.8 and "multipart/form-data"
> 
> 
> The issue has gone away, after I removed plugin
> [struts2-fileupload-plugin-2.1.7-SNAPSHOT.jar]. But this plugin works
> correctly w/ Struts 2.1.6.
> 
> Alex Siman wrote:
> > 
> > If form uses [enctype="multipart/form-data"] then Struts2 stores request
> > params in session (I suppose, at least not in request). And with every
> > form submit Struts2 prepend prev value of parameter to a new one separated
> > by a comma.
> > 
> > Example:
> > 
> > update.jsp
> > ----------------------
> >     <s:form action="upload" enctype="multipart/form-data">
> >             ...
> >             <s:textfield name="desc" label="Description"/>
> >             ...
> >     </s:form>
> > ----------------------
> > 
> > Suppose we have submited form multiple times:
> > 1) set "desc" to "1", then "desc" will be "1".
> > 2) set "desc" to "2", then "desc" will be "1, 2".
> > 3) set "desc" to "3", then "desc" will be "1, 2, 3".
> > ...
> > n) set "desc" to "n", then "desc" will be "1, 2, 3 ... , n-1, n".
> >     
> > This issue appeared after I upgraded to Struts 2.1.8:
> > - ognl-2.7.3.jar
> > - struts2-core-2.1.8.jar
> > - struts2-fileupload-plugin-2.1.7-SNAPSHOT.jar
> > - xwork-core-2.1.6.jar
> > 
> > Is this bug or feature? How to fix this?
> > 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Bug%3A-Struts-2.1.8-and-%22multipart-form-data%22-tp25883021p25900845.html
> Sent from the Struts - Dev mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
                                          
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141665/direct/01/

Reply via email to