qbdsoft / owasp-esapi-php

Automatically exported from code.google.com/p/owasp-esapi-php
Other
0 stars 0 forks source link

User.php interface class missing from repo? #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Trying to access DefaultUser class in "src/reference" folder

What is the expected output? What do you see instead?
It should initialize the user object. "User.php" file missing from the 
php-esapi repo.

What version of the product are you using? On what operating system?
current version

Please provide any additional information below.
I am trying to implement the src/reference/DefaultUser class and on top of that 
DefaultUser.php there is a reference to "require_once dirname(__FILE__) . 
'/../User.php';" but User.php file not found anywhere in the repo. I will 
really appreciate if someone could plz provide me a copy of complete php-esapi 
project ASAP as I am already in the middle of a project with the deadline 
approaching soon.

Your feedback/help will be really appreciated.

Original issue reported on code.google.com by onlysa...@gmail.com on 19 Jan 2012 at 6:04