Re: commons-fileupload security vulnerability (Struts 1.3)

2014-05-20 Thread Rene Gielen
Hi, Struts 1 is out of maintenance. I have no information whether commons-fileupload 1.3.1 works as a drop-in replacement for 1.1.1 in Struts 1.3 based applications. Most probably you will have to give it a test drive. Regards, René Am 30.04.14 02:02, schrieb Leopoldo Miranda Martinez/Mexico/IBM

Re: OGNL Indexed and Object Indexed Properties

2014-05-20 Thread foo bar
Hi again, I was thinking about this again a few minutes ago and thought maybe using an object that implements Map is not the solution, maybe if I use a List implementation, then OGNL will not interpret ".value" as get("value") since you can't do that to a List. Indeed getValue() was called using a

Re: OGNL Indexed and Object Indexed Properties

2014-05-20 Thread Christoph Nenning
> Result is > > During get > > >> getIndex() > >> getIndex() > >> getFieldMap() > my...@1.get(1) > my...@2.get(1) > my...@3.get(value) > >> getIndex() > >> getIndex() > > Ok, getValue() isn't called, I can work with this, I can make all my keys > numbers, if I detect a non-number I just route t

Database of Landlords For Sale

2014-05-20 Thread lazaroaxworth...@gmx.co.uk
Hello I expect you are well, how's things? I have just now made another spreadsheet of landlords living in the United Kingdom looking to add to their portfolio of houses or looking for aid with overseaing their present properties. A wide share of them are also wanting to take advantage of th

Re: OGNL Indexed and Object Indexed Properties

2014-05-20 Thread foo bar
My case is logically like this Imagine these data structure gamer: userId gameConsole type game: gameId gameName A game is associated to a gameConsole There are 2 types of gamers, for a type = CASUAL gamer, there are no games associated for a type = AVERAGE gamer, you can have games asscociated

Antwort: OGNL Indexed and Object Indexed Properties

2014-05-20 Thread Christoph Nenning
> Question: > According to OGNL ( > http://commons.apache.org/proper/commons-ognl/language-guide.html) under > heading JavaBeans Indexed Properties and OGNL Object Indexed Properties, > getFieldWithIndex(int index) should be called, but it isn't, same goes with > getFieldWithKey(String key), why

OGNL Indexed and Object Indexed Properties

2014-05-20 Thread foo bar
OGNL Indexed and Object Indexed Properties Hi, I'm wondering why this code is not working. I'm using struts 2.3.16.1 and ognl 3.0.6. In my action class I have this public String[] getFieldArray() { System.out.println(">> getFieldArray()"); return null; } public void setFieldArray(String[] arra