Skip to content

Commit

Permalink
Merge pull request #2 from arnauldvm/master
Browse files Browse the repository at this point in the history
Here pull request for issue #1
  • Loading branch information
glaforge committed Sep 7, 2011
2 parents fff7a59 + ae12e81 commit 02f9be5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7,233 deletions.
2 changes: 1 addition & 1 deletion war/WEB-INF/groovy/services/RestCache.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class RestCache {
if (!content) {
log.config "Content for ${resource} not in memcache"
try {
def urlString = "http://cfp.devoxx.com/rest/v1/events/1/${resource}"
def urlString = "https://cfp.devoxx.com/rest/v1/events/4/${resource}"
log.config "Contacting $urlString"
def response = new URL(urlString).get(deadline: 10)
if (response.statusCode == 200) {
Expand Down
Loading

0 comments on commit 02f9be5

Please sign in to comment.