Develop #1

Merged
siujamo merged 40 commits from develop into main 2026-06-04 17:40:34 +08:00
Showing only changes of commit 243283b788 - Show all commits
@@ -45,6 +45,7 @@ public class GitLabWebhookInterceptor implements HandlerInterceptor {
/** /**
* Validates the GitLab webhook signature headers on the incoming request. * Validates the GitLab webhook signature headers on the incoming request.
* <p>
* Reads {@code webhook-id}, {@code webhook-timestamp}, and * Reads {@code webhook-id}, {@code webhook-timestamp}, and
* {@code webhook-signature} headers and verifies the signature against the * {@code webhook-signature} headers and verifies the signature against the
* configured signing token. If no token is configured, verification is skipped. * configured signing token. If no token is configured, verification is skipped.