I wonder if we can use an alternate mechanism to send the salt value in this case, e.g. an HTTP header.
- Dave On Fri, Mar 15, 2013 at 9:59 AM, Dave Koelmeyer < [email protected]> wrote: > On 11/03/13 01:58 AM, Matthias Wimmer wrote: > >> Hi Dave, >> >> El 2013-03-10 23:37:51, Dave Koelmeyer escribió: >> >>> Just some more tinkering with this. I have noticed that the >>> following error is logged in roller.log exactly concurrently with an >>> image upload. I get the same error consistently for every attempted >>> file upload. This could be a lead as to what is going wrong - any >>> pointers to where to look? >>> >> https://issues.apache.org/**jira/browse/ROL-1956<https://issues.apache.org/jira/browse/ROL-1956> >> >> I think this describes the problem. Validating the salt fails for this >> request as the Java EE spec does not guarantee that you can read >> parameters when you are handling a request by reading the input data >> yourself using getInputStream() or getReader(). This is done in this >> case to be able to read the posted file. >> > > Hi Matthias, > > Bingo - that looks like it alright. > > Cheers, > > > -- > Dave Koelmeyer > http://blog.davekoelmeyer.co.**nz <http://blog.davekoelmeyer.co.nz> > >
