Comment 4 for bug 31382

Revision history for this message
Francis J. Lacoste (flacoste) wrote :

After investigation it seems that this points to legitimate problems in our templates or configuration. This happens when requesting a resource-type URL '/@@/' and there is no Resources registered for that path. This usually indicates a missing slash in the template (like in OOPS-863A2535).

That problem arises because the view traversal looks-up for '', and that name is also used by the defaultViewName adapter registration. So where a Resources should be returned, the string of defaultViewName is returned.