Thank you.

Please see http://struts.apache.org/using.html#Bugs for the preferred approach to reporting bugs.

Joe

At 7:47 AM -0800 3/12/05, Dakota Jack wrote:
In ConfigHelper ll. 237-246 you will find:

    /**
     * The multipart object for this request.
     */
    public MultipartRequestWrapper getMultipartRequestWrapper() {

        if (this.request == null) {
            return null;
        }
        return (MultipartRequestWrapper)
this.request.getAttribute(Globals.MULTIPART_KEY);
    }

This code is mistaken and should be excized completely.  First, it
cannot be used, since the Globals.MULITPART_KEY returns a different
class completely.  Second, all this does is tie down different
multipart solutions and make the framework unnecessarily rigid.  I
have mentioned this before but it seems to just never go away.

Jack

--
"You can lead a horse to water but you cannot make it float on its back."
~Dakota Jack~

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to