• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to load PROPERTIES file (Eclipse)

 
Ranch Hand
Posts: 44
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I am using the ESAPI 1.4.4 to generate page which are safe from SQL Injection. The page itself runs fine but it generates a warning when run the first time.




How do I pass the resources folder in ESAPI??
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the output, it appears the the plugin is looking for the properties file in various locations (it even tells you where it is looking!), and cannot find the file in any of those places. (Hopefully this is enough of a hint...)
 
Nelo Angelo
Ranch Hand
Posts: 44
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Peter Johnson wrote:From the output, it appears the the plugin is looking for the properties file in various locations (it even tells you where it is looking!), and cannot find the file in any of those places. (Hopefully this is enough of a hint...)



Hi John,

Thanks for the reply. The problem is now resolved. I copied the ESAPI.properties and the validator files in the home directory.
reply
    Bookmark Topic Watch Topic
  • New Topic