jboss-server-migration.sh replaces 	 (tab) with space in standalone.xml

Solution In Progress - Updated -

Issue

In migrate standalone.xml from EAP 7.0 to 7.2, jboss-server-migration.sh outputs unexpected pattern attribute that is replaced tab with space as below:

input standalone.xml:

<access-log pattern="%a&#009;%A:%p&#009;%{time,yyyy-MM-dd HH:mm:ss}&#009;%m&#009;%U&#009;%s&#009;%b&#009;%T"/>

result:

<access-log pattern="%a %A:%p %{time,yyyy-MM-dd HH:mm:ss} %m %U %s %b %T"/>

expected (same as input):

<access-log pattern="%a&#009;%A:%p&#009;%{time,yyyy-MM-dd HH:mm:ss}&#009;%m&#009;%U&#009;%s&#009;%b&#009;%T"/>

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 7.2

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content