@ -151,8 +151,7 @@ public abstract class AbstractHandlerMapping extends ApplicationObjectSupport im
@@ -151,8 +151,7 @@ public abstract class AbstractHandlerMapping extends ApplicationObjectSupport im
@ -38,7 +38,7 @@ Since CORS requests are automatically dispatched, you *do not need* to change th
@@ -38,7 +38,7 @@ Since CORS requests are automatically dispatched, you *do not need* to change th
@ -54,12 +54,12 @@ it. By default `@CrossOrigin` allows all origins and the HTTP methods specified
@@ -54,12 +54,12 @@ it. By default `@CrossOrigin` allows all origins and the HTTP methods specified
@ -76,12 +76,12 @@ It is also possible to enable CORS for the whole controller:
@@ -76,12 +76,12 @@ It is also possible to enable CORS for the whole controller:
@ -216,7 +216,7 @@ It is also possible to declare several CORS mappings with customized properties:
@@ -216,7 +216,7 @@ It is also possible to declare several CORS mappings with customized properties:
allows you to specify how the CORS requests should be processed: allowed origins, headers, methods, etc.