mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug6101: more tests
This commit is contained in:
@@ -41,4 +41,8 @@ public class CORSFilterConfigurationImpl implements CORSFilterConfiguration {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Access-Control-Allow-Origin: "+(isWildcard()?"*":allowedOrigins);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user