And

Results 60 comments of And

@AJH16 Security question/code? ![](http://prntscr.com/7g7jhe/direct)

Ok, I waiting for it.

Hey @AJH16, just was a busy. I added an example to /examples, but when I tested how a service works I found an error. Here is what Battle.Net service returns:...

Also https://github.com/Lusitanian/PHPoAuthLib/issues/398

Thank you for the issue. :)

Also https://github.com/Lusitanian/PHPoAuthLib/issues/398

@srathbun Thanks for your idea. I see that statement wrong. I found this solution after debugging: if @project.landing_page && [email protected]_page.empty? && request.env["HTTP_REFERER"] && !(request.env["HTTP_REFERER"].scan(@project.identifier).length > 0) redirect_to @project.landing_page, :status =>...

/project/my-project can be direct link to project. In that case request.env value === nil, and statement fails (500 error - no method scan for nil). I am not ruby programmer,...

Yes, you right, more complicated if statement. I found another bug - we cant go to overview from issue, because issue url does not contain project identifier: http://redmine/issues/357 Not sure,...