Log message #3883517

# At Username Text
# May 30th 2016, 15:27 ionas all I was asking was for some place where I can send you the concept and you say if you would â??useâ? it
# May 30th 2016, 15:27 bravo-kernel ok
# May 30th 2016, 15:27 ionas no point
# May 30th 2016, 15:27 ionas sorry wonâ??t do that
# May 30th 2016, 15:26 ionas I want to see if there is generally interest in that
# May 30th 2016, 15:26 ionas its to be integrated on cakephp.org
# May 30th 2016, 15:26 ionas I donâ??T want to get hopes up so its nothing to discuss here imho
# May 30th 2016, 15:26 bravo-kernel aha
# May 30th 2016, 15:25 ionas I donâ??t want to promise anything but I am considering building a small push interface where you can push your blog posts - I did find a contact of savant, dereuromark markstory - but none of you
# May 30th 2016, 15:24 ionas hehe
# May 30th 2016, 15:24 bravo-kernel I'm sorry but I don't follow
# May 30th 2016, 15:24 ionas but the god of aweful technology decided its time for a divoce and thus - would you drop me a line at jh@ht-studios.de
# May 30th 2016, 15:23 ionas now if you were on IRC Iâ??d simply query :p
# May 30th 2016, 15:23 ionas I was trying to gather up email addresses of cakephp3 bloggers so that I can send one BCC mail about what I had in mind
# May 30th 2016, 15:22 bravo-kernel yep
# May 30th 2016, 15:22 ionas bravo-kernel are you around?
# May 30th 2016, 15:22 ionas lykosis :)
# May 30th 2016, 14:58 lykosis Hello guys, nice to see this channel exists :slightly_smiling_face:
# May 30th 2016, 14:56 Speud to build the build.xml
# May 30th 2016, 14:56 Speud Do you know where I can find one example with cakephp and phing ?
# May 30th 2016, 14:55 Speud hello
# May 30th 2016, 14:49 Eax Fantastic, many thanks duko :)
# May 30th 2016, 14:48 duko http://book.cakephp.org/3.0/en/controllers/components/authentication.html#configuration-options
# May 30th 2016, 14:48 duko ohh it's allowedActions now
# May 30th 2016, 14:47 Eax Awesome! thanks Duko!
# May 30th 2016, 14:47 duko yes
# May 30th 2016, 14:47 Eax duko: No, does that exclude it?
# May 30th 2016, 14:46 duko Eax: have you added it to alwaysAllowed?
# May 30th 2016, 14:45 Eax mriec Yes. And it changes every time you visit a new page / make an AJAX call, I need it to stop changing from AJAX calls
# May 30th 2016, 14:45 mriec Eax: this url is configurable
# May 30th 2016, 14:44 bravo-kernel not even thinking about having to setup travis nginx if I would go that route :scream:
# May 30th 2016, 14:44 bravo-kernel I guess my question is: any way to catch this using a Cake testcase or should I just start testing with curl?
# May 30th 2016, 14:43 bravo-kernel makes kinda sense since the echo is appearing in my console
# May 30th 2016, 14:43 Eax mriec My issue is that the wrong URL gets entered in to $this->Auth->redirectUrl()
# May 30th 2016, 14:43 mriec Eax: yep you can access request object anywhere in controller using $this->request http://book.cakephp.org/3.0/en/controllers/request-response.html
# May 30th 2016, 14:42 bravo-kernel this shows up in the raw json response in Postman but not in my `$this->_response->body()`
# May 30th 2016, 14:42 bravo-kernel The problem is it is not detecting (deliberately) malformed response, I added an `echo` in my controller
# May 30th 2016, 14:42 Eax mriec Oh, request it as a feature?
# May 30th 2016, 14:41 mriec Eax -> maybe request dependent reconfigure component in AppController... **
# May 30th 2016, 14:41 bravo-kernel I am building a test to see if my app responds with a valid json response like described here http://book.cakephp.org/3.0/en/development/testing.html#testing-a-json-responding-controller
# May 30th 2016, 14:41 hmic doing a custom datatype/marshaller