[jboss-jira] [JBoss JIRA] (WFLY-10243) wsconsume.bat and wsprovide.bat wrongly use -Dsecmgr
R Searls (JIRA)
issues at jboss.org
Mon Apr 16 08:46:01 EDT 2018
R Searls created WFLY-10243:
-------------------------------
Summary: wsconsume.bat and wsprovide.bat wrongly use -Dsecmgr
Key: WFLY-10243
URL: https://issues.jboss.org/browse/WFLY-10243
Project: WildFly
Issue Type: Bug
Components: Scripts
Reporter: R Searls
Assignee: R Searls
wsconsume.bat and wsprovide.bat wrongly reference -Dsecmgr. It should reference -secmgr.
rem check for secmgr property
setlocal EnableDelayedExpansion
echo(!JAVA_OPTS! | findstr /r /c:"-Dsecmgr" > nul
if not errorlevel == 1 (
set "line=%JAVA_OPTS%"
set JAVA_OPTS=!line:-Dsecmgr= !
set SECMGR=true
)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list