shutdown exception if invalid string entered
--------------------------------------------
Key: OFBIZ-4237
URL: https://issues.apache.org/jira/browse/OFBIZ-4237
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Reporter: chris snow
Priority: Minor
Attachments: Start.patch
Exception is thrown if a string is entered that doesn't contain a ':'
[code]
Received connection from - /127.0.0.1 : 44303
Exception in thread "AdminPortThread"
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1937)
at
org.ofbiz.base.start.Start$AdminPortThread.processClientRequest(Start.java:297)
at org.ofbiz.base.start.Start$AdminPortThread.run(Start.java:334)
[code]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira