Commit 092548e
samples: fix AnonRequestMatcher case sensitivity and BigDataH2Service README
- AnonRequestMatcher.matches(): use toLowerCase() so both /services/loginService
and /services/LoginService bypass the JWT filter; Axis2 URL routing is case-
sensitive but callers may vary case
- springbootdemo-tomcat11/README.md: correct BigDataH2Service curl example to use
required fields datasetId + datasetSize (bytes) instead of numRecords; add note
on processing path thresholds and response fields
Tested with Java 25 + Tomcat 11.0.20.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 27860dd commit 092548e
3 files changed
Lines changed: 11 additions & 5 deletions
File tree
- modules/samples/userguide/src/userguide
- springbootdemo-tomcat11
- src/main/java/userguide/springboot
- springbootdemo/src/main/java/userguide/springboot
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
111 | | - | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments