I need to merge the work of two developers in a JSF project. One changed the directory structure, the other changed content.
In my current merge result, some <ui:include />
statements seem broken. Firefox shows the message "The page isn't redirecting properly". I already experienced this message caused by broken includes, so I assume the same cause here. But that time I was the one who changed structure and content and changes were smaller, so it was easier to find where the erroneous include was.
This time, changes are much more and much more complex, so searching all the diffs for suspicious changes will be very time-consuming.
Even without this high-volume high-complexity case, I would like to have a general approach for troubleshooting broken includes.
There are no include-related messages in my logs. Are there some good logging settings for that ? JSF implementation currently used is MyFaces.