You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full external-link audit of the docs turned up a few more broken links:
- faq.adoc / v2/faq.adoc: the swagger-ui configuration link displayed a
github main-branch URL that 404s (swagger-ui's default branch is master);
align the display text with the working master target.
- v2/faq.adoc: fix the app68 and app39 sample-test links the same way as the
root FAQ (relocated under v30/, and SpringDocTestApp.java renamed to
SpringDocApp39Test.java).
- Regenerate docs/
Note: v1 archived docs intentionally keep their historical 1.x links; dzone
and baeldung URLs are bot-blocked (403) but valid; swagger.io/springshop
occurrences are inside Java code samples, not hyperlinks.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/docs/asciidoc/faq.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -764,7 +764,7 @@ If the CSRF Token is required, swagger-ui automatically sends the new XSRF-TOKEN
764
764
765
765
If your XSRF-TOKEN isn't standards-based, you can use a requestInterceptor to manually capture and attach the latest xsrf token to requests programmatically via spring resource transformer:
* The support of the swagger official properties is available on `springdoc-openapi`. See link:https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/[Official documentation, window="_blank"].
@@ -762,7 +762,7 @@ If the CSRF Token is required, swagger-ui automatically sends the new XSRF-TOKEN
762
762
763
763
If your XSRF-TOKEN isn't standards-based, you can use a requestInterceptor to manually capture and attach the latest xsrf token to requests programmatically via spring resource transformer:
0 commit comments