Re: FW: [Webwork-user] multipart support
Brought to you by:
baldree,
rickardoberg
From: <ma...@sm...> - 2002-05-20 21:13:51
|
I eliminated the multipart filter and moved this logic into the dispatcher. Thanks Pat for your input. -Matt > ----- Original Message ----- > From: "Patrick Lightbody" <pli...@ho...> > To: "Matt Baldree" <ma...@sm...>; "Webwork-User" > <web...@li...> > Sent: Sunday, May 19, 2002 6:55 PM > Subject: Re: [Webwork-user] multipart support > > > > I don't understand why you can't just make the ServletDispatcher figure > out > > if the request is multipart and if so act accordingly? Why not make the > > entire thing transparent and also still avoid using filters unless > > absolutely necessary. I know most implementations can do filters now, so > > that's not the issue, but the more transparent this feature is, the > better! > > Just my two cents... > > > > -Pat > > > > ----- Original Message ----- > > From: "Matt Baldree" <ma...@sm...> > > To: "Webwork-User" <web...@li...> > > Sent: Saturday, May 18, 2002 11:51 AM > > Subject: [Webwork-user] multipart support > > > > > > > I added multipart support to WW. I looked at a couple of approaches at > > > solving this problem and settled in using a filter to wrap the request. > I > > > thought this was the cleanest, less obtrusive solution. You have the > > ability > > > to choose between Jason's multipart parse (watch the license) and Pell's > > by > > > setting a new property setting "webwork.multipart.parser". You can > always > > > add your own parser and adapter if you like. See "Multipart Request > Test" > > > for more details. > > > > > > -Matt > > > > > > > > > > > > _______________________________________________________________ > > > Hundreds of nodes, one monster rendering program. > > > Now that's a super model! Visit http://clustering.foundries.sf.net/ > > > > > > _______________________________________________ > > > Webwork-user mailing list > > > Web...@li... > > > https://lists.sourceforge.net/lists/listinfo/webwork-user > > > > > > > |