[Cppcms-users] URI selection?, double call??
Brought to you by:
artyom-beilis
|
From: Juan C. B. <jcb...@gm...> - 2013-03-13 11:40:23
|
Hi all, Two behaviours I don't understand in the hello_world example: 1) It looks like any URI under localhost:8080 will be responded upon while config.js explicitly states that the application lives under localhost:8080/hello. Bug, feature or PBKAC? 2) As a lame execution tracking I dump to std::cout Boost's local_time() but I get two printed lines by server request (as if my_hello_world:main() would be called twice). Again, bug, feature or or PBKAC? Code replicating the effect at: https://github.com/jcborras/cppwap Clone with git clone gi...@gi...:jcborras/cppwap.git (but you all know that) Thanks in advance, Cheers, jcb! |