cloudfoundry / cf-java-client

Java Client Library for Cloud Foundry
Apache License 2.0
328 stars 318 forks source link

Mask off non-permission parts of unix file mode for resource match #1192

Closed schulzh closed 9 months ago

schulzh commented 1 year ago

When requesting the resource match API during pushing of an application, the cloud controller now expects only the permissions part of the file mode to be sent. This change masks off the other part (file type) to restore compatibility. See https://github.com/cloudfoundry/cloud_controller_ng/pull/3329 for more details.

radoslav-tomov commented 1 year ago

Change looks good to me. I would expect the permission to be encoded in short POSIX format anyways.

radoslav-tomov commented 1 year ago

@mheath @dmikusa Can you guys check this out ?

beyhan commented 9 months ago

@anthonydahanne, @pivotal-david-osullivan thanks for looking into this in #1216. To my understanding this can be closed now because it is applied via #1216 or?

pivotal-david-osullivan commented 9 months ago

Closing as work integrated via #1216