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)