Posts by user14069 • 93 points
6 posts
-
2
votes3
answers60
viewsA: Javascript does not follow the algorithm flow
The @flpms response already answers why this does not work, you are working with Names and before waiting for the request to return and the Password to be solved you already return the variable that…
-
0
votes1
answer37
viewsA: PHP Magic methods and Security
First you have to have a defined constant called FLAG_PATH with the probable path of something you want to read. Then instantiate the flag or go straight: 1 - $flag = new Flag();…
-
0
votes3
answers476
viewsA: Undefined error while reading 'post' property in Angularjs
I actually believe (I couldn’t see your code in jsfiddle) that you’re doing it right on the first line but then try to get the values in the POST. By default Angularjs plays all the information on a…
-
6
votes3
answers2508
views -
1
votes1
answer803
viewsQ: Junit with spring Autowired
I have a big problem that in my Genericservice I use an @Autowired on an Httpservletrequest (Even not knowing the utility, because, I do not know the architecture so well), and needed to use unit…
-
0
votes3
answers1168
viewsA: PHP as per path and filename in variables
Take a look at this guy: http://php.net/manual/en/class.directoryiterator.php This guy has everything you want is native to PHP. Recommending:…