docker icon indicating copy to clipboard operation
docker copied to clipboard

fix: allow unicode filenames

Open hwbllmnn opened this issue 1 year ago • 3 comments

GeoServer won't start if you have e.g. a style with an umlaut in the filename. With this PR this is fixed.

hwbllmnn avatar May 14 '24 13:05 hwbllmnn

Thank you! Is there a reason to not add this to the previous stage where apt is already used?

If not: Could you give it a try by applying the change there?

buehner avatar May 14 '24 14:05 buehner

Thank you! Is there a reason to not add this to the previous stage where apt is already used?

If not: Could you give it a try by applying the change there?

Yes, the change needs to be available at runtime, so adding the package to a previous stage doesn't help.

hwbllmnn avatar May 15 '24 05:05 hwbllmnn

Thank you! Is there a reason to not add this to the previous stage where apt is already used? If not: Could you give it a try by applying the change there?

Yes, the change needs to be available at runtime, so adding the package to a previous stage doesn't help.

Alright, I didn't realize that the actual image starts from the first stage, I moved the apt stuff there like you suggested.

hwbllmnn avatar May 15 '24 10:05 hwbllmnn