hi

i think i hit a bug within wicket (or maybe it is a bug within the appserver?).

i have a FileUpload on a wicket form and everything is smooth, _until_ it is taken to https. it looks like in https, the request does not (at least in caucho resin) tell the size of the request. This means (whatever maxSize is defined) wicket rejects to process it:

org.apache.wicket.util.upload.FileUploadBase:236 (wicket 1.4m3)

if (requestSize == -1)
{
  throw new UnknownSizeException( "the request
was rejected because its size is unknown");
}

is there a way around, or does this sanity check break on https?

cu uwe

ps: shall i open an isue for that? i just commented those lines out locally and it works nicely with http as well as http.

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

Reply via email to