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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to