You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ro...@apache.org on 2021/08/10 13:09:38 UTC

[axis-axis2-java-core] branch master updated: springboot-userguide updates

This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new a8d2e72  springboot-userguide updates
a8d2e72 is described below

commit a8d2e7295715517996f4f3c0ff8a52f484360266
Author: Robert Lazarski <ro...@gmail.com>
AuthorDate: Tue Aug 10 03:07:29 2021 -1000

    springboot-userguide updates
---
 src/site/xdoc/docs/json-springboot-userguide.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/docs/json-springboot-userguide.xml b/src/site/xdoc/docs/json-springboot-userguide.xml
index 3edf00f..b1a1b0c 100644
--- a/src/site/xdoc/docs/json-springboot-userguide.xml
+++ b/src/site/xdoc/docs/json-springboot-userguide.xml
@@ -38,7 +38,7 @@ Web service clients via JSON and Curl, how to write a custom login, and how to u
 in a token based Web service that also helps prevent cross site scripting (XSS). 
 </p>
 <p>More docs concerning Axis2 and JSON can be found in the <a href="
-json_support_gson.html">Pure JSON Support</a> and <a href="
+json_support_gson.html">Pure JSON Support documentation</a> and <a href="
 json_gson_user_guide.html">JSON User Guide</a>
 </p>	
 <a name="Introduction"></a>
@@ -133,7 +133,7 @@ reflected XSS attack.
 
 <p>
 Concerning Spring Security and Spring Boot, the Axis2Application class that 
-extends <a href="https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/web/SecurityFilterChain.html">SpringBootServletInitializer</a> as typically 
+extends <a href="https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/web/servlet/support/SpringBootServletInitializer.html">SpringBootServletInitializer</a> as typically 
 done utilizes a List of <a href="https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/web/SecurityFilterChain.html">SecurityFilterChain</a> as a 
 binary choice; A login url will match, otherwise invoke JWTAuthenticationFilter. All URL's 
 to other services besides the login, will proceed after JWTAuthenticationFilter verifies the