This got no response on struts-user so I went digging into the code... It
looks to me on first examination that it wouldn't be hard at all to support
modules with URL prefix mapping; all it needs is a check to see if
getServletPath() returns a string that begins with the servlet mapping URL
and
Hello,
I'm trying to upload files using org.apache.struts.upload.FormFile
When I'm getting files larger than 20K or so, data get corrupted, is there
is a way to fix this,
This is the class I'm using to copy the data in to byte array;
public byte[] read2array(UploadTransferForm uForm) throws Exce
Author: husted
Date: Wed Jun 29 15:05:50 2005
New Revision: 202443
URL: http://svn.apache.org/viewcvs?rev=202443&view=rev
Log:
OVR-5
* Inject FieldTable as a property of Catalog.
Modified:
struts/sandbox/trunk/overdrive/PhoneBook/Web/Resources/Command/AppBase.xml
struts/sandbox/trunk/over
Author: husted
Date: Wed Jun 29 15:04:51 2005
New Revision: 202442
URL: http://svn.apache.org/viewcvs?rev=202442&view=rev
Log:
OVR-8
* Oops, make FieldContext a property too, so that it doesn't have to hide
behind a magic value.
Modified:
struts/sandbox/trunk/overdrive/Nexus/Core/IRequestCat
Author: husted
Date: Wed Jun 29 14:43:45 2005
New Revision: 202437
URL: http://svn.apache.org/viewcvs?rev=202437&view=rev
Log:
OVR-5
* Move Message Resource file to Core assembly, where it can be shared.
]
Added:
struts/sandbox/trunk/overdrive/PhoneBook/Core/Messages.resx
Removed:
struts
Author: husted
Date: Wed Jun 29 14:18:18 2005
New Revision: 202431
URL: http://svn.apache.org/viewcvs?rev=202431&view=rev
Log:
OVR-5
* Rename file names to match class names.
* Update configuration to match Nexus changes in Struts r20249.
Added:
struts/sandbox/trunk/overdrive/PhoneBook/Cor
Author: husted
Date: Wed Jun 29 14:13:24 2005
New Revision: 202429
URL: http://svn.apache.org/viewcvs?rev=202429&view=rev
Log:
OVR-8
OVR-11
OVR-12
OVR-13
* ICatalog: Add PreOp and PostOp as properties, so that we don't have to use a
magic identifier.
* IViewHelper: Add Profile property, so that
On 6/28/05, Ted Husted <[EMAIL PROTECTED]> wrote:
> On 6/28/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> > Hoping for positive replies ;-)
>
> One constructive reply would be to consider using a "Tomcat Example"
> format to demonstrate the code, like the one Steve Raeburn uses here:
>
> * h