You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2019/01/23 20:03:13 UTC

[GitHub] Breeki32 opened a new pull request #505: Get rid of IndexArrayOutOfBounds

Breeki32 opened a new pull request #505: Get rid of IndexArrayOutOfBounds
URL: https://github.com/apache/cxf/pull/505
 
 
   If an environment defines the java.version with 1.8.0 this code will die with an ArrayIndexOutOfBoundsEx. 
   
   To evade this either the length of the version should be checked for being >6 or, as proposed in the pr, the 1.8.0 version format should be checked for an additional underscore - if its not there then the environment uses something different than the expected value like 1.8.0_161. But it should never die with an AIOB-Ex. Thank you.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services