org.ops4j.pax.web.service.internal.ConfigurationImpl logging statement does not 
show listening addresses it uses String[].toString()
------------------------------------------------------------------------------------------------------------------------------------

                 Key: PAXWEB-189
                 URL: http://issues.ops4j.org/browse/PAXWEB-189
             Project: Pax Web
          Issue Type: Improvement
          Components: Web Container
    Affects Versions: 0.7.2
            Reporter: Miroslav Pokorny
            Assignee: Alin Dreghiciu


>From my logs notice the idented line with listening addresses. 
>ConfigurationImpl.toString() builds a string that simply does a toString() on 
>the String array holding the listening addresses, which does not help. I 
>suggest this is replaced by Array.toString( this.listeningAddresses) etc so 
>the actual addresses are included.

[Thread-1] DEBUG org.ops4j.pax.web.service.jetty.internal.ServerControllerImpl 
- Configuring server [ServerControllerImpl{state=UNCONFIGURED}] -> 
        
        [ConfigurationImpl{http enabled=true,http port=8080,http secure 
enabled=false,http secure port=8443,ssl keystore=C:\Users\mP\.keystore,ssl 
        keystoreType=null,session timeout=null,session url=null,session 
cookie=null,worker name=null,listening addresses=[Ljava.lang.String;@146c1d4}] 
        
[Thread-1] DEBUG org.ops4j.pax.web.service.jetty.internal.ServerControllerImpl 
- Starting server [ServerControllerImpl{state=STOPPED}]



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to