xiaomizhou2 opened a new issue, #24522:
URL: https://github.com/apache/shardingsphere/issues/24522
## Bug Report
Thanks team for creating this project.When I use the data masking feature, I
find that ! The MASK tag fails to load, and the error report is "Invalid tag: !
MASK".
### Which version of ShardingSphere did you use?
```xml
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core</artifactId>
<version>5.3.1</version>
</dependency>
```
and 5.3.0
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
### My properties
```xml
rules:
- !MASK
tables:
t_user:
columns:
mobile:
maskAlgorithm: index_based_replace_mask
maskAlgorithms:
md5_mask:
type: MD5
index_based_replace_mask:
type: INDEX_BASED_REPLACE
props:
start-index: 3
stop-index: 8
replace-char: "*"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]