java - Spring-Security: Difference Between /** and /* url pattern in Spring-Security -
I am slightly confused with the url-pattern in spring security because, in servlet core http security, one or more directories The & Amp; / ** is that the second corresponds to the entire directory tree, including the subdirectories, where / * only matches the level at which it is specified. / and
/ * url pattern are used to specify
/ is used for a directory and
/ * Many directories are used but in spring-protection,
/ ** has also been started, the main purpose of security What is the difference between the
/ ** url-pattern
Comments
Post a Comment