Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Debugging a dry-run issue
  • From: "Cantor, Scott" <cantor.2@xxxxxxx>
  • Date: Wed, 19 Apr 2023 19:19:27 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=vZCad6uRlHKGwIeKcGm9Uk7oa29mjfkUCrQk/icUj8s=; b=Z619ByiP7lTpMEYGcB5ul8g57Vr5SU+lNGFQj51c5ezJbQkAxGX3b+LvSZtC8LtuYatRd6Ssbo5lRnKBQY0481Fe/6wQfXebrSQa6zG1F2wESlaZNePKTHQFf2vhQGtd7oheMezR4uyrFThXX+WmdxhRXdOcMGBOLfAkgn67Fiaa/AxjjFnB0I3CD74VFR+ch75clojSpK3dkFPUfjXuJPDR/LyboBYv3e0JP7z7gSi/5mrtGzJv831JDd336T2+Ol294cmusFZnRYsE6SIBph0zUnAIqoHOoiRO+ZZfsEk1iRb3K9kD6ZYAaq4PWR229J0VujNNMnBDjJL+nqqELw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GHXyl71arCVSqH+AiZ1CwHkZX4R4Z1aB+qrVeItr+4vBOLP21O818BSff2vYufzThzU0YL1/Vb/4S1qw1H0lty4VXwiOJarLYjGEjiaIk1TGp731WoZz5oAkjTsTR5JC5VO9KVTJyhtNG889wIAAZ8yjCts/uXP9cMXvHm0Ywml7X6Kw/d4cDmZtXrv9iXWKB94ngJKR2QYxM8dSn30Xck4Xvyyg5Q0PzfuK+NRvIcuQL9XAR97QAFyqs+nMbnyPzQ6duM30hZgRiqHOTU1GyVwjuwMPW6338dkMg5Zxo/ha3KyGt/HYbl+Kvz8tfwL6Tzce/Zwq3QJtLcLTJG1Ucw==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users/>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZcuVV8sDxFlFiXUiuB3r26Eg7968y7XiA///RZoA=
  • Thread-topic: [jetty-users] Debugging a dry-run issue
  • User-agent: Microsoft-MacOutlook/16.72.23041401

I reviewed that newer issue...

It could be that your xargs solution is actually stripping back out the quotes, but if that's the case, it seems suboptimal that they're there in the first place. If nothing else maybe having an option not to do this (i.e., "I don't use crazy properties, so please leave me unmolested") might help.

-- Scott



Back to the top