The patch is for 10.0 (Ticket 776)
When we upgraded resteasy to 3.0.x in 10.1, we had to add a link to
apache-commons-io.jar. We recently upgraded resteasy-base in RHEL7 to
2.3.5-1 , and this version also requires apache-commons-io.
IPA ran into an issue where a replica failed to install because of an
exception raised when a class in apache-commons-io was called. This
issue is detailed in
https://bugzilla.redhat.com/show_bug.cgi?id=1024679
With the jar link present, the replica installs successfully.
This patch adds the relevant jar link.
Please review,
Ade