]
Bela Ban resolved JGRP-2083.
----------------------------
Resolution: Done
Removed the check: people have to know what they're doing
Specifying prefix in S3_PING or GOOGLE_PING causes property
validation failures
-------------------------------------------------------------------------------
Key: JGRP-2083
URL:
https://issues.jboss.org/browse/JGRP-2083
Project: JGroups
Issue Type: Bug
Affects Versions: 3.6.9
Reporter: Alan Field
Assignee: Bela Ban
Fix For: 3.6.10, 4.0
S3_PING.validateProperties() has a check to verify that both location and prefix are not
set, but the superclass FILE_PING sets the value for location. In order to use prefix, the
location property has to be set to null which is not possible in all cases. See ISPN-5097
for details.