| 
							
							
								 Rob Winch | 5bd4db1a13 | Use javadoc macro Closes gh-15386 | 2024-07-09 22:35:01 -05:00 |  | 
			
				
					| 
							
							
								 Amit Mahato | 237dd7799f | fix: typo in Authentication Architecture ProviderManager | 2024-01-17 15:22:25 -03:00 |  | 
			
				
					| 
							
							
								 Steve Riesenberg | 8cdd53f531 | Polish gh-13593 | 2023-11-30 13:23:13 -06:00 |  | 
			
				
					| 
							
							
								 Seongguk Jeong | 54b8f3874f | Fix link in authentication/architecture.adoc Closes gh-13577 | 2023-11-30 13:23:12 -06:00 |  | 
			
				
					| 
							
							
								 Dong, Xue-Han | fafb579a6e | fix code blocks formatting mistakes. | 2023-11-07 10:53:33 -03:00 |  | 
			
				
					| 
							
							
								 Rob Winch | f66a5bab99 | Merge branch '5.8.x' into 6.0.x Closes gh-13406 | 2023-06-18 21:33:58 -05:00 |  | 
			
				
					| 
							
							
								 Rob Winch | 39c43159f4 | Convert to Asciidoctor Tabs Closes gh-13403 | 2023-06-18 21:30:41 -05:00 |  | 
			
				
					| 
							
							
								 Qie | 8b2ce79341 | Correct deprecated description in docs Remove deprecated SecurityContextPersistenceFilter from docs.
Closes gh-12690 | 2023-02-28 17:01:47 -06:00 |  | 
			
				
					| 
							
							
								 Rob Winch | 6e45a376cd | Remove "Hi ... there" From Docs Close gh-10963 | 2022-03-11 13:42:38 -06:00 |  | 
			
				
					| 
							
							
								 Rob Winch | 2fb056b5c1 | Merge Clean up Reference Documentation Closes gh-9668 | 2021-12-13 16:57:36 -06:00 |  | 
			
				
					| 
							
							
								 Rob Winch | a7f3f54a33 | architecture/index.adoc -> ../architecture.adoc BASE_DIR=docs/modules/ROOT/pages
git --no-pager diff HEAD~1 --diff-filter=R -M | sed -Ez "s%(\nrename to|rename from |similarity index [^\n]+|diff[^\n]+|$BASE_DIR/)%%g" | grep "\S" | while read rename_from_to; do
  from=$(echo $rename_from_to | cut -f 1 -d " ")
  to=$(echo $rename_from_to | cut -f 2 -d " ")
  echo "processing rename from $from to $to"
  find "$BASE_DIR/../" -name "*.adoc" | while read adoc_file; do
    sed -i -E "s%xref:$from%xref:$to%g" "$adoc_file"
  done
done | 2021-09-23 15:50:14 -05:00 |  |