Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
7c2dacfa
Commit
7c2dacfa
authored
Oct 24, 2017
by
Matija Obreza
Browse files
Use the first CDN server name for all resources, others are still used for tileserver
parent
22b154a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/genesys2/spring/AddStuffInterceptor.java
View file @
7c2dacfa
...
...
@@ -69,7 +69,7 @@ public class AddStuffInterceptor implements HandlerInterceptor, InitializingBean
randomCdnServer
=
new
RandomString
()
{
@Override
public
String
getNext
()
{
return
cdnServers
[
RandomUtils
.
nextInt
(
cdnServers
.
length
)
];
return
cdnServers
[
0
];
}
@Override
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment