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 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 Va

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 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 wrote: > >> wicket property files

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 wrote: > wicket property files are meant for externalizing ui strings, not > configuration values :) > > -igor > > On Fri, Ju

Re: learn from my security mistake with getString

2010-07-23 Thread Igor Vaynberg
wicket property files are meant for externalizing ui strings, not configuration values :) -igor On Fri, Jul 23, 2010 at 12:12 PM, Jim Pinkham 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-

Re: learn from my security mistake with getString

2010-07-23 Thread James Carman
Doh! On Jul 23, 2010 3:13 PM, "Jim Pinkham" 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 FormComponen

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 FormComponentFeedbackBorder("user.feedback").a