Closed pepakriz closed 5 years ago
Hi,
since this change: https://github.com/vrana/adminer/commit/7f32e2675941bd16f6d2f3c83df1a8c4ed970834 custom css theme file is not served by fastcgi image. It's because REQUEST_URI contains URL query part (adminer.css?v=2379363894) but it should compare just the "document" part (adminer.css).
adminer.css?v=2379363894
adminer.css
Are you OK with this solution? DOCUMENT_URI has a little different behavior, see https://stackoverflow.com/questions/39254/whats-the-difference-between-document-uri-and-uri-request-in-ssi
LGTM if it does not break the standalone image.
Thanks.
docker-library/official-images#6878
@TimWolla great, thank you!
Hi,
since this change: https://github.com/vrana/adminer/commit/7f32e2675941bd16f6d2f3c83df1a8c4ed970834 custom css theme file is not served by fastcgi image. It's because REQUEST_URI contains URL query part (
adminer.css?v=2379363894
) but it should compare just the "document" part (adminer.css
).Are you OK with this solution? DOCUMENT_URI has a little different behavior, see https://stackoverflow.com/questions/39254/whats-the-difference-between-document-uri-and-uri-request-in-ssi