When display-name in web.xml contains the dot the remaining part's printed out
in geronimo.log
----------------------------------------------------------------------------------------------
Key: GERONIMO-3849
URL: https://issues.apache.org/jira/browse/GERONIMO-3849
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: Logging
Affects Versions: 2.1
Reporter: Jacek Laskowski
I'm not certain it applied to Geronimo or MyFaces 1.2.2 which is bundled in
Geronimo 2.1.
When display-name in web.xml is as follows:
<display-name>Witaj Geronimo z JavaServer Faces 1.2 i Apache Maven
2</display-name>
only the part after the dot's printed out:
20:39:29,828 INFO [2 i Apache Maven 2] No state saving method defined,
assuming default server state saving
whereas when it's as follows:
<display-name>Witaj Geronimo z JavaServer Faces 1_2 i Apache Maven
2</display-name>
then it's printed out fully:
20:44:34,312 INFO [Witaj Geronimo z JavaServer Faces 1_2 i Apache Maven 2] No
state saving method defined, assuming default server state saving
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.