[
https://issues.jboss.org/browse/SEAMFACES-73?page=com.atlassian.jira.plug...
]
Dan Allen commented on SEAMFACES-73:
------------------------------------
This has been solved by this commit:
https://github.com/seam/faces/commit/f94e63bce7b07ecfaa1abc09ec39cee08914...
I'm still open if you have an idea about how to improve the log message any more.
Otherwise, Brian you can mark this as resolved. Perhaps a unit test to seal the deal?
The mappins are not properly logged in the following log entry:
"Auto-registering FacesServlet with mappings "
---------------------------------------------------------------------------------------------------------------
Key: SEAMFACES-73
URL:
https://issues.jboss.org/browse/SEAMFACES-73
Project: Seam Faces
Issue Type: Bug
Components: Configuration API
Affects Versions: 3.0.0.Beta2
Reporter: Marek Dec
Priority: Trivial
When auto registering faces servlet (FacesServletInitializer) an array of mappings is
logged. The problem is that String[].toString method is invoked to produce the list of
mappings what results in printing a meaningless information (Object.toString()).
FacesServletInitialization:44, method: private void registerFacesServlet(ServletContext
ctx).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira