]
James Perkins updated WFLY-11222:
---------------------------------
Fix Version/s: 15.0.0.Final
Fix wrong grep escaping on wsprovide and wsconsume scripts
----------------------------------------------------------
Key: WFLY-11222
URL:
https://issues.jboss.org/browse/WFLY-11222
Project: WildFly
Issue Type: Bug
Components: Scripts
Reporter: Marek Kopecký
Assignee: Marek Kopecký
Priority: Blocker
Fix For: 15.0.0.Beta1, 15.0.0.Final
Wrong grep escaping on wsprovide and wsconsume scripts.
How to reproduce:
On solaris11 with latest upgrade of grep:
{noformat}
[hudson@dev36-03 bin]$ ./wsprovide.sh -h
grep: illegal option -- e
grep: illegal option -- m
grep: illegal option -- g
grep: illegal option -- r
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
... wsprovide help message ...
[hudson@dev36-03 bin]$
{noformat}
On RHEL:
Security manager is activated with any non-related property that contains
"cmgr" string, example:
{code:bash}
export JAVA_OPTS="-Daaacmgrbbb=false"
./wsconsume.sh
https://raw.githubusercontent.com/jbossws/jbossws-cxf/master/modules/test...
{code}