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 support | Assignee: | Emmanuel Hugonnet (ehsavoie) <ehugonne> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0.0 | CC: | 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
Link: Added: This issue is related to JBPAPP-7470 Link: Removed: This issue is related to JBPAPP-7470 Link: Added: This issue is a dependency of JBPAPP-9320 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 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. 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. Writer: Added: 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. 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. 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 Assigning to Brian since there is no default IPv6 support contact. @Brian, can you please review/re-assing, thanks. Emmanuel Hugonnet <ehugonne> updated the status of jira WFCORE-439 to Coding In Progress Upstream PR: https://github.com/wildfly/wildfly-core/pull/370 PR: https://github.com/jbossas/jboss-eap/pull/2109 Verified on EAP 6.4.0.DR13 |