Alon Bar-Lev has posted comments on this change. Change subject: core: Replace log4j with slf4j in utils ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/34181/1/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/servlet/ServletUtils.java File backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/servlet/ServletUtils.java: Line 199: public static boolean isSane(String path) { Line 200: // Check that the path is not too long: Line 201: final int length = path.length(); Line 202: if (length > PATH_MAX) { Line 203: log.error("The path is {} characters long, which is longer than the maximum allowed {}.", '{}' for path please Line 204: length, Line 205: PATH_MAX); Line 206: return false; Line 207: } -- To view, visit http://gerrit.ovirt.org/34181 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If5801464dec97cf7b2c71b40cd157bc2bcf18d43 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Peřina <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Greg Sheremeta <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
