Bug 900564 (JBPAPP6-1475)

Summary: Wrong format of IPv6 addresses in log entries
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jitka Kozana <jkudrnac>
Component: IPv6 supportAssignee: Emmanuel Hugonnet (ehsavoie) <ehugonne>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0.0CC: kkhan, pkremens
Target Milestone: DR13   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBPAPP6-1475
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Logged IPv6 addresses in previous releases of JBoss EAP 6, were not wrapped in square brackets as required. In this release, the handling of IPv6 addresses has been addressed and they are bracketed in logs as expected.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 900625    

Description Jitka Kozana 2012-05-31 13:58:53 UTC
Affects: Release Notes
project_key: JBPAPP6

IPv6 addresses in log files are in a wrong format, the [ ] are missing:
{noformat}
09:18:44,203 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://2620:52:0:105f::ffff:2:9990
{noformat}
It should be:
{noformat}
http://[2620:52:0:105f::ffff:2]:9990 {noformat}

Comment 1 Pavel Janousek 2012-05-31 14:04:55 UTC
Link: Added: This issue is related to JBPAPP-7470


Comment 2 Rajesh Rajasekaran 2012-06-08 21:00:25 UTC
Link: Removed: This issue is related to JBPAPP-7470 


Comment 3 Rajesh Rajasekaran 2012-06-08 21:02:59 UTC
Link: Added: This issue is a dependency of JBPAPP-9320


Comment 4 Misty Stanley-Jones 2012-06-12 08:52:19 UTC
Release Notes Docs Status: Added: Documented as Known Issue
Release Notes Text: Added: IPv6 addresses should be formatted with square brackets ([ and ]) around them, such as in <code>http://[2620:52:0:105f::ffff:2]:9990</code>. The brackets are missing in the log files for JBoss Enterprise Application Platform 6. This issue is scheduled to be fixed in a future release.
Affects: Added: Release Notes


Comment 5 Dana Mison 2012-10-03 05:35:11 UTC
Release Notes Text: Removed: IPv6 addresses should be formatted with square brackets ([ and ]) around them, such as in <code>http://[2620:52:0:105f::ffff:2]:9990</code>. The brackets are missing in the log files for JBoss Enterprise Application Platform 6. This issue is scheduled to be fixed in a future release. Added: IPv6 addresses should be formatted with square brackets ({{[}} and {{]}}) around them, such as in {{http://[2620:52:0:105f::ffff:2]:9990}}. The brackets are missing in the log files for JBoss Enterprise Application Platform 6. This issue is scheduled to be fixed in a future release.


Comment 6 Dana Mison 2012-10-03 05:35:44 UTC
Release Notes Text: Removed: IPv6 addresses should be formatted with square brackets ({{[}} and {{]}}) around them, such as in {{http://[2620:52:0:105f::ffff:2]:9990}}. The brackets are missing in the log files for JBoss Enterprise Application Platform 6. This issue is scheduled to be fixed in a future release. Added: IPv6 addresses should be formatted with square brackets ([ and ]) around them, such as in http://[2620:52:0:105f::ffff:2]:9990. The brackets are missing in the log files for JBoss Enterprise Application Platform 6. This issue is scheduled to be fixed in a future release.


Comment 7 Dana Mison 2012-10-03 05:38:19 UTC
Writer: Added: mistysj


Comment 8 Dana Mison 2012-10-29 00:56:15 UTC
Release Notes Text: Removed: IPv6 addresses should be formatted with square brackets ([ and ]) around them, such as in http://[2620:52:0:105f::ffff:2]:9990. The brackets are missing in the log files for JBoss Enterprise Application Platform 6. This issue is scheduled to be fixed in a future release. Added: IPv6 addresses should be formatted with square brackets ([ and ]) around them, such as in `http://[2620:52:0:105f::ffff:2]:9990`. The brackets are missing in the log files for JBoss Enterprise Application Platform 6. This issue is scheduled to be fixed in a future release.


Comment 9 Anne-Louise Tangring 2012-11-13 20:59:23 UTC
Release Notes Docs Status: Removed: Documented as Known Issue 
Writer: Removed: mistysj 
Release Notes Text: Removed: IPv6 addresses should be formatted with square brackets ([ and ]) around them, such as in `http://[2620:52:0:105f::ffff:2]:9990`. The brackets are missing in the log files for JBoss Enterprise Application Platform 6. This issue is scheduled to be fixed in a future release. 
Docs QE Status: Removed: NEW 


Comment 12 Petr Kremensky 2014-07-21 05:52:11 UTC
Assigning to Brian since there is no default IPv6 support contact.

@Brian, can you please review/re-assing, thanks.

Comment 14 JBoss JIRA Server 2014-12-02 17:29:19 UTC
Emmanuel Hugonnet <ehugonne> updated the status of jira WFCORE-439 to Coding In Progress

Comment 15 Emmanuel Hugonnet (ehsavoie) 2014-12-02 17:59:07 UTC
Upstream PR: https://github.com/wildfly/wildfly-core/pull/370
PR: https://github.com/jbossas/jboss-eap/pull/2109

Comment 16 Petr Kremensky 2014-12-10 12:57:41 UTC
Verified on EAP 6.4.0.DR13