dev@javaserverfaces.java.net

[jsf 2.1] small bug on ViewHandler

From: Leonardo Uribe <lu4242_at_gmail.com>
Date: Mon, 13 Sep 2010 20:34:16 -0500

Hi

Checking some stuff related to the spec, I notice in ViewHandler the
following constant was updated:

public static final String DEFAULT_SUFFIX = ".xhtml .view.xml .jsp";

but this one was not updated:

public static final String DEFAULT_FACELETS_SUFFIX = ".xhtml";

shouldn't this one say this?

public static final String DEFAULT_FACELETS_SUFFIX = ".xhtml .view.xml";

best regards,

Leonardo Uribe