[jboss-jira] [JBoss JIRA] (WFLY-11223) Fix wrong grep escaping on wsprovide and wsconsume scripts
Marek Kopecký (Jira)
issues at jboss.org
Mon Oct 22 07:54:00 EDT 2018
Marek Kopecký created WFLY-11223:
------------------------------------
Summary: Fix wrong grep escaping on wsprovide and wsconsume scripts
Key: WFLY-11223
URL: https://issues.jboss.org/browse/WFLY-11223
Project: WildFly
Issue Type: Bug
Components: Scripts
Reporter: Marek Kopecký
Assignee: Marek Kopecký
Wrong grep escaping on wsprovide and wsconsume scripts.
How to reproduce:
On solaris11 with latest upgrade of grep:
{noformat}
[hudson at 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 at 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/testsuite/shared-tests/src/test/resources/jaxws/smoke/tools/wsdl/TestServiceSoap12.wsdl
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list