Bug 1139515
Summary: | [GSS] (6.4.0) cli deploy command with unpaired quotation mark causes StringIndexOutOfBoundsException | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jay SenSharma <jsenshar> |
Component: | CLI | Assignee: | Shailendra Jadhav <sjadhav> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.3.0 | CC: | bmaxwell, brian.stansberry, kkhan, sjadhav |
Target Milestone: | DR1 | ||
Target Release: | EAP 6.4.0 | ||
Hardware: | All | ||
OS: | Windows | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
When running previous versions of Jboss EAP 6 on Windows, using `jboss-cli.bat` to deploy an application would throw an exception when trying to tab complete an open quote (").
Attempting this action would result in the following error:
----
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
----
In this release, the exception will not occur.
|
Story Points: | --- |
Clone Of: | Environment: |
Windows
|
|
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jay SenSharma
2014-09-09 06:43:19 UTC
Verified on EAP 6.4.0.DR1.1 |