This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch feat/move-cyclonedx-vdr in repository https://gitbox.apache.org/repos/asf/logging-site.git
commit c468e872eba38009d4e3fd2d8e58a45968de5764 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Wed Nov 8 09:54:46 2023 +0100 Emulate current BOM Exchange API --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..43036f64 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +RewriteEngine On +RewriteBase "/cyclonedx/" + +RewriteCond %{QUERY_STRING} "bomIdentifier=(urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})" +RewriteRule "^$" "/cyclonedx/%1"
