Re: learn from my security mistake with getString

2010-07-24 Thread 7zark7
properties files and/or Spring configuration files Sent from my iPod On Jul 23, 2010, at 2:32 PM, Fernando Wermus fernando.wer...@gmail.com wrote: All we know that. On the other hand it is very practice to solve it in that way. What tools or framework do you use instead? On Fri, Jul 23,

learn from my security mistake with getString

2010-07-23 Thread Jim Pinkham
I was just looking around for my dunce cap after noticing this little gotcha - and I thought of this forum instead to share my moment of not-so-brilliance: public LoginForm(final String id) { ... other stuff ... add(new

Re: learn from my security mistake with getString

2010-07-23 Thread James Carman
Doh! On Jul 23, 2010 3:13 PM, Jim Pinkham pinkh...@gmail.com wrote: I was just looking around for my dunce cap after noticing this little gotcha - and I thought of this forum instead to share my moment of not-so-brilliance: public LoginForm(final String id) { ... other stuff ... add(new

Re: learn from my security mistake with getString

2010-07-23 Thread Fernando Wermus
All we know that. On the other hand it is very practice to solve it in that way. What tools or framework do you use instead? On Fri, Jul 23, 2010 at 5:25 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: wicket property files are meant for externalizing ui strings, not configuration values :)

Re: learn from my security mistake with getString

2010-07-23 Thread Igor Vaynberg
java.util.Properties -igor On Fri, Jul 23, 2010 at 2:32 PM, Fernando Wermus fernando.wer...@gmail.com wrote: All we know that. On the other hand it is very practice to solve it in that way. What tools or framework do you use instead? On Fri, Jul 23, 2010 at 5:25 PM, Igor Vaynberg