Ralf Bitter
Ralf Bitter
I really want to figure out in detail what is going on here. Calling the default controller in a fresh installation should never run the lines of code you had...
Many thanks for the information. The key to solving this problem is the missing of the controller name in the result of your test. This means that the pSegmentsArray parameter...
If in line 224 the value of sRouterA["defaultController"] is "welcome" as you specified, then the condition in line 225 evaluates to false. This means that the array tTempArray is filled...
All understood and correct provided, and that's the point, that the code in line 467 and 468 is actually executed. So, the question still stands. You reported, that in line...
I hope you don't mind, but I closed the pull request without merging because: - The problem was more extensive than stated in the explanation (i.e. in addition line 464...