+ EmberFest is the European Community Ember Conference.
+ If you're looking for updates on the latest and greatest in Ember and Glimmer this is the place to be.
+ EmberFest is also a great opportunity to get in touch with the European Ember Community (and friends from
+ abroad) and hiring Ember talent.
+
+ Ember has been around for a while. It has survived several JavaScript framework eras by delivering innovation without leaving users behind. In this presentation I will be looking into the recent work that will unlock the next stage of Ember, and share my personal vision of what that next stage might look like.
+
+ Ricardo is a member of the Core and Learning Ember teams. When he's not fretting about how to improve Ember, Ricardo also enjoys other regular human activities like learning saxophone, podcasting and running a local meetup.
+
+
+
+
+
+
+
+
+
+
Designing Immutable data flows in Ember
+
+
+
Jorge Lainfiesta
+
+
+
+ Behind an app using immutability there's a happier team that doesn't have to deal with observers, side-effects, identity checks and instead enjoys easier object construction and testing. Adopt immutability in your ember apps today!
+
+ Jorge is a JavaScript mentor from Latin America with speciality in Ember and React. With This Dot he helps engineering teams in America and India to embrace modern web tooling. Jorge currently studies a master in digital communication in Austria.
+
+
+
+
+
+
+
+
+
+
Treeshaking in Ember CLI
+
+
+
Alex Navasardyan
+
+
+
+ Treeshaking is a popular topic nowadays. Popular bundlers, like Webpack and Rollup, both support for it. But how does it work and what does it actually mean “to shake trees”? We are going to learn about compilers, optimizations and experiments with treeshaking in Ember CLI.
+
+ Starting with Acceptance Testing in Ember can be a rocky start but once mastered yields many great opportunities, such as letting you write a feature before the backend is ready and giving you regression tests which runs blazing fast. If Mirage ever made you pull your hair out or did you ever spent more than 15 minutes trying to find the correct way to match a certain element on the page, this talk is for you!
+
+
+ We'll go through the pains of working with QUnit and Mirage up to figuring out how use them at their full potential.
+
+ Thiago is usually found wrestling with new programming languages and frameworks, contributor to Open Source whenever his motivation builds up and with a constant need of being struggling with at least something, such as learning German or Haskell. He works and has plenty of fun being the jack of all trades(aka Full-stack Dev) at kloeckner-i.
+
+
+
+
+
+
+
+
+
+
Ember @ Netflix
+
+
+
+
Lauren Tan and Offir Golan
+
+
+
+ For a few years now, Netflix has been leveraging Ember to build ambitious applications that help us manage and produce billions of dollars in content. In this talk, we'll share our lessons learned, talk about some of the common problems we've faced, and how we've solved them.
+
Lauren Tan is a Senior Software Engineer at Netflix. She gave her first ever conference talk at EmberConf 2015, and loved it so much she decided to go all in and do more. Lauren frequently writes about Ember.js at her blog on medium, maintains many popular addons, enjoys bubble tea, and has a little puppy named Zelda.
+
Offir Golan is a Senior Software Engineer at Netflix and Ember.js enthusiast. Passionate about finding solutions to core needs of the open source community, the best burrito in town, and being a full time cat dad.
+
+
+
+
+
+
+
+
+
Building the Progressive Web App for HackerNews.io in Ember
+
+
+
Ivan Vanderbyl
+
+
+
If you're an avid reader of HackerNews you may have seen the HNPWA, an attempt to implement a HackerNews client in every major JavaScript framework. There's only one problem: they forgot Ember. So I set out to change this.
+
As it turns out, Ember requires a lot of optimisation to reach speed even close to React on mobile, and in this talk, I'll show you how we did it.
Ivan is the co-founder and head of engineering at Flood, a distributed performance engineering company which builds the industry leading Load Testing platform of the same name. Ivan has over a decade of experience building web applications and has spent many years contributing to the Ember ecosystem.
+
+
+
+
+
+
+
+
+
Promoting Ember's best practices by linting code
+
+
+
Adrian Zalewski
+
+
+
Code linting is one of the least talked about, but most useful tools in a front-end developer’s toolbox. It's the easiest thing we can do to significantly improve our code quality.
+
Default Ember.js application blueprints already include basic JavaScript linter setup. But it’s often forgotten how easy and quick it is to go much farther, and ensure extensive, Ember-flavoured static code analysis in your project. Let’s talk about state-of-art solutions that can be used today in any Ember.js project and greatly enhance your development workflow.
Senior Front-end Developer at Netguru, who had luck to meet and fall in love with Ember.js and immense productivity that it brings. Book lover and avid traveler.
+
+
+
+
+
+
+
+
+
Deep Dive on Ember Events
+
+
+
Marie Chatfield
+
+
+
Handling events like clicks and keypresses as users interact with your app is essential for any Ember application. What are the different ways of listening for events in Ember? How do they interact? What are the performance implications of each approach? What kind of bugs can you introduce if you don't understand them?
+
Learn the fundamentals of how events work in Ember, starting with the basics of DOM events and working up to the lifecycle of Ember events. You'll be able to implement event listeners with confidence and debug with clarity once you have a complete mental model of Ember events!
Marie Chatfield writes code and poetry, sometimes at the same time. Originally from Houston, she now lives and works in San Francisco. She is passionate about creating inclusive spaces, building empathetic and elegant software, and understanding Ember at a deeper level. If you see her in the hallway, start a conversation by sharing your favorite poem or piece of art!
+
+
+
+
+
+
+
+
+
Compile-time optimizations for you and me
+
+
+
Miguel Camba
+
+
+
More and more, frameworks are becoming smarter and optimizing our apps for us
+like compilers do. How does it work? Where are the limits of that? Can we haz
+nice thingz today?
+
Ember's logicless templates make it the framework in best suited to perform static analysis and optimizations, and we are going to learn how to take advantage of it today and have a glance of what the future holds to automate this on the framework.
Ember (along with a whole family of related open source tools) is
+ steadily reducing the cost of shipping sophisticated applications. By
+ making it easier to compose applications out of high-level, shared
+ pieces, and deploy them on demand to commodity hosting, we've been
+ sowing the seeds for a revolution in how software gets built and paid
+ for. This is a talk about both the technical "how" -- including the
+ latest work in the Cardstack project -- and the "why": our opportunity
+ to grow an open, decentralized software ecosystem that can sustainably
+ pay for open source while respecting user freedom.
+ Edward Faulkner is a member of the
+ Ember Core Team and the creator of Ember's
+ official animation library.
+ His open source code is running on mainstream gaming consoles, major social media sites,
+ and hordes of enterprise applications. His consultancy, Polynomial LLC,
+ leads ambitious software projects for a diverse group of businesses and
+ nonprofits. He was a research associate of the MIT Media Lab's Social Computing group, and was a
+ lead engineer at Akamai Technologies, where
+ he built critical, internet-scale security infrastructure.
+
+
+
+
+
+
+
+
+
+
Adopting better Ember patterns
+
+
+
Sarup Banskota
+
+
+
A quick walk through various Ember codebase scenarios, and suggestions on improving them - including better use of closure actions, Ember data methods, avoiding observers and what I like to call "chatty templates".
+
You'll leave the talk with 6 different techniques to make your code cleaner and more predictable.
Sarup leads frontend engineering for Mesitis in Singapore and contributes to Babel.
+
+
+
+
+
+
+
+
+
Improving the UX is the developers job
+
+
+
Jakub Niechciał
+
+
+
UX and designs seems completely separate from development for a lot of engineers. However, frontend developers are often the last team that has impact on final product and that is why I believe that improving the UX is their job. Despite the fact how missing the designs or backend are, frontend should address all these issues and provide best possible quality. I will explain what are key UX topics to address by frontend (being fast, feeling native, indicate current state and handle errors) and how Ember and its ecosystem can help achieve these.
Kuba is senior technology leader at Netguru, IT consulting agency that provides the web, mobile and design solutions for start-ups. He has over 3-year experience in Ember.js and Ruby on Rails and took part in multiple commercial projects. For last year more focused on leadership and growing his team of frontend experts at Netguru, but still trying to give back his lessons learned.
+
+
+
+
+
+
+
+
+
Writing tests like a speed demon with data builder patterns
+
+
+
Daniel Sudol
+
+
+
"Testing like speed demon" will show you techniques that allow you to write tests without the awful headache and panic that usually precedes this process. Using scenarios, data builders, ascii art and the good old "for loop", I will lay the groundwork for making you a maestro of the testing universe.
Been walking the silicon valley trails and riding the startup rapids for quite a few years, learning many different frameworks and languages along the way. Grabbed the ember bug when I saw it crawling out of the bushes, and never looked back.
+
+
+
+
+
+
+
+
+
SDK... Ambitious... What about a RAD tool for the web?
+
+
+
Emmanuelle Delescolle
+
+
+
+ Having a strong data layer, Ember is well suited for the task of
+ data entry, it allows for easily building data encoding tools, complex
+ forms with foreign key drop-downs, several levels of nested records,
+ translations and more. But building such a tool still requires lots of
+ boilerplate work mainly synchronizing information like API definition
+ and "possible actions" between backend and frontend. But it doesn't
+ have to be that way!
+
+ Fullstack developer from Belgium, I've been interested in and
+ contributing to open-source in various ways for about 15 years. My
+ interest in Ember started about 4 years ago and I have been advocating
+ it in other communities ever since. As it turns out, I realize most of
+ my career has been spent trying to make it easy to build list, forms
+ and data visualizations.
+
+
+
+
+
+
+
+
+
+
Hybrid Apps with Ember/Glimmer
+
+
+
Alex Blom
+
+
+
For many, the first hybrid experience is one of poor performance and frustrating code management. Common techniques such as 'keep a shallow dom' and 'watch reflow' feel reasonable but hard to achieve, and even harder to contextualize in Ember.
+
We will first cover the basics of hybrid apps before building a basic hybrid Ember app with ember-cordova, and will then focus on issues such as application structure, graceful mobile web fallbacks, animation optimization & handling native integrations such as push.
Alex is the maintainer of corber/ember-cordova and Managing Partner at Isle of Code.
+
+
+
+
+
+
+
+
+
Testing against Time - Meaningful testing in Ember apps when timing matters
+
+
+
Jessica Jordan
+
+
+
Ember offers a rich API and a wide set of helpers and blueprints to make testing in your apps fast and straight-forward. But as the applications we write tests against grow more complex, we might find ourselves stumbling into test timeouts, eventually succeeding tests and other hard-to-reason about test errors brought on by asynchronous and time-dependent behaviour.
+
This talk will give an insight into how to create meaningful test cases for async or other, time-related operations in our applications. We will see how we can leverage Ember's test helpers, newest JavaScript features and Ember community addons to reduce non-determinism in our test suites and make those tests turn green even as time passes by.
Jessica is a Berlin-based software engineer working at simplabs and is co-organizing the Ember.js Berlin meetup. She is creating newsletters for the Ember.js Times and is a big fan of CSS, art and comics.
diff --git a/2017/sponsorship.pdf b/2017/sponsorship.pdf
new file mode 100644
index 00000000..028648f5
Binary files /dev/null and b/2017/sponsorship.pdf differ
diff --git a/2018/images/201-created.svg b/2018/images/201-created.svg
new file mode 100755
index 00000000..3488b8d0
--- /dev/null
+++ b/2018/images/201-created.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2018/images/TRIPTYK.svg b/2018/images/TRIPTYK.svg
new file mode 100755
index 00000000..f1e3a987
--- /dev/null
+++ b/2018/images/TRIPTYK.svg
@@ -0,0 +1,35 @@
+
+
+
diff --git a/2018/images/berlin.jpg b/2018/images/berlin.jpg
new file mode 100755
index 00000000..3c28ca2c
Binary files /dev/null and b/2018/images/berlin.jpg differ
diff --git a/2018/images/blog/dinner-on-boat.jpg b/2018/images/blog/dinner-on-boat.jpg
new file mode 100755
index 00000000..a90e5177
Binary files /dev/null and b/2018/images/blog/dinner-on-boat.jpg differ
diff --git a/2018/images/blog/friends-on-tram.jpg b/2018/images/blog/friends-on-tram.jpg
new file mode 100755
index 00000000..7ae081ad
Binary files /dev/null and b/2018/images/blog/friends-on-tram.jpg differ
diff --git a/2018/images/blog/isaac-presenting-at-meetup.jpg b/2018/images/blog/isaac-presenting-at-meetup.jpg
new file mode 100755
index 00000000..ddb7ba17
Binary files /dev/null and b/2018/images/blog/isaac-presenting-at-meetup.jpg differ
diff --git a/2018/images/cardstack.png b/2018/images/cardstack.png
new file mode 100755
index 00000000..080ed8a6
Binary files /dev/null and b/2018/images/cardstack.png differ
diff --git a/2018/images/chad-carbert.png b/2018/images/chad-carbert.png
new file mode 100755
index 00000000..2d2a4e89
Binary files /dev/null and b/2018/images/chad-carbert.png differ
diff --git a/2018/images/chad-hietala.jpg b/2018/images/chad-hietala.jpg
new file mode 100755
index 00000000..2d1cb715
Binary files /dev/null and b/2018/images/chad-hietala.jpg differ
diff --git a/2018/images/danielle-adams.jpeg b/2018/images/danielle-adams.jpeg
new file mode 100755
index 00000000..947e106d
Binary files /dev/null and b/2018/images/danielle-adams.jpeg differ
diff --git a/2018/images/emberfest_logo.svg b/2018/images/emberfest_logo.svg
new file mode 100755
index 00000000..a46d03c0
--- /dev/null
+++ b/2018/images/emberfest_logo.svg
@@ -0,0 +1,215 @@
+
+
\ No newline at end of file
diff --git a/2018/images/francesco-novy.jpg b/2018/images/francesco-novy.jpg
new file mode 100755
index 00000000..7b2b8f4d
Binary files /dev/null and b/2018/images/francesco-novy.jpg differ
diff --git a/2018/images/harvest.png b/2018/images/harvest.png
new file mode 100755
index 00000000..05658991
Binary files /dev/null and b/2018/images/harvest.png differ
diff --git a/2018/images/jessica-jordan.jpg b/2018/images/jessica-jordan.jpg
new file mode 100755
index 00000000..1c16822a
Binary files /dev/null and b/2018/images/jessica-jordan.jpg differ
diff --git a/2018/images/jonathan-jackson.jpg b/2018/images/jonathan-jackson.jpg
new file mode 100755
index 00000000..c56d90a8
Binary files /dev/null and b/2018/images/jonathan-jackson.jpg differ
diff --git a/2018/images/kenneth-larsen.png b/2018/images/kenneth-larsen.png
new file mode 100755
index 00000000..bf267f98
Binary files /dev/null and b/2018/images/kenneth-larsen.png differ
diff --git a/2018/images/kevin-pfefferle.jpg b/2018/images/kevin-pfefferle.jpg
new file mode 100755
index 00000000..b74773d3
Binary files /dev/null and b/2018/images/kevin-pfefferle.jpg differ
diff --git a/2018/images/kloeckner-i.svg b/2018/images/kloeckner-i.svg
new file mode 100755
index 00000000..5c7dd964
--- /dev/null
+++ b/2018/images/kloeckner-i.svg
@@ -0,0 +1,36 @@
+
+
+
diff --git a/2018/images/linkedin.png b/2018/images/linkedin.png
new file mode 100755
index 00000000..8d656ee7
Binary files /dev/null and b/2018/images/linkedin.png differ
diff --git a/2018/images/linkfire.svg b/2018/images/linkfire.svg
new file mode 100755
index 00000000..eaca4b98
--- /dev/null
+++ b/2018/images/linkfire.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2018/images/logo.png b/2018/images/logo.png
new file mode 100755
index 00000000..d7517743
Binary files /dev/null and b/2018/images/logo.png differ
diff --git a/2018/images/marco-otte-witte.jpg b/2018/images/marco-otte-witte.jpg
new file mode 100755
index 00000000..61c52e29
Binary files /dev/null and b/2018/images/marco-otte-witte.jpg differ
diff --git a/2018/images/melanie-sumner.jpeg b/2018/images/melanie-sumner.jpeg
new file mode 100755
index 00000000..f210415a
Binary files /dev/null and b/2018/images/melanie-sumner.jpeg differ
diff --git a/2018/images/michael-lange.jpg b/2018/images/michael-lange.jpg
new file mode 100755
index 00000000..22f927c4
Binary files /dev/null and b/2018/images/michael-lange.jpg differ
diff --git a/2018/images/mill_blue.svg b/2018/images/mill_blue.svg
new file mode 100755
index 00000000..115f326e
--- /dev/null
+++ b/2018/images/mill_blue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2018/images/peopledoc.svg b/2018/images/peopledoc.svg
new file mode 100755
index 00000000..10a184f0
--- /dev/null
+++ b/2018/images/peopledoc.svg
@@ -0,0 +1,61 @@
+
+
+
diff --git a/2018/images/prototypal.png b/2018/images/prototypal.png
new file mode 100755
index 00000000..a1ac5fa3
Binary files /dev/null and b/2018/images/prototypal.png differ
diff --git a/2018/images/rocky-neurock.jpg b/2018/images/rocky-neurock.jpg
new file mode 100755
index 00000000..686f10f8
Binary files /dev/null and b/2018/images/rocky-neurock.jpg differ
diff --git a/2018/images/selleo.png b/2018/images/selleo.png
new file mode 100755
index 00000000..928dcd55
Binary files /dev/null and b/2018/images/selleo.png differ
diff --git a/2018/images/simon-ihmig.jpeg b/2018/images/simon-ihmig.jpeg
new file mode 100755
index 00000000..1d8ae1c0
Binary files /dev/null and b/2018/images/simon-ihmig.jpeg differ
diff --git a/2018/images/simplabs.svg b/2018/images/simplabs.svg
new file mode 100755
index 00000000..022e84f1
--- /dev/null
+++ b/2018/images/simplabs.svg
@@ -0,0 +1,8 @@
+
+
+
diff --git a/2018/images/skyline-small.svg b/2018/images/skyline-small.svg
new file mode 100755
index 00000000..e7d9bb24
--- /dev/null
+++ b/2018/images/skyline-small.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2018/images/skyline.svg b/2018/images/skyline.svg
new file mode 100755
index 00000000..602de936
--- /dev/null
+++ b/2018/images/skyline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2018/images/tilde.png b/2018/images/tilde.png
new file mode 100755
index 00000000..38c2a59f
Binary files /dev/null and b/2018/images/tilde.png differ
diff --git a/2018/images/tobias-bieniek.jpg b/2018/images/tobias-bieniek.jpg
new file mode 100755
index 00000000..afcfda6b
Binary files /dev/null and b/2018/images/tobias-bieniek.jpg differ
diff --git a/2018/images/tom-dale.jpeg b/2018/images/tom-dale.jpeg
new file mode 100755
index 00000000..926b9eb3
Binary files /dev/null and b/2018/images/tom-dale.jpeg differ
diff --git a/2018/images/venue.jpg b/2018/images/venue.jpg
new file mode 100755
index 00000000..dd0d2a2b
Binary files /dev/null and b/2018/images/venue.jpg differ
diff --git a/2018/images/wyeworks.png b/2018/images/wyeworks.png
new file mode 100755
index 00000000..d01182ac
Binary files /dev/null and b/2018/images/wyeworks.png differ
diff --git a/2018/index.html b/2018/index.html
new file mode 100755
index 00000000..a89f46e0
--- /dev/null
+++ b/2018/index.html
@@ -0,0 +1,192 @@
+---
+layout: 2018/default
+title: EmberFest
+---
+
+
+
+
+
+
+
+
+ EmberFest is the European Community Ember Conference.
+ If you're looking for updates on the latest and greatest in Ember and Glimmer this is the place to be.
+ EmberFest is also a great opportunity to get in touch with the European Ember Community (and friends from
+ abroad) and hiring Ember talent.
+
+ Ember does not have the best reputation for being suited for mobile apps, mostly for being "too large". But
+ why does size matter, and how can we keep it small? Future techniques like tree-shaking and code-splitting
+ will support this task. But there are quite a few things you can do today to reduce your bundle size.
+
+ Based on the experience of optimizing my own app, this talk will guide you through the iterative process of
+ measuring, analyzing and optimizing your app's size. For each of these phases I will introduce you to some
+ essential tools and helpful practical tips.
+
+
+
+ Simon is a co-founder of kaliber5, a consultancy in Hamburg, Germany, where he builds ambitious web
+ applications during the day, and Ember addons at night.
+
+ vim or emacs, text editor or IDE, no matter what you use to write your Ember applications you will likely use
+ some form of editor integration. Some only provide code highlighting, others provide integrated linting and
+ sophisticated code navigation. In this talk we will take a look at the Ember Language Server powering the
+ Visual Studio Code plugin. We will talk about the features it provides and how they are implemented, and
+ discuss what else is planned for the future.
+
+
+
+ Tobias Bieniek is a member of the Ember CLI team and active member of the Ember community working on a number
+ of popular addons. He recently joined the team at simplabs where he now does full-time Ember.js consulting
+ and development.
+
+ Ember takes pride in having great documentation. So much that we even have a Learning Team dedicated to
+ keeping the official documentation great.
+
+
+ But what is the actual state of community documentation?
+
+
+ After scraping and analysing just about 5000 readme files from Ember addons created by the community, I’ll
+ present common pitfalls and ways to improve our community documentation.
+
+
+
+ I’m a code janitor at Linkfire and an Ember.js contributor with a special love for documentation and
+ accessibility.
+
+ It used to be that only the most impressive websites would update data live as you sat on the page. Now, as
+ the lines between native apps and websites blur, this is becoming expected behavior. What was once
+ cutting-edge tech is now standard-issue for a good user experience.
+
+
+ See how HashiCorp made the UI for the cluster scheduler software Nomad realtime with Ember Concurrency, Ember
+ Data, and the rendering layer we know and love.
+
+
+
+ A UI engineer at HashiCorp with 4+ years of experience in Ember.
+
+
+
+
+
+
+
+
+
+
Bringing coffee tasting to rural areas with Ember & Cordova
+
+
+
+
+
+
Francesco Novy
+
+
+
+ This talk will show learnings and traps to avoid when creating apps for mobile devices which are built with
+ web technologies (e.g. with Cordova) and should also work without an internet connection.
+ Common problems will be shown with concrete solutions, like for example: How & when to sync data, how to
+ improve the perceived performance, and how to deploy an app to multiple platforms & app stores.
+
+
+ Francesco has been developing web apps for six years. While JavaScript is his main responsibility, he is also
+ deeply involved in all HTML and CSS development.
+ He is currently working for Cropster, a company based in Austria and Sacramento which develops services &
+ solutions for all things coffee, where he is the lead frontend developer. One of Cropster’s main products is
+ a coffee profiling software.
+
+ > *“Building forms in @emberjs is terrifying because I'm stuck with decisions I always later regret.”*
+
+
+ > - me in another lifetime
+
+
+ HTML forms can represent a time before JavaScript was an integral part of application development. Creating
+ forms isn’t always the most exciting part of development and, at times, it may seem daunting. Fear not! I’d
+ like to talk through some pain points of building an important piece of user interface: we will discuss what
+ to do, what not to do, which Ember addons have come to the rescue, and how to make forms accessible.
+
+
+
+ Danielle is a New York City-based software engineer at Heroku. Her expertise stretches between front-end
+ heavy applications built with Ember and a wide range of back-end work. In her free time, she enjoys live
+ music, teaching others to code, collecting cactus plants, and hanging out with her cat.
+
+
+
+
+
+
+
+
+
+
From the Browser to the Home Screen: PWAing Your Ember App
+
+
+
+
+
+
Kevin Pfefferle
+
+
+
+ For EmberConf, we built a cutting-edge Ember mobile web app to serve as a convenient up-to-the-minute
+ reference for the conference's schedule. Now updated for EmberFest, I'll highlight how we made this
+ conference schedule app a fully compliant Progressive Web App. We'll walk through the steps needed to take
+ your mobile Ember app out of the mobile browser and onto your users' home screens. With new native platform
+ support available just this year and the backing of the always-amazing Ember addon ecosystem, making your
+ Ember app fully PWA capable has never been easier or more worthwhile.
+
+
+
+ Currently a full-time Ember consultant with 201 Created, Kevin has been building products for the web for
+ well over a decade. With diverse experience ranging from nonprofit digital marketing to VC-funded startup
+ CTO, Kevin enjoys taking complex topics and presenting them in a way that's readily applicable to any
+ project.
+
+ Are you a fan of comics or have you ever dreamed of becoming a comic artist yourself? Then this talk is just
+ for you.
+
+
+ We will see how both recent and matured Web APIs can be leveraged to tell our own, rich and interactive
+ stories on the web. We’ll take a look on how we can use Ember.js to help us create an online comic book that
+ makes any comic art fan’s heart leap for joy.
+
+
+
+ Jessica Jordan is a member of the Ember Learning Core team and a software engineer at simplabs. She is an
+ editor at The Ember Times and organizes the Ember Berlin meetup. She is a big fan of CSS, art and comics.
+
+ The core of this talk revolves around a allegorical story. We follow a "hero" (an emoji) who discovers a
+ "badFunction" and realizes the implications in her codebase. Though easily able to fix the problem in the one
+ instance she discovered it she quickly realizes that the problem is much much bigger than she originaly
+ thought.
+
+
+ After attempting to resolve the problem with regexes she attends a Meetup that discusses JSCodeshift and she
+ tries to fix the problem through the codebase with a Codemod.
+
+
+
+ Jonathan (@rondale_sc) is a seasoned Ruby and Rails aficionado turned Ember expert. He hosts the Ember
+ Weekend podcast, a preeminent Ember and programming news source. Jonathan works at 201-created as a JS/Ember
+ consultant.
+
+ As Ember developers, a large percentage of us work on data-intensive applications. Ember Data and JSON:API
+ give us really powerful tools for interacting with our data. Sometimes these tools still aren’t flexible
+ enough and we end up implementing our own data model witchery/wizardry. In this talk we’ll explore why, and
+ how, we transitioned to GraphQL with Ember, along with some tips and techniques you may want to try out in
+ your own projects.
+
+
+
Rocky and Chad are Senior Frontend Developers at kloeckner.i in Berlin. They are both ex-Portlanders who
+ spent years being involved in the Portland Ember community, attending EmberConf and participating in Ember
+ meet ups. Now they enjoy being involved in all things Ember in Europe.
+
+
+
+
+
+
+
+
+
Principles from leaders across the Ember community
+
+
+
+
+
+
Scott Newcomer
+
+
+
+ Principles can help guide a software project towards successful completion by helping guide your team through
+ difficult situations, create team cohesiveness, and set expectations of standards. Ultimately principles can
+ help ship better products.
+
+
+ In this talk, I gathered leader's principles across many different organizations overseeing software projects
+ using Ember.js to help us learn from each other. I also sought to understood how Ember.js's principles helps
+ their organization and what recommendations they have for our community to help them keep bringing value to
+ their clients and customers.
+
+
+
+ I live my life by principles.
+ They help guide decisions at every step of my life. Moreover, I do a lot of my work out in the open and find
+ that discussing and testing out ideas and strategies with other people brings about a better outcome than if
+ I kept it to myself. In the end, I love learning from other people.
+
+ The templating layer in Ember has evolved architecturally numerous times in the history of the project. At
+ each stage of this evolution we have been able to increase performance and ergonomics without introducing a
+ lot of instability. But what's next for templating in Ember? In this talk I will explore the advantages of
+ the VM architecture and why I think Ember is leading the way for a re-examination of how the larger JS
+ community thinks about rendering.
+
+
+
+ I'm a Senior Staff Engineer at LinkedIn working on open source JavaScript infrastructure that powers
+ LinkedIn's web properties.
+
+ We now have the tools to build apps that run fast (and that's only getting better as Glimmer advances) but
+ they can only do so after having been delivered to our users. This talk explores what tools and mechanisms
+ are available to get our apps to our users' devices faster, reducing the time until first and repeat
+ launches.
+
+
+ We will look into mechanisms like HTTP/2, resource hints and lazy loading. We will also look at tooling that
+ gives us better insight into the performance consequences each merged PR. Finally, we'll explore mechanisms
+ in the Ember ecosystem to further optimize app delivery.
+
+
+
+ Marco is the founder of simplabs, a consultancy based in Munich, Germany specializing in Ember.js and
+ Elixir/Phoenix. He has been working in Web Engineering since the late 90s and used many different languages
+ and frameworks in project of all scale for enterprise clients and startups. Marco is passionate about
+ conventions-based tools that liberate through imposing constraints.
+
+
+
+
+
diff --git a/2019/images/201-created.svg b/2019/images/201-created.svg
new file mode 100644
index 00000000..3488b8d0
--- /dev/null
+++ b/2019/images/201-created.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2019/images/TRIPTYK.svg b/2019/images/TRIPTYK.svg
new file mode 100644
index 00000000..f1e3a987
--- /dev/null
+++ b/2019/images/TRIPTYK.svg
@@ -0,0 +1,35 @@
+
+
+
diff --git a/2019/images/Vestauranten.jpg b/2019/images/Vestauranten.jpg
new file mode 100644
index 00000000..b8ad86ff
Binary files /dev/null and b/2019/images/Vestauranten.jpg differ
diff --git a/2019/images/addepar.svg b/2019/images/addepar.svg
new file mode 100755
index 00000000..e92fa5eb
--- /dev/null
+++ b/2019/images/addepar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2019/images/adrian.jpg b/2019/images/adrian.jpg
new file mode 100644
index 00000000..dfd2d2bb
Binary files /dev/null and b/2019/images/adrian.jpg differ
diff --git a/2019/images/berlin.jpg b/2019/images/berlin.jpg
new file mode 100644
index 00000000..3c28ca2c
Binary files /dev/null and b/2019/images/berlin.jpg differ
diff --git a/2019/images/blog/dinner-on-boat.jpg b/2019/images/blog/dinner-on-boat.jpg
new file mode 100644
index 00000000..a90e5177
Binary files /dev/null and b/2019/images/blog/dinner-on-boat.jpg differ
diff --git a/2019/images/blog/friends-on-tram.jpg b/2019/images/blog/friends-on-tram.jpg
new file mode 100644
index 00000000..7ae081ad
Binary files /dev/null and b/2019/images/blog/friends-on-tram.jpg differ
diff --git a/2019/images/blog/isaac-presenting-at-meetup.jpg b/2019/images/blog/isaac-presenting-at-meetup.jpg
new file mode 100644
index 00000000..ddb7ba17
Binary files /dev/null and b/2019/images/blog/isaac-presenting-at-meetup.jpg differ
diff --git a/2019/images/cardstack.png b/2019/images/cardstack.png
new file mode 100644
index 00000000..080ed8a6
Binary files /dev/null and b/2019/images/cardstack.png differ
diff --git a/2019/images/chad-carbert.jpg b/2019/images/chad-carbert.jpg
new file mode 100644
index 00000000..899d347e
Binary files /dev/null and b/2019/images/chad-carbert.jpg differ
diff --git a/2019/images/chad-carbert.png b/2019/images/chad-carbert.png
new file mode 100644
index 00000000..2d2a4e89
Binary files /dev/null and b/2019/images/chad-carbert.png differ
diff --git a/2019/images/chad-hietala.jpg b/2019/images/chad-hietala.jpg
new file mode 100644
index 00000000..2d1cb715
Binary files /dev/null and b/2019/images/chad-hietala.jpg differ
diff --git a/2019/images/chantal-broeren.jpg b/2019/images/chantal-broeren.jpg
new file mode 100644
index 00000000..a4624f88
Binary files /dev/null and b/2019/images/chantal-broeren.jpg differ
diff --git a/2019/images/chris-manson.jpg b/2019/images/chris-manson.jpg
new file mode 100644
index 00000000..25e6cf05
Binary files /dev/null and b/2019/images/chris-manson.jpg differ
diff --git a/2019/images/chris-manson.png b/2019/images/chris-manson.png
new file mode 100644
index 00000000..6b14ad0e
Binary files /dev/null and b/2019/images/chris-manson.png differ
diff --git a/2019/images/chris-ng.jpg b/2019/images/chris-ng.jpg
new file mode 100644
index 00000000..a1241487
Binary files /dev/null and b/2019/images/chris-ng.jpg differ
diff --git a/2019/images/chris-thoburn.jpeg b/2019/images/chris-thoburn.jpeg
new file mode 100644
index 00000000..b26ed06e
Binary files /dev/null and b/2019/images/chris-thoburn.jpeg differ
diff --git a/2019/images/clark.svg b/2019/images/clark.svg
new file mode 100644
index 00000000..d06e9e4d
--- /dev/null
+++ b/2019/images/clark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2019/images/claudia-hinkle.jpg b/2019/images/claudia-hinkle.jpg
new file mode 100644
index 00000000..287b7722
Binary files /dev/null and b/2019/images/claudia-hinkle.jpg differ
diff --git a/2019/images/crowdstrike.svg b/2019/images/crowdstrike.svg
new file mode 100644
index 00000000..2feaa63c
--- /dev/null
+++ b/2019/images/crowdstrike.svg
@@ -0,0 +1,11 @@
+
diff --git a/2019/images/danielle-adams.jpeg b/2019/images/danielle-adams.jpeg
new file mode 100644
index 00000000..947e106d
Binary files /dev/null and b/2019/images/danielle-adams.jpeg differ
diff --git a/2019/images/edward-faulkner.jpeg b/2019/images/edward-faulkner.jpeg
new file mode 100644
index 00000000..686aa4f9
Binary files /dev/null and b/2019/images/edward-faulkner.jpeg differ
diff --git a/2019/images/ember-checkup.svg b/2019/images/ember-checkup.svg
new file mode 100644
index 00000000..8c6c9147
--- /dev/null
+++ b/2019/images/ember-checkup.svg
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/2019/images/ember-map.svg b/2019/images/ember-map.svg
new file mode 100644
index 00000000..2132bc1a
--- /dev/null
+++ b/2019/images/ember-map.svg
@@ -0,0 +1,32 @@
+
+
+
diff --git a/2019/images/emberfest_logo.svg b/2019/images/emberfest_logo.svg
new file mode 100644
index 00000000..a46d03c0
--- /dev/null
+++ b/2019/images/emberfest_logo.svg
@@ -0,0 +1,215 @@
+
+
\ No newline at end of file
diff --git a/2019/images/europe-map.png b/2019/images/europe-map.png
new file mode 100644
index 00000000..84c23c73
Binary files /dev/null and b/2019/images/europe-map.png differ
diff --git a/2019/images/francesco-novy.jpg b/2019/images/francesco-novy.jpg
new file mode 100644
index 00000000..7b2b8f4d
Binary files /dev/null and b/2019/images/francesco-novy.jpg differ
diff --git a/2019/images/godfrey-chan.jpg b/2019/images/godfrey-chan.jpg
new file mode 100644
index 00000000..46a42494
Binary files /dev/null and b/2019/images/godfrey-chan.jpg differ
diff --git a/2019/images/harvest.png b/2019/images/harvest.png
new file mode 100644
index 00000000..05658991
Binary files /dev/null and b/2019/images/harvest.png differ
diff --git a/2019/images/honeypot.svg b/2019/images/honeypot.svg
new file mode 100644
index 00000000..f30f50ef
--- /dev/null
+++ b/2019/images/honeypot.svg
@@ -0,0 +1,23 @@
+
+
\ No newline at end of file
diff --git a/2019/images/isaac-lee.jpg b/2019/images/isaac-lee.jpg
new file mode 100644
index 00000000..c5623d3d
Binary files /dev/null and b/2019/images/isaac-lee.jpg differ
diff --git a/2019/images/jessica-jordan.jpg b/2019/images/jessica-jordan.jpg
new file mode 100644
index 00000000..143eca51
Binary files /dev/null and b/2019/images/jessica-jordan.jpg differ
diff --git a/2019/images/jon-kilroy.jpg b/2019/images/jon-kilroy.jpg
new file mode 100644
index 00000000..1680e914
Binary files /dev/null and b/2019/images/jon-kilroy.jpg differ
diff --git a/2019/images/jonathan-jackson.jpg b/2019/images/jonathan-jackson.jpg
new file mode 100644
index 00000000..c56d90a8
Binary files /dev/null and b/2019/images/jonathan-jackson.jpg differ
diff --git a/2019/images/kenigbolo-meya-stephen.jpg b/2019/images/kenigbolo-meya-stephen.jpg
new file mode 100644
index 00000000..231cc772
Binary files /dev/null and b/2019/images/kenigbolo-meya-stephen.jpg differ
diff --git a/2019/images/kenneth-larsen.png b/2019/images/kenneth-larsen.png
new file mode 100644
index 00000000..bf267f98
Binary files /dev/null and b/2019/images/kenneth-larsen.png differ
diff --git a/2019/images/kevin-pfefferle.jpg b/2019/images/kevin-pfefferle.jpg
new file mode 100644
index 00000000..b74773d3
Binary files /dev/null and b/2019/images/kevin-pfefferle.jpg differ
diff --git a/2019/images/kloeckner-i.svg b/2019/images/kloeckner-i.svg
new file mode 100644
index 00000000..5c7dd964
--- /dev/null
+++ b/2019/images/kloeckner-i.svg
@@ -0,0 +1,36 @@
+
+
+
diff --git a/2019/images/lauren-tan.jpg b/2019/images/lauren-tan.jpg
new file mode 100644
index 00000000..e5dc8e2f
Binary files /dev/null and b/2019/images/lauren-tan.jpg differ
diff --git a/2019/images/linkedin.png b/2019/images/linkedin.png
new file mode 100644
index 00000000..8d656ee7
Binary files /dev/null and b/2019/images/linkedin.png differ
diff --git a/2019/images/linkfire.svg b/2019/images/linkfire.svg
new file mode 100644
index 00000000..eaca4b98
--- /dev/null
+++ b/2019/images/linkfire.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2019/images/logo.png b/2019/images/logo.png
new file mode 100644
index 00000000..d7517743
Binary files /dev/null and b/2019/images/logo.png differ
diff --git a/2019/images/marco-otte-witte.jpg b/2019/images/marco-otte-witte.jpg
new file mode 100644
index 00000000..61c52e29
Binary files /dev/null and b/2019/images/marco-otte-witte.jpg differ
diff --git a/2019/images/mascot.png b/2019/images/mascot.png
new file mode 100644
index 00000000..42b61ba0
Binary files /dev/null and b/2019/images/mascot.png differ
diff --git a/2019/images/melanie-sumner.jpg b/2019/images/melanie-sumner.jpg
new file mode 100644
index 00000000..60bc5c34
Binary files /dev/null and b/2019/images/melanie-sumner.jpg differ
diff --git a/2019/images/melanie-sumner.png b/2019/images/melanie-sumner.png
new file mode 100644
index 00000000..30e9f0dd
Binary files /dev/null and b/2019/images/melanie-sumner.png differ
diff --git a/2019/images/michael-lange.jpg b/2019/images/michael-lange.jpg
new file mode 100644
index 00000000..22f927c4
Binary files /dev/null and b/2019/images/michael-lange.jpg differ
diff --git a/2019/images/miguel-camba.jpg b/2019/images/miguel-camba.jpg
new file mode 100644
index 00000000..34fa9ef5
Binary files /dev/null and b/2019/images/miguel-camba.jpg differ
diff --git a/2019/images/peopledoc.svg b/2019/images/peopledoc.svg
new file mode 100644
index 00000000..10a184f0
--- /dev/null
+++ b/2019/images/peopledoc.svg
@@ -0,0 +1,61 @@
+
+
+
diff --git a/2019/images/person-female.jpg b/2019/images/person-female.jpg
new file mode 100644
index 00000000..e7703849
Binary files /dev/null and b/2019/images/person-female.jpg differ
diff --git a/2019/images/person-male.jpg b/2019/images/person-male.jpg
new file mode 100644
index 00000000..1eeb397b
Binary files /dev/null and b/2019/images/person-male.jpg differ
diff --git a/2019/images/phorest.svg b/2019/images/phorest.svg
new file mode 100644
index 00000000..bf97b612
--- /dev/null
+++ b/2019/images/phorest.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2019/images/precnut.svg b/2019/images/precnut.svg
new file mode 100644
index 00000000..067b1157
--- /dev/null
+++ b/2019/images/precnut.svg
@@ -0,0 +1,63 @@
+
+
+
diff --git a/2019/images/prototypal.png b/2019/images/prototypal.png
new file mode 100644
index 00000000..a1ac5fa3
Binary files /dev/null and b/2019/images/prototypal.png differ
diff --git a/2019/images/redpencil.svg b/2019/images/redpencil.svg
new file mode 100644
index 00000000..d124a215
--- /dev/null
+++ b/2019/images/redpencil.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2019/images/ricardo-mendes.jpg b/2019/images/ricardo-mendes.jpg
new file mode 100644
index 00000000..d64cd6a9
Binary files /dev/null and b/2019/images/ricardo-mendes.jpg differ
diff --git a/2019/images/rocky-neurock.jpg b/2019/images/rocky-neurock.jpg
new file mode 100644
index 00000000..686f10f8
Binary files /dev/null and b/2019/images/rocky-neurock.jpg differ
diff --git a/2019/images/sama-rao.jpg b/2019/images/sama-rao.jpg
new file mode 100644
index 00000000..1f754a19
Binary files /dev/null and b/2019/images/sama-rao.jpg differ
diff --git a/2019/images/selleo.png b/2019/images/selleo.png
new file mode 100644
index 00000000..928dcd55
Binary files /dev/null and b/2019/images/selleo.png differ
diff --git a/2019/images/sergio-arbeo.jpg b/2019/images/sergio-arbeo.jpg
new file mode 100644
index 00000000..bd17377e
Binary files /dev/null and b/2019/images/sergio-arbeo.jpg differ
diff --git a/2019/images/simon-ihmig.jpeg b/2019/images/simon-ihmig.jpeg
new file mode 100644
index 00000000..1d8ae1c0
Binary files /dev/null and b/2019/images/simon-ihmig.jpeg differ
diff --git a/2019/images/simplabs.svg b/2019/images/simplabs.svg
new file mode 100644
index 00000000..022e84f1
--- /dev/null
+++ b/2019/images/simplabs.svg
@@ -0,0 +1,8 @@
+
+
+
diff --git a/2019/images/skyline-cph.svg b/2019/images/skyline-cph.svg
new file mode 100644
index 00000000..8f13c7ca
--- /dev/null
+++ b/2019/images/skyline-cph.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2019/images/skyline-small.svg b/2019/images/skyline-small.svg
new file mode 100644
index 00000000..e7d9bb24
--- /dev/null
+++ b/2019/images/skyline-small.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/2019/images/sticker-mule.svg b/2019/images/sticker-mule.svg
new file mode 100644
index 00000000..b7dd95ae
--- /dev/null
+++ b/2019/images/sticker-mule.svg
@@ -0,0 +1,62 @@
+
+
+
diff --git a/2019/images/tilde.png b/2019/images/tilde.png
new file mode 100644
index 00000000..38c2a59f
Binary files /dev/null and b/2019/images/tilde.png differ
diff --git a/2019/images/tobias-bieniek.jpg b/2019/images/tobias-bieniek.jpg
new file mode 100644
index 00000000..afcfda6b
Binary files /dev/null and b/2019/images/tobias-bieniek.jpg differ
diff --git a/2019/images/tom-dale.jpeg b/2019/images/tom-dale.jpeg
new file mode 100644
index 00000000..926b9eb3
Binary files /dev/null and b/2019/images/tom-dale.jpeg differ
diff --git a/2019/images/venue.jpg b/2019/images/venue.jpg
new file mode 100644
index 00000000..6e2d036b
Binary files /dev/null and b/2019/images/venue.jpg differ
diff --git a/2019/images/website-header.png b/2019/images/website-header.png
new file mode 100644
index 00000000..64af652b
Binary files /dev/null and b/2019/images/website-header.png differ
diff --git a/2019/images/wyeworks.png b/2019/images/wyeworks.png
new file mode 100644
index 00000000..d01182ac
Binary files /dev/null and b/2019/images/wyeworks.png differ
diff --git a/2019/index.html b/2019/index.html
new file mode 100644
index 00000000..3d63c4c2
--- /dev/null
+++ b/2019/index.html
@@ -0,0 +1,274 @@
+---
+layout: 2019/default
+title: EmberFest
+---
+
+
+
+
+
+
+
+
+ EmberFest is the European Community Ember Conference.
+ If you're looking for updates on the latest and greatest in Ember and Glimmer this is the place to be.
+ EmberFest is also a great opportunity to get in touch with the European Ember Community (and friends from
+ abroad) and hiring Ember talent.
+
+ For some time now we’ve designed our apps to be responsive based on media queries. Our applications have evolved and used abstractions around the global media context with tools like ember-responsive which have gotten us pretty far. But in a world of components the context isn’t global, it’s local. Let me show you how we can build components that are responsive to their immediate environment and work anywhere.
+
+
+
+ Hello, I am a Canadian web developer currently working at Heroku 💜. I've previously lived in Portland, Berlin and now I’m happy to call Brooklyn home. I love learning from all the front-end communities and seeing great ideas foster and shared. What I do learn I enjoy sharing, whether through teaching javascript, giving talks, or contributing to open source.
+
+ How do polyglots learn natural languages so quickly and easily? Do we follow a similar process when learning programming languages? We will dive into the key differences and similarities of learning natural versus programming languages and consider how we can apply the most effective methods of learning natural languages to improving the processes by which we learn to code.
+
+
+ Sama is a front-end engineer at Heroku. As a junior engineer, she has spent this last year mastering Ember alongside reading about psychological theories of learning and development. When she's not writing code, you can find her out and about in San Francisco.
+
+ JAM Stack has become a popular phrase in our industry over the last few years with projects like Gatsby and Vuepress gaining popularity at fantastic speeds. This talk will explain JAM Stack and explain how Ember developers have been developing JAM apps for many years. This talk will also explain how Empress is innovating on JAM Stack concepts and making it a lot more accessible to more developers.
+
+
+ Chris has been an Ember developer and enthusiast for almost 8 years. A developer at simplabs and a member of the Ember Core Learning Team, Chris is the creator of Empress and has also championed a number of initiatives to Emberify the Ember website.
+
+ Ever wondered where your component state went or where it came from? In this talk you will learn how arguments, decorators and tracked properties make state management of your component built in Ember Octane easier than ever before. In comparison with patterns known from traditional Ember apps, you will learn how to transform your modern components to predictable and future-proof building blocks of your application.
+
+
+
+ Jessica Jordan is a member of the Ember Learning Core team and a software engineer at simplabs. She is an editor at The Ember Times and organizes the Ember Berlin meetup. She is a big fan of CSS, art and comics.
+
+
+
+
+
+
+
+
+
+
Introducing TypeScript into production Ember.js app
+
+
+
+
+
+
Adrian Zalewski
+
+
+
+ Many key Ember.js components are written in TypeScript, and for good reason. Strongly typed code is a winner: type safety makes it often run correctly on first try, and harder to introduce bugs when modifying it. This matters especially in large, complex codebases.
+
+
+ Should you start writing your Ember.js apps in TypeScript, too? How to do it? Is it practical and actually "worth it"? This talk attempts to answer these questions, based on real-life experience of introducing TypeScript into existing production application.
+
+
+
+ Front-end Engineer at Customer.io, who had luck to meet and fall in love with Ember.js and immense productivity that it brings. Book lover and avid traveler.
+
+ We’re all human, and even a software developer will make mistakes, introduce bugs or leave code we (or others) regret later. How can we make the most of our Ember app and how can we face the issues we are creating? While Ember is growing and developers are using it for even more advanced software, handling errors and debugging will become more advanced too. With this talk we work through pain points, analysing, debugging, what to do and what not to do on solving problems and reducing them.
+
+
+
+ Chantal is a software engineer from the Netherlands, currently working at DockYard. Her main focus has been on building web apps from both sides as a UI and back-end developer. She has 4+ years of experience in Ember and was involved in helping others to work with Ember for the first time and teach them best practices. Also maintainer of a few ember addons.
+
+
+
+
+
+
+
+
+
+
Ember in orbit. Building apps for outer space connectivity.
+
+
+
+
+
+
Miguel Camba
+
+
+
+
+ You have to develop a new app, but this time is different. This time it will run on the first inhabited space station that will orbit the moon! But how does the internet work in space? How long does a request take to reach earth? What about when you are orbiting the dark side of the moon? How does one handle delay? How does one handle failures? Let's explore how to build network-optimistic fail resistant apps for the space age!
+
+
+
I've been an Ember developer for over 5 years and a web developer for around 10.
+For the last year I've been working on an offline-first app that must replace a desktop app that has been the default industry standard whose users are accustomed to some level of snappiness and reliability that can't be attained without optimistic UIs a carefully designed offline-first design (both UI and engineering).
+ Compilers have a reputation for being esoteric and intimidating. But they don't need to be! A compiler is just a program that writes programs. This talk will be a practical tour through the Embroider build system that also teaches compiler concepts along the way.
+
+
+ With the power of multi-pass compilation, Embroider can take a long-lived, conventional Ember app and give it lazy loading, code splitting, and tree shaking. All without modifying the app's own code.
+
+
+
+ Edward Faulkner is a member of the Ember Core Team. His open source code is running on mainstream gaming consoles, major social media sites, and hordes of enterprise applications. His consultancy, Polynomial LLC, leads ambitious software projects for a diverse group of businesses and nonprofits, and he's a lead developer for the Cardstack Project.
+
+
+
+
+
+
+
+
+
+
FastFlood: a story of a massive memory leak in FastBoot land
+
+
+
+
+
+
Sergio Arbeo
+
+
+
+ What would you do if you found a memory leak so big, that most of the data of your requests are leaking? What if everyone on your team was distributed? What if no one on the team shared a timezone?
+
+
+ This talk presents the typical techniques to find a memory leak and a few unusual ones when dealing with a significant leak.
+
+
+ We will also discuss how to organize a distributed team to find the leak faster.
+
+
+
+ Frontend engineer. Doing magic with and without code.
+
+ We often talk about the well-lit path, but what about the danger that lurks in the shadows? What happens when you make one poor choice? What happens when you make 10 poor choices? 100? Sometimes, we just make a mistake. Other times, we believe that the “shortcut” is the answer. Our apps don’t become a mess in a day- and it will take longer than a day to clean them up. There is no silver bullet that will fix everything. We’ll discuss some of those choices, their consequences, and practical steps we can take to allow our apps (and ourselves) the room to become better versions of themselves.
+
+
+
+ Melanie is a decorated, disabled military veteran who works as a Senior Software Engineer at LinkedIn with a focus on accessibility in Ember.js. She is an active member of the Ember.js core team (steering committee, framework, and learning team), co-chair of EmberCamp Chicago, and co-organizer of the Ember Chicago Meetup.
+
+ The Millennium Falcon Lego set has 7,541 pieces and takes 35 hours to build. Imagine how much time could be saved if a fraction of those pieces were replaced with Duplos. In this talk I will share how my team has successfully extracted large sections of our apps into reusable “Duplos”. These Ember Duplos are used to rapidly start apps not just at the 10th floor but the 50th. We will explore how Ember enables us to build, compose, and customize these large logical addons. In addition, I will propose how our community might benefit from a Duplo ecosystem as it has with addons.
+
+
+
+ Jon Kilroy is a software architect at Verizon Media, where he builds and designs data centric applications. He is passionate about delivering great experiences to both end users and developers.
+
+ Ember gives new developers the power to write tests and be productive from day one. You can be confident that your app will be correct today and years from now. Learn 5 simple rules of writing tests from an ex-mathematician.
+
+
+
+ Learning and teaching are two of my passions. Come chat with me about indie music, coffee, and bouldering too!
+
+
+
+
+
+
+
+
+
+
Replaying Real Time Live Video Events with Ember
+
+
+
+
+
+
+
Claudia Hinkle and Chris Ng
+
+
+
+ Live video provides our members an interactive engaging format since other members are actively commenting and reacting on the video in real time. However, when viewing a live video afterwards as a replay, we still want to preserve this user experience since most comments and reactions make more sense with the point in time context of the video. We will go through the entire lifecycle of a member action and what role Ember plays within it – from being created while watching a live video – to being requested and displayed during live and much later on when the live video gets replayed.
+
+
+
+ This is a two person talk.
+
+
+ Claudia is a Software Engineer at LinkedIn, working on video in the New York City Office. She graduated from The Ohio State University in 2018, and spent a semester studying at the University of Copenhagen.
+
+
+ Chris is a Staff Software Engineer at LinkedIn, based in New York City working on video. He is an editor and contributor for both The Ember Times and the LinkedIn Engineering Blog.
+
+ Octane! Tracked Properties! Native Classes! Angle Bracket Syntax! Element Modifiers! So much has changed in Ember over the past 12 months, but what about EmberData?
+
+
+ It might not seem it just yet, but the EmberData you are using today is a vastly more powerful and more flexible library than the EmberData the community has grown up with.
+
+
+ While we were busy shedding weight and preparing for tree-shaking, we were also busy designing an improved core experience that builds upon the strongest aspects of the library.
+
+
+ The Future of Data is now.
+
+
+
+ Chris ("real name" @runspired) is an engineer at LinkedIn and a member of the Ember Data Core Team. When he isn't working on your data-layer or answering questions in discord, he can usually be found running ultra-long distances (just look for the fellow dashing up and down the biggest hill in view). He recently got married to a wife gracious enough to understand both these passions.
+
\ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 00000000..a9d2bcb3
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,21 @@
+
\ No newline at end of file
diff --git a/_includes/logo_row.html b/_includes/logo_row.html
new file mode 100644
index 00000000..94d96e43
--- /dev/null
+++ b/_includes/logo_row.html
@@ -0,0 +1,7 @@
+
+ {% include tito.html %}
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 00000000..b0649670
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{page.title}}
+
+
+
+
+
+ {{content}}
+ {% include footer.html %}
+ {% include cookie_banner.html %}
+
+
diff --git a/_posts/2017-08-31-totally-subjective-summary-on-why-emberfest-2016-was-amazing.markdown b/_posts/2017-08-31-totally-subjective-summary-on-why-emberfest-2016-was-amazing.markdown
new file mode 100644
index 00000000..2ac78eaa
--- /dev/null
+++ b/_posts/2017-08-31-totally-subjective-summary-on-why-emberfest-2016-was-amazing.markdown
@@ -0,0 +1,72 @@
+---
+layout: blogpost
+title: Totally subjective summary on why EmberFest'16 was amazing - and why EmberFest'17 will be
+author: Balint Erdi
+author_link: https://twitter.com/baaz
+permalink: /blog/:title/
+---
+
+When I learned that EmberFest'16 was to be held in my hometown, Budapest, I
+could barely contain my excitement. I attended all previous EmberFests in other
+beautiful cities across Europe, but the idea that for once I didn't have to go to
+EmberFest because EmberFest came to me was almost too much to take.
+
+And, although the bar was reeeally high, the conference didn't disappoint the
+least.
+
+### Pre-conference meetup
+
+We, the organizers of the Ember.js Budapest meetup group
+([Ember.BP][ember.bp]), decided to do a pre-conference get together the evening
+before the conference. It turned out extremely well, with a record-high
+attendance for our small group (~40 people were sitting into a small room) and
+great talks.
+
+
+
+After the talks, we moved headquarters to Budapest's bar district to have a
+post-meetup, pre-conference drinks and continue chatting.
+
+The evening had a great vibe, with Ember friends flying here from all over the
+world (some of them seeing the illuminated city, which is quite the sight, for
+the first time), and I was ever so excited for being able to "host" them here.
+
+### The conference
+
+The conference had the same structure as in previous years. One track, two-day,
+with an opening keynote and 45-minute presentations including Q&A. The chats in
+the lobby between talks were great and the whole vibe was very laid back and
+familiar, although I might be biased as I still couldn't believe my Ember peeps
+came to me this time (the feeling only went away when the conference was over).
+
+As Joachim, who almost single-handedly organized the previous 3 EmberFest
+conferences, announced his resigation from this position at the end of the
+talks, new plans started to slowly form...
+
+
+
+### EmberFest not dead
+
+A few of us, European Ember lovers, met again at EmberConf'17 in Portland, and
+started to talk about the possibility of continuing EmberFest.
+
+We formed a group later in the spring, involving Joachim and a few others and
+our small but very enthusiastic team started to get things rolling.
+
+Berlin, having a [renascent Ember.js meetup group][ember-berlin] and great
+direct connections to lots of cities, came out on top and soon after we've
+found and nailed down [the gorgeous venue][villa] for the event.
+
+About two more months passed and by now, an amazing roster of people have
+confirmed they're speaking at EmberFest, and we're in the process of selecting
+talks for the remaining slots.
+
+The conference is again going to be a 1-track, 2-day one and is happening on
+the 12th and 13th of October.
+
+Do you have your ticket already?
+No, but I want one!
+
+[villa]: http://www.elisabeth.berlin/
+[ember.bp]: https://www.meetup.com/ember-bp/
+[ember-berlin]: https://www.meetup.com/Ember-js-Berlin/
diff --git a/app/app.js b/app/app.js
deleted file mode 100644
index 831ad610..00000000
--- a/app/app.js
+++ /dev/null
@@ -1,18 +0,0 @@
-import Ember from 'ember';
-import Resolver from './resolver';
-import loadInitializers from 'ember-load-initializers';
-import config from './config/environment';
-
-let App;
-
-Ember.MODEL_FACTORY_INJECTIONS = true;
-
-App = Ember.Application.extend({
- modulePrefix: config.modulePrefix,
- podModulePrefix: config.podModulePrefix,
- Resolver
-});
-
-loadInitializers(App, config.modulePrefix);
-
-export default App;
diff --git a/app/application/-newsletter/template.hbs b/app/application/-newsletter/template.hbs
deleted file mode 100644
index 73978061..00000000
--- a/app/application/-newsletter/template.hbs
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
{Subscribe to our mailing list}
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/application/-sessions/template.hbs b/app/application/-sessions/template.hbs
deleted file mode 100644
index 3bbfd569..00000000
--- a/app/application/-sessions/template.hbs
+++ /dev/null
@@ -1,184 +0,0 @@
-
- {{material-design/md-textarea classNames="input-field col s12" icon="comment" inputValue=talk.talkAbstract inputTitle="Your Talk Abstract - What is your talk about?"}}
-
-
-
- {{material-design/md-textarea classNames="input-field col s12" icon="speaker_notes" inputValue=talk.outline inputTitle="Briefly outline the contents of your talk"}}
-
-
-
- {{material-design/md-textarea classNames="input-field col s12" icon="supervisor_account" inputValue=talk.talkIntendedAudience inputTitle="Briefly describe the intended audience for your talk"}}
-
-
-
-
- av_timer
-
-
-
-
-
- {{material-design/md-input classNames="input-field col s12" icon="turned_in" inputValue=talk.topics inputTitle="Which topics will your talk cover?"}}
-
- {{link-to "GET YOUR TICKET" "tickets" class="waves-effect btn-radius btn-flat"}}
- JOIN THE MAILINGLISTadd
-
-
-
-
-
-
-
-
-
-
Ember Fest 2016. Emberinos rejoice!
-
Ember Fest is coming back in 2016! Ember Fest will be a different conference with a high speaker-to-attendee ratio. Great talks, fun adventure and Ember.js to the core!
If your talk is approved, you will be notified by one of the organizers personally. We will accept
- talks at regular intervals until two weeks before the conference starts. If none of your talks get
- approved, you will get the opportunity to buy a ticket at the price valid when you registered your
- talk.
-
-
Code of Conduct
-
Please take some time to read through out {{#link-to "codeOfConduct"}}Code of Conduct{{/link-to}}!
-
-
-
-
- {{else}}
-
You need to sign in to view and edit your profile!
- In order for us to be able to accept your talk proposal, or ticket purchases we need to know who you are :)
- Once the conference starts, you will also be able to use your account to give feedback to the speakers, as well as leave feedback for the conference.
-
-
We take you privacy extremely serious, and will never share your personal details with anyone!
-
Mozilla Persona
-
Sign in is provided securely via Mozilla Persona. This enables us to authenticate and validate your email address without you ever having to provide Ember Fest with a password, as your password is safely stored with Mozilla Persona!
\ No newline at end of file
diff --git a/app/talks/index/controller.js b/app/talks/index/controller.js
deleted file mode 100644
index 50b815db..00000000
--- a/app/talks/index/controller.js
+++ /dev/null
@@ -1,10 +0,0 @@
-import Ember from 'ember';
-
-export default Ember.Controller.extend({
- actions: {
- doLogIn: function() {
- console.log('doLogIn Action');
- navigator.id.request();
- },
- }
-});
diff --git a/app/talks/index/route.js b/app/talks/index/route.js
deleted file mode 100644
index d02b4946..00000000
--- a/app/talks/index/route.js
+++ /dev/null
@@ -1,9 +0,0 @@
-import Ember from 'ember';
-
-export default Ember.Route.extend({
- model: function() {
- return Ember.RSVP.hash({
- talks: this.store.findAll('talk')
- });
- }
-});
diff --git a/app/talks/index/template.hbs b/app/talks/index/template.hbs
deleted file mode 100644
index 44db3360..00000000
--- a/app/talks/index/template.hbs
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
Call for Speakers!
-
- Suggested talks are listed here in order to give you an idea of the types of
- talks that might be present at Ember Fest. See a talk you like? Vote it up!
-
-
- {{#unless model.talks.length}}
-
There are currently no registered talks for Ember Fest 2016! Be the first to submit a talk!
- Do you have something you want to share with the Ember.js community?
- Do you have a cool idea, have you worked on a cool project, or have you
- learnt something awesome lately? Share your experiences with the rest of
- the European Ember.js community at Ember Fest 2016! All speakers get free
- admission to the Conference, and the Conference Dinner.
-
-
-
- This year, talks will be 45 minutes long, but we will organize a pre-conference training session
- the day before the conference start, on wednesday October 26th.
-
-
-
- By registering your talk, your abstract for a presentation will be added to the list of suggestions
- for this year's conference. You ma change the content of your abstract at any time during the period
- that the Call for Speakers is open. Other participants will be able to see your suggestion as soon
- as it is registered.
-
-
-
- The talk proposals will be reviewed by a group of smart and friendly people,
- who will help you create the best proposal you can. You will receive feedback
- from reviewers by email.
-
-
-
Deadline
-
Call for Papers will end on July 30th. However, as we are accepting talks continuously,
- all spots might be taken before the final deadline, so get your talk submitted as early
- as possible!
\ No newline at end of file
diff --git a/backend/.classpath b/backend/.classpath
deleted file mode 100644
index f619a536..00000000
--- a/backend/.classpath
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/backend/.project b/backend/.project
deleted file mode 100644
index c7c28765..00000000
--- a/backend/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
- embercampeurope
-
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
- org.eclipse.m2e.core.maven2Builder
-
-
-
-
-
- org.eclipse.jdt.core.javanature
- org.eclipse.m2e.core.maven2Nature
-
-
diff --git a/backend/.settings/org.eclipse.core.resources.prefs b/backend/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 472cc9c4..00000000
--- a/backend/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-eclipse.preferences.version=1
-encoding//src/main/java=ISO-8859-1
-encoding//src/main/java/no/haagensoftware/netty/webserver/scriptCache/ScriptFile.java=UTF-8
diff --git a/backend/.settings/org.eclipse.jdt.core.prefs b/backend/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index ec4300d5..00000000
--- a/backend/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,5 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.source=1.7
diff --git a/backend/.settings/org.eclipse.m2e.core.prefs b/backend/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f1..00000000
--- a/backend/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/backend/README b/backend/README
deleted file mode 100644
index 4ff0f595..00000000
--- a/backend/README
+++ /dev/null
@@ -1 +0,0 @@
-Consider this ALPHA code. Version 0.0.1.
\ No newline at end of file
diff --git a/backend/config.properties b/backend/config.properties
deleted file mode 100644
index 437da6e4..00000000
--- a/backend/config.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-com.embercampeurope.netty.port=8081
-com.embercampeurope.netty.webappDir=/Users/jhsmbp/Projects/EmberFestWebsite/site
-com.embercampeurope.netty.scriptsCacheSeconds=1
-com.embercampeurope.db.path=/srv/emberfestdata
-com.embercampeurope.rootuser=joachim@haagen-software.no
-eu.emberfest.personaAudience=http://localhost:8081
\ No newline at end of file
diff --git a/backend/emberfest.iml b/backend/emberfest.iml
deleted file mode 100644
index a9e39824..00000000
--- a/backend/emberfest.iml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/backend/eurekaj.log b/backend/eurekaj.log
deleted file mode 100644
index 9b903f44..00000000
--- a/backend/eurekaj.log
+++ /dev/null
@@ -1,7893 +0,0 @@
-19:06:40,123 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-19:06:40,130 INFO [Main] Starting server
-19:06:40,239 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope
-19:06:45,094 INFO [CacheableFileServerHandler] contentType: text/html for path: /index.html
-19:06:45,236 INFO [CacheableFileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:06:45,246 INFO [CacheableFileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:06:45,264 INFO [CacheableFileServerHandler] contentType: application/javascript for path: /lib/handlebars-1.0.0.rc.3.js
-19:06:45,265 INFO [CacheableFileServerHandler] contentType: application/javascript for path: /lib/bootstrap.js
-19:06:45,266 INFO [CacheableFileServerHandler] contentType: application/javascript for path: /lib/jquery-1.8.2.min.js
-19:06:45,268 INFO [CacheableFileServerHandler] contentType: application/javascript for path: /lib/ember-1.0.0-rc.2.js
-19:06:45,269 INFO [CacheableFileServerHandler] contentType: application/javascript for path: /lib/showdown.js
-19:06:45,415 INFO [CacheableFileServerHandler] contentType: application/javascript for path: /app/app.js
-19:06:45,429 INFO [CacheableFileServerHandler] contentType: application/javascript for path: /app/pages.js
-19:06:45,432 INFO [CacheableFileServerHandler] contentType: application/javascript for path: /app/models.js
-19:06:45,719 INFO [CacheableFileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:06:45,720 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:06:45,721 INFO [CacheableFileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:06:45,804 INFO [CacheableFileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:06:49,360 INFO [CacheableFileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-19:06:49,384 INFO [CacheableFileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-19:11:18,314 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-19:11:18,356 INFO [Main] Starting server
-19:11:18,448 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope
-19:11:20,632 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-19:11:20,632 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-19:11:20,632 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-19:11:20,632 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-19:11:20,632 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-19:11:20,633 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-19:11:20,633 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-19:11:20,671 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:11:21,080 INFO [CachedIndexHandler] Finished extracting script contents took: 409 ms.
-19:11:21,123 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:11:21,123 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:11:21,123 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:11:21,123 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:11:21,539 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:11:21,539 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:11:21,539 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:11:21,651 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-19:11:21,680 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-19:11:51,397 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:11:51,537 INFO [CachedIndexHandler] Finished extracting script contents took: 140 ms.
-19:11:51,797 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:11:51,798 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:11:51,800 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:11:51,809 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:11:52,161 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:11:52,185 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:11:52,188 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:11:52,287 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-19:11:52,321 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-19:12:18,836 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:12:19,466 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-19:12:19,466 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-19:12:19,510 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-19:12:20,025 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:12:21,481 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:12:21,538 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-19:12:21,589 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:12:21,589 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:12:21,590 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:12:21,590 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:12:22,119 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:12:22,120 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:12:22,122 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:12:22,248 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:29:59,582 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:29:59,641 INFO [CachedIndexHandler] Finished extracting script contents took: 59 ms.
-21:29:59,652 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:29:59,661 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:29:59,661 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:29:59,662 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:30:00,093 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:30:00,093 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:30:00,093 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:30:00,190 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:34:11,065 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:34:11,141 INFO [CachedIndexHandler] Finished extracting script contents took: 76 ms.
-21:34:11,153 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:34:11,164 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:34:11,164 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:34:11,170 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:34:11,415 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:34:11,415 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:34:11,416 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:34:11,490 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:35:04,711 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:35:04,757 INFO [CachedIndexHandler] Finished extracting script contents took: 46 ms.
-21:35:04,919 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:35:04,921 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:35:04,921 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:35:04,923 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:35:05,191 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:35:05,191 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:35:05,191 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:35:05,274 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:38:00,190 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:38:00,244 INFO [CachedIndexHandler] Finished extracting script contents took: 54 ms.
-21:38:00,258 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:38:00,269 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:38:00,270 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:38:00,270 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:38:00,532 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:38:00,532 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:38:00,532 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:38:00,608 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:03:32,026 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:03:32,066 INFO [CachedIndexHandler] Finished extracting script contents took: 40 ms.
-22:03:32,077 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:03:32,081 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:03:32,086 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:03:32,086 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:03:32,346 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:03:32,346 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:03:32,346 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:03:32,430 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:03:37,840 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:03:37,901 INFO [CachedIndexHandler] Finished extracting script contents took: 61 ms.
-22:03:37,913 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:03:37,914 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:03:37,914 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:03:37,915 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:03:38,177 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:03:38,178 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:03:38,178 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:03:38,231 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:04:22,014 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:04:22,096 INFO [CachedIndexHandler] Finished extracting script contents took: 82 ms.
-22:04:22,107 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:04:22,107 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:04:22,107 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:04:22,107 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:04:22,369 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:04:22,369 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:04:22,369 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:04:22,491 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:04:48,504 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:04:48,547 INFO [CachedIndexHandler] Finished extracting script contents took: 43 ms.
-22:04:48,561 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:04:48,565 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:04:48,569 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:04:48,569 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:04:48,829 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:04:48,830 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:04:48,829 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:04:48,911 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:04:53,475 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:04:53,524 INFO [CachedIndexHandler] Finished extracting script contents took: 49 ms.
-22:04:53,536 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:04:53,537 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:04:53,537 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:04:53,547 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:04:53,805 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:04:53,805 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:04:53,806 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:04:53,886 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:21:55,437 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:21:55,482 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-22:21:55,491 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:21:55,494 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:21:55,494 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:21:55,495 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:21:55,917 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:21:55,918 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:21:55,920 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:21:56,000 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:22:45,847 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:22:45,908 INFO [CachedIndexHandler] Finished extracting script contents took: 61 ms.
-22:22:45,972 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:22:45,991 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:22:45,992 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:22:45,992 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:22:46,508 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:22:46,508 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:22:46,509 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:22:46,682 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:23:25,595 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:23:31,688 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:23:54,617 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:25:00,911 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:26:51,019 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:34:24,751 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-22:34:24,793 INFO [Main] Starting server
-22:34:24,885 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope
-22:34:29,810 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-22:34:29,811 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-22:34:29,811 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-22:34:29,811 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-22:34:29,811 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-22:34:29,811 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-22:34:29,811 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-22:34:29,854 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:34:30,237 INFO [CachedIndexHandler] Finished extracting script contents took: 383 ms.
-22:34:30,322 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:34:30,324 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:34:30,324 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:34:30,333 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:34:32,827 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:34:32,834 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:34:32,841 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:34:33,049 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:35:14,560 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:35:14,627 INFO [CachedIndexHandler] Finished extracting script contents took: 67 ms.
-22:35:14,779 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:35:14,780 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:35:14,803 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:35:14,810 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:35:16,444 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:35:16,445 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:35:16,448 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:35:16,669 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:36:46,476 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:36:46,550 INFO [CachedIndexHandler] Finished extracting script contents took: 74 ms.
-22:36:46,607 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:36:46,619 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:36:46,626 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:36:46,627 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:36:47,922 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:36:47,924 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:36:47,925 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:36:48,213 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:41:32,718 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:41:32,781 INFO [CachedIndexHandler] Finished extracting script contents took: 62 ms.
-23:41:32,799 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:41:32,922 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:41:32,922 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:41:32,924 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:41:34,084 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:41:34,090 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:41:34,094 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:41:34,178 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:25:06,973 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-20:25:07,013 INFO [Main] Starting server
-20:25:07,107 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-20:25:17,855 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-20:25:17,855 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-20:25:17,855 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-20:25:17,856 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-20:25:17,856 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-20:25:17,856 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-20:25:17,856 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-20:25:17,856 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-20:25:17,895 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:25:18,297 INFO [CachedIndexHandler] Finished extracting script contents took: 402 ms.
-20:25:18,497 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:25:18,509 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:25:18,509 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:25:18,531 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:25:21,298 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:25:21,298 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:25:21,298 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:25:21,478 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:25:49,149 INFO [CredentialsHandler] { "uuidToken": "28a9f57c-d99f-41f8-90ce-2535b48b377f"}
-20:27:53,942 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:27:53,997 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-20:27:54,100 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:27:54,120 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:27:54,121 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:27:54,146 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:27:55,676 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:27:55,676 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:27:55,675 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:27:55,826 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:28:00,584 INFO [CredentialsHandler] { "uuidToken": "77796d09-e206-4037-a4bc-68927e84b8d4"}
-20:28:06,683 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:28:06,732 INFO [CachedIndexHandler] Finished extracting script contents took: 49 ms.
-20:28:06,834 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:28:06,836 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:28:06,842 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:28:06,842 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:28:07,433 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:28:07,433 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:28:07,436 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:28:07,536 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:28:10,216 INFO [CredentialsHandler] { "uuidToken": "6e354df6-8a04-4152-8c46-32fcf38fd51b"}
-20:28:31,166 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-20:28:32,306 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:28:34,156 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:28:34,202 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-20:28:34,285 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:28:34,286 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:28:34,295 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:28:34,295 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:28:36,221 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:28:36,221 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:28:36,222 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:28:36,385 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:28:39,905 INFO [CredentialsHandler] { "uuidToken": "5f06a186-4b52-4a55-925f-9788a5057f67"}
-20:29:15,270 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:29:15,339 INFO [CachedIndexHandler] Finished extracting script contents took: 69 ms.
-20:29:15,441 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:29:15,442 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:29:15,453 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:29:15,453 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:29:17,700 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:29:17,701 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:29:17,700 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:29:17,828 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:29:22,712 INFO [CredentialsHandler] { "uuidToken": "261324af-2601-461b-8da4-a3e910c04337"}
-20:33:05,291 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:33:05,333 INFO [CachedIndexHandler] Finished extracting script contents took: 42 ms.
-20:33:05,364 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:33:05,372 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:33:05,373 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:33:05,374 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:33:07,776 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:33:11,849 INFO [CredentialsHandler] { "uuidToken": "4048dadf-c721-45ac-97e7-c2d1f0f36202"}
-20:35:08,633 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:35:08,688 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-20:35:08,769 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:35:08,785 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:35:08,785 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:35:08,785 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:35:09,767 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:35:09,775 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:35:09,784 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:35:09,982 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:35:13,993 INFO [CredentialsHandler] { "uuidToken": "88f39044-273c-4d5f-a08f-3896a20249b4"}
-20:40:54,846 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:40:54,893 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-20:40:54,971 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:40:54,986 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:40:54,990 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:40:54,990 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:40:56,805 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:40:56,805 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:40:56,818 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:40:56,944 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:41:01,349 INFO [CredentialsHandler] { "uuidToken": "d2bbe471-d814-4e35-b414-088f4e83bc7b"}
-20:41:24,514 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:41:24,570 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-20:41:24,613 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:41:24,616 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:41:24,624 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:41:24,624 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:41:25,581 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:41:25,581 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:41:25,581 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:41:25,819 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:41:29,304 INFO [CredentialsHandler] { "uuidToken": "20df0331-f90d-4e40-bb1a-ada308e844fe"}
-20:42:15,477 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:42:15,553 INFO [CachedIndexHandler] Finished extracting script contents took: 76 ms.
-20:42:15,581 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:42:15,586 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:42:15,586 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:42:15,586 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:42:18,542 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:42:18,542 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:42:18,545 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:42:18,676 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:42:22,498 INFO [CredentialsHandler] { "uuidToken": "2e3cb699-550a-446d-8db2-7ec5fceba082"}
-21:02:26,778 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:02:26,819 INFO [CachedIndexHandler] Finished extracting script contents took: 39 ms.
-21:02:26,898 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:02:26,910 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:02:26,914 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:02:26,914 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:02:29,044 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:02:29,046 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:02:29,047 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:02:29,174 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:02:33,218 INFO [CredentialsHandler] { "uuidToken": "e5f397f9-3f4a-4c77-b7db-68c9cc3cc8d0"}
-21:09:38,144 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-21:09:38,195 INFO [Main] Starting server
-21:09:38,290 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-21:09:41,366 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-21:09:41,366 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-21:09:41,367 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-21:09:41,367 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-21:09:41,367 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-21:09:41,367 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-21:09:41,367 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-21:09:41,367 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-21:09:41,419 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:09:41,801 INFO [CachedIndexHandler] Finished extracting script contents took: 382 ms.
-21:09:41,908 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:09:41,913 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:09:41,919 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:09:41,920 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:09:43,578 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:09:43,580 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:09:43,585 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:09:43,761 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:11:04,379 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:11:04,450 INFO [CachedIndexHandler] Finished extracting script contents took: 70 ms.
-21:11:04,551 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:11:04,560 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:11:04,560 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:11:04,563 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:11:06,220 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:11:06,222 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:11:06,225 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:11:06,320 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:11:22,787 INFO [CredentialsHandler] { "uuidToken": "8a09af13-8b92-4fc4-aacd-a4fa20fa00f9"}
-21:11:32,256 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:11:32,325 INFO [CachedIndexHandler] Finished extracting script contents took: 69 ms.
-21:11:32,445 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:11:32,447 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:11:32,465 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:11:32,465 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:11:33,734 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:11:33,735 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:11:33,743 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:11:33,878 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:11:38,100 INFO [CredentialsHandler] { "uuidToken": "70dc56c7-7fd1-41da-b637-6212eda9ff07"}
-21:12:13,737 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-21:12:13,784 INFO [Main] Starting server
-21:12:13,874 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-21:12:17,914 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-21:12:17,914 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-21:12:17,914 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-21:12:17,914 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-21:12:17,915 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-21:12:17,915 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-21:12:17,915 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-21:12:17,915 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-21:12:17,915 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-21:12:17,959 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:12:18,316 INFO [CachedIndexHandler] Finished extracting script contents took: 357 ms.
-21:12:18,436 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:12:18,436 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:12:18,436 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:12:18,436 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:12:20,263 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:12:20,263 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:12:20,264 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:12:20,443 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:12:49,994 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:12:50,057 INFO [CachedIndexHandler] Finished extracting script contents took: 63 ms.
-21:12:50,155 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:12:50,165 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:12:50,165 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:12:50,168 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:12:51,128 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:12:51,129 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:12:51,133 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:12:51,298 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:13:01,127 INFO [CredentialsHandler] { "uuidToken": "90e6a685-5d7d-4ee2-b74a-10114cb8c564"}
-21:13:07,061 INFO [CredentialsHandler] logging out user: 6e354df6-8a04-4152-8c46-32fcf38fd51b :: false
-21:15:05,575 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-21:15:05,620 INFO [Main] Starting server
-21:15:05,707 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-21:15:07,732 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-21:15:07,733 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-21:15:07,733 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-21:15:07,733 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-21:15:07,733 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-21:15:07,733 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-21:15:07,734 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-21:15:07,734 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-21:15:07,734 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-21:15:07,797 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:15:08,239 INFO [CachedIndexHandler] Finished extracting script contents took: 442 ms.
-21:15:08,360 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:15:08,366 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:15:08,383 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:15:08,383 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:15:10,126 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:15:10,127 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:15:10,128 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:15:10,294 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:15:24,108 INFO [CredentialsHandler] { "uuidToken": "b9a8e366-ceda-48ba-bc4d-54610d240c8d"}
-21:15:36,978 INFO [CredentialsHandler] UUID: b9a8e366-ceda-48ba-bc4d-54610d240c8d
-21:15:36,978 INFO [CredentialsHandler] logging out user: 6e354df6-8a04-4152-8c46-32fcf38fd51b :: false
-21:15:46,706 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:15:46,760 INFO [CachedIndexHandler] Finished extracting script contents took: 53 ms.
-21:15:46,839 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:15:46,868 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:15:46,871 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:15:46,872 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:15:48,877 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:15:48,880 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:15:48,884 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:15:49,046 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:16:02,173 INFO [CredentialsHandler] { "uuidToken": "fec155ad-8b9a-4cd6-a54b-d7f5068a1053"}
-21:16:31,305 INFO [CredentialsHandler] UUID: b9a8e366-ceda-48ba-bc4d-54610d240c8d
-21:16:31,305 INFO [CredentialsHandler] UUID: fec155ad-8b9a-4cd6-a54b-d7f5068a1053
-21:16:31,305 INFO [CredentialsHandler] logging out user: 6e354df6-8a04-4152-8c46-32fcf38fd51b :: false
-21:18:41,323 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:18:41,364 INFO [CachedIndexHandler] Finished extracting script contents took: 41 ms.
-21:18:41,477 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:18:41,480 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:18:41,480 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:18:41,480 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:18:42,847 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:18:42,848 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:18:42,859 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:18:43,003 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:19:49,665 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:19:49,706 INFO [CachedIndexHandler] Finished extracting script contents took: 41 ms.
-21:19:49,737 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:19:49,747 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:19:49,747 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:19:49,747 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:19:51,216 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:19:51,216 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:19:51,216 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:19:51,375 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:20:08,152 INFO [CredentialsHandler] { "uuidToken": "3feb7e32-8768-405c-989c-b6937ea8d7e4"}
-21:21:26,084 INFO [CredentialsHandler] UUID: 3feb7e32-8768-405c-989c-b6937ea8d7e4
-21:21:26,084 INFO [CredentialsHandler] UUID: b9a8e366-ceda-48ba-bc4d-54610d240c8d
-21:21:26,084 INFO [CredentialsHandler] UUID: fec155ad-8b9a-4cd6-a54b-d7f5068a1053
-21:21:26,084 INFO [CredentialsHandler] logging out user: 6e354df6-8a04-4152-8c46-32fcf38fd51b :: false
-21:43:53,911 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:43:53,992 INFO [CachedIndexHandler] Finished extracting script contents took: 79 ms.
-21:43:54,002 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:43:54,002 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:43:54,008 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:43:54,014 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:43:55,186 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:43:55,186 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:43:55,186 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:43:55,278 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:23:54,799 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:23:54,844 INFO [CachedIndexHandler] Finished extracting script contents took: 44 ms.
-22:23:54,926 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:23:54,934 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:23:54,934 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:23:54,934 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:23:57,403 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:23:57,405 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:23:57,405 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:23:57,566 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:24:37,455 INFO [CredentialsHandler] { "uuidToken": "8495eb07-da66-4a16-862b-2bc0e9c86a60"}
-22:26:21,203 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-22:30:29,272 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:30:29,319 INFO [CachedIndexHandler] Finished extracting script contents took: 47 ms.
-22:30:29,410 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:30:29,412 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:30:29,413 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:30:29,413 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:30:30,765 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:30:30,768 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:30:30,768 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:30:30,920 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-22:30:34,287 INFO [CredentialsHandler] { "uuidToken": "723ff2a0-280c-46ed-9689-2f97dda3ab82"}
-22:30:39,689 INFO [CredentialsHandler] UUID: 3feb7e32-8768-405c-989c-b6937ea8d7e4
-22:30:39,689 INFO [CredentialsHandler] UUID: 723ff2a0-280c-46ed-9689-2f97dda3ab82
-22:30:39,689 INFO [CredentialsHandler] UUID: b9a8e366-ceda-48ba-bc4d-54610d240c8d
-22:30:39,689 INFO [CredentialsHandler] UUID: 8495eb07-da66-4a16-862b-2bc0e9c86a60
-22:30:39,689 INFO [CredentialsHandler] UUID: fec155ad-8b9a-4cd6-a54b-d7f5068a1053
-22:30:39,689 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-22:30:47,202 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:30:47,247 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-22:30:47,276 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:30:47,280 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:30:47,281 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:30:47,281 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:30:48,771 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:30:48,772 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:30:48,773 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:30:48,921 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-22:31:05,344 INFO [CredentialsHandler] { "uuidToken": "78b0c9f1-6e95-414a-94bc-e65585a35e84"}
-22:39:19,964 INFO [CredentialsHandler] UUID: 3feb7e32-8768-405c-989c-b6937ea8d7e4
-22:39:19,965 INFO [CredentialsHandler] UUID: 723ff2a0-280c-46ed-9689-2f97dda3ab82
-22:39:19,965 INFO [CredentialsHandler] UUID: 78b0c9f1-6e95-414a-94bc-e65585a35e84
-22:39:19,965 INFO [CredentialsHandler] UUID: b9a8e366-ceda-48ba-bc4d-54610d240c8d
-22:39:19,965 INFO [CredentialsHandler] UUID: fec155ad-8b9a-4cd6-a54b-d7f5068a1053
-22:39:19,965 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-22:39:25,055 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:39:25,114 INFO [CachedIndexHandler] Finished extracting script contents took: 59 ms.
-22:39:25,212 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:39:25,224 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:39:25,226 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:39:25,226 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:39:26,505 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:39:26,505 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:39:26,507 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:39:26,653 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-22:39:39,597 INFO [CredentialsHandler] { "uuidToken": "4a49f801-0a31-4218-b6ae-f72644a312f1"}
-22:44:06,085 INFO [CredentialsHandler] UUID: 3feb7e32-8768-405c-989c-b6937ea8d7e4
-22:44:06,085 INFO [CredentialsHandler] UUID: 723ff2a0-280c-46ed-9689-2f97dda3ab82
-22:44:06,085 INFO [CredentialsHandler] UUID: 78b0c9f1-6e95-414a-94bc-e65585a35e84
-22:44:06,085 INFO [CredentialsHandler] UUID: 4a49f801-0a31-4218-b6ae-f72644a312f1
-22:44:06,086 INFO [CredentialsHandler] UUID: b9a8e366-ceda-48ba-bc4d-54610d240c8d
-22:44:06,086 INFO [CredentialsHandler] UUID: fec155ad-8b9a-4cd6-a54b-d7f5068a1053
-22:44:06,086 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-22:44:23,866 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:44:23,928 INFO [CachedIndexHandler] Finished extracting script contents took: 61 ms.
-22:44:23,958 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:44:23,966 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:44:23,967 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:44:23,966 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:44:25,529 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:44:25,530 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:44:25,529 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:44:25,680 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-22:45:19,286 INFO [CredentialsHandler] { "uuidToken": "e337bf88-414f-41da-9999-b2282b234ec7"}
-22:46:59,007 INFO [CredentialsHandler] UUID: 3feb7e32-8768-405c-989c-b6937ea8d7e4
-22:46:59,007 INFO [CredentialsHandler] UUID: 723ff2a0-280c-46ed-9689-2f97dda3ab82
-22:46:59,007 INFO [CredentialsHandler] UUID: 78b0c9f1-6e95-414a-94bc-e65585a35e84
-22:46:59,008 INFO [CredentialsHandler] UUID: 4a49f801-0a31-4218-b6ae-f72644a312f1
-22:46:59,008 INFO [CredentialsHandler] UUID: b9a8e366-ceda-48ba-bc4d-54610d240c8d
-22:46:59,008 INFO [CredentialsHandler] UUID: e337bf88-414f-41da-9999-b2282b234ec7
-22:46:59,008 INFO [CredentialsHandler] UUID: fec155ad-8b9a-4cd6-a54b-d7f5068a1053
-22:46:59,008 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-22:47:08,743 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:47:08,794 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-22:47:08,903 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:47:08,918 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:47:08,919 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:47:08,920 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:47:10,751 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:47:10,754 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:47:10,755 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:47:10,927 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-22:47:50,267 INFO [CredentialsHandler] { "uuidToken": "874bd303-dd11-49ec-8015-1f97dbfd9a27"}
-22:48:35,676 INFO [CredentialsHandler] UUID: 874bd303-dd11-49ec-8015-1f97dbfd9a27
-22:48:35,676 INFO [CredentialsHandler] UUID: 3feb7e32-8768-405c-989c-b6937ea8d7e4
-22:48:35,676 INFO [CredentialsHandler] UUID: 723ff2a0-280c-46ed-9689-2f97dda3ab82
-22:48:35,676 INFO [CredentialsHandler] UUID: 78b0c9f1-6e95-414a-94bc-e65585a35e84
-22:48:35,676 INFO [CredentialsHandler] UUID: 4a49f801-0a31-4218-b6ae-f72644a312f1
-22:48:35,677 INFO [CredentialsHandler] UUID: b9a8e366-ceda-48ba-bc4d-54610d240c8d
-22:48:35,677 INFO [CredentialsHandler] UUID: e337bf88-414f-41da-9999-b2282b234ec7
-22:48:35,677 INFO [CredentialsHandler] UUID: fec155ad-8b9a-4cd6-a54b-d7f5068a1053
-22:48:35,677 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-22:49:00,095 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:49:00,150 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-22:49:00,186 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:49:00,192 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:49:00,202 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:49:00,203 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:49:01,729 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:49:01,730 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:49:01,736 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:49:01,880 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-22:49:12,222 INFO [CredentialsHandler] { "uuidToken": "50dff824-9e84-466a-af90-ba392d3c660c"}
-22:49:24,832 INFO [CredentialsHandler] UUID: 78b0c9f1-6e95-414a-94bc-e65585a35e84
-22:49:24,832 INFO [CredentialsHandler] UUID: 50dff824-9e84-466a-af90-ba392d3c660c
-22:49:24,833 INFO [CredentialsHandler] UUID: fec155ad-8b9a-4cd6-a54b-d7f5068a1053
-22:49:24,833 INFO [CredentialsHandler] UUID: 4a49f801-0a31-4218-b6ae-f72644a312f1
-22:49:24,833 INFO [CredentialsHandler] UUID: 874bd303-dd11-49ec-8015-1f97dbfd9a27
-22:49:24,833 INFO [CredentialsHandler] UUID: e337bf88-414f-41da-9999-b2282b234ec7
-22:49:24,833 INFO [CredentialsHandler] UUID: 723ff2a0-280c-46ed-9689-2f97dda3ab82
-22:49:24,833 INFO [CredentialsHandler] UUID: 3feb7e32-8768-405c-989c-b6937ea8d7e4
-22:49:24,833 INFO [CredentialsHandler] UUID: b9a8e366-ceda-48ba-bc4d-54610d240c8d
-22:49:24,833 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-22:49:40,075 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-22:49:40,124 INFO [Main] Starting server
-22:49:40,215 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-22:49:42,346 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-22:49:42,346 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-22:49:42,346 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-22:49:42,347 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-22:49:42,347 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-22:49:42,347 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-22:49:42,347 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-22:49:42,347 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-22:49:42,347 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-22:49:42,398 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:49:42,811 INFO [CachedIndexHandler] Finished extracting script contents took: 412 ms.
-22:49:42,877 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:49:42,879 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:49:42,886 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:49:42,887 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:49:44,844 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:49:44,844 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:49:44,845 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:49:45,032 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-22:49:54,277 INFO [CredentialsHandler] { "uuidToken": "d327ea1d-b709-4c21-8aeb-44bb9ee01f02"}
-22:49:56,135 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-22:49:56,136 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-22:55:05,765 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:55:05,811 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-22:55:05,908 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:55:05,924 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:55:05,930 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:55:05,930 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:55:08,783 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:55:08,786 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:55:08,786 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:55:08,903 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-22:55:26,911 INFO [CredentialsHandler] { "uuidToken": "61eaffc6-2bf9-45be-9143-dfdcb907a868"}
-22:55:31,021 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-22:55:31,021 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-22:55:31,021 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:01:33,883 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:01:33,938 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-23:01:34,055 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:01:34,058 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:01:34,065 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:01:34,065 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:01:35,317 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:01:35,321 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:01:35,323 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:01:35,402 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:01:47,198 INFO [CredentialsHandler] { "uuidToken": "6c134f46-7b26-4258-afc6-1c614fde21a8"}
-23:01:47,582 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:01:47,625 INFO [CachedIndexHandler] Finished extracting script contents took: 43 ms.
-23:01:47,635 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:01:47,644 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:01:47,646 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:01:47,646 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:01:47,889 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:01:47,992 INFO [CachedIndexHandler] Finished extracting script contents took: 102 ms.
-23:01:48,079 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:01:48,087 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:01:48,096 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:01:48,097 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:01:48,647 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:01:48,647 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:01:48,648 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:01:48,816 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:01:48,952 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:01:48,954 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:01:48,986 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:01:49,024 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:01:52,419 INFO [CredentialsHandler] { "uuidToken": "0509a694-e29f-4a30-a8d8-3788d0895b8b"}
-23:01:54,810 INFO [CredentialsHandler] UUID: 0509a694-e29f-4a30-a8d8-3788d0895b8b
-23:01:54,811 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-23:01:54,811 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-23:01:54,811 INFO [CredentialsHandler] UUID: 6c134f46-7b26-4258-afc6-1c614fde21a8
-23:01:54,811 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:05:37,372 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:05:37,430 INFO [CachedIndexHandler] Finished extracting script contents took: 58 ms.
-23:05:37,468 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:05:37,477 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:05:37,478 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:05:37,479 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:05:38,948 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:05:38,957 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:05:38,958 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:05:39,175 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:05:50,610 INFO [CredentialsHandler] { "uuidToken": "715670d0-2134-4e31-8fd1-f126cabec8fc"}
-23:05:54,338 INFO [CredentialsHandler] UUID: 0509a694-e29f-4a30-a8d8-3788d0895b8b
-23:05:54,338 INFO [CredentialsHandler] UUID: 715670d0-2134-4e31-8fd1-f126cabec8fc
-23:05:54,338 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-23:05:54,338 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-23:05:54,338 INFO [CredentialsHandler] UUID: 6c134f46-7b26-4258-afc6-1c614fde21a8
-23:05:54,339 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:08:57,220 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:08:57,279 INFO [CachedIndexHandler] Finished extracting script contents took: 59 ms.
-23:08:57,328 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:08:57,328 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:08:57,341 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:08:57,353 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:08:58,740 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:08:58,740 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:08:58,740 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:08:58,870 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:09:22,489 INFO [CredentialsHandler] { "uuidToken": "009681f1-e64f-43d7-a258-77762412d543"}
-23:09:29,018 INFO [CredentialsHandler] UUID: 0509a694-e29f-4a30-a8d8-3788d0895b8b
-23:09:29,018 INFO [CredentialsHandler] UUID: 715670d0-2134-4e31-8fd1-f126cabec8fc
-23:09:29,018 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-23:09:29,018 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-23:09:29,018 INFO [CredentialsHandler] UUID: 6c134f46-7b26-4258-afc6-1c614fde21a8
-23:09:29,018 INFO [CredentialsHandler] UUID: 009681f1-e64f-43d7-a258-77762412d543
-23:09:29,019 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:15:03,200 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:15:03,256 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-23:15:03,334 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:15:03,344 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:15:03,352 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:15:03,353 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:15:04,715 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:15:04,715 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:15:04,719 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:15:04,931 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:15:18,628 INFO [CredentialsHandler] { "uuidToken": "cebcc984-bc8d-4f3e-b89c-f2605491cc00"}
-23:15:23,549 INFO [CredentialsHandler] UUID: cebcc984-bc8d-4f3e-b89c-f2605491cc00
-23:15:23,549 INFO [CredentialsHandler] UUID: 0509a694-e29f-4a30-a8d8-3788d0895b8b
-23:15:23,549 INFO [CredentialsHandler] UUID: 715670d0-2134-4e31-8fd1-f126cabec8fc
-23:15:23,549 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-23:15:23,549 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-23:15:23,549 INFO [CredentialsHandler] UUID: 6c134f46-7b26-4258-afc6-1c614fde21a8
-23:15:23,550 INFO [CredentialsHandler] UUID: 009681f1-e64f-43d7-a258-77762412d543
-23:15:23,550 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:21:54,447 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:21:54,503 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-23:21:54,594 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:21:54,594 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:21:54,611 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:21:54,621 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:21:55,965 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:21:55,967 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:21:55,968 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:21:56,102 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:22:11,211 INFO [CredentialsHandler] { "uuidToken": "00c3a8b9-5e3e-4963-af54-c0f6b4161cdc"}
-23:22:14,632 INFO [CredentialsHandler] UUID: cebcc984-bc8d-4f3e-b89c-f2605491cc00
-23:22:14,632 INFO [CredentialsHandler] UUID: 0509a694-e29f-4a30-a8d8-3788d0895b8b
-23:22:14,632 INFO [CredentialsHandler] UUID: 00c3a8b9-5e3e-4963-af54-c0f6b4161cdc
-23:22:14,632 INFO [CredentialsHandler] UUID: 715670d0-2134-4e31-8fd1-f126cabec8fc
-23:22:14,632 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-23:22:14,632 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-23:22:14,632 INFO [CredentialsHandler] UUID: 6c134f46-7b26-4258-afc6-1c614fde21a8
-23:22:14,633 INFO [CredentialsHandler] UUID: 009681f1-e64f-43d7-a258-77762412d543
-23:22:14,633 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:22:36,036 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:22:36,112 INFO [CachedIndexHandler] Finished extracting script contents took: 76 ms.
-23:22:36,202 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:22:36,208 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:22:36,218 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:22:36,219 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:22:38,217 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:22:38,217 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:22:38,218 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:22:38,363 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:22:48,816 INFO [CredentialsHandler] { "uuidToken": "6ae71355-36aa-4765-8fb5-1930f80af9ad"}
-23:22:57,839 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-23:22:57,839 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-23:22:57,839 INFO [CredentialsHandler] UUID: cebcc984-bc8d-4f3e-b89c-f2605491cc00
-23:22:57,839 INFO [CredentialsHandler] UUID: 6ae71355-36aa-4765-8fb5-1930f80af9ad
-23:22:57,840 INFO [CredentialsHandler] UUID: 6c134f46-7b26-4258-afc6-1c614fde21a8
-23:22:57,840 INFO [CredentialsHandler] UUID: 715670d0-2134-4e31-8fd1-f126cabec8fc
-23:22:57,840 INFO [CredentialsHandler] UUID: 0509a694-e29f-4a30-a8d8-3788d0895b8b
-23:22:57,840 INFO [CredentialsHandler] UUID: 009681f1-e64f-43d7-a258-77762412d543
-23:22:57,840 INFO [CredentialsHandler] UUID: 00c3a8b9-5e3e-4963-af54-c0f6b4161cdc
-23:22:57,840 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:23:27,327 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:23:27,367 INFO [CachedIndexHandler] Finished extracting script contents took: 39 ms.
-23:23:27,433 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:23:27,444 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:23:27,446 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:23:27,446 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:23:28,445 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:23:28,446 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:23:28,447 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:23:28,552 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:23:49,822 INFO [CredentialsHandler] { "uuidToken": "f79a86d7-add5-42ff-95c2-c9b6fbfa1bf0"}
-23:24:02,240 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-23:24:02,240 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-23:24:02,241 INFO [CredentialsHandler] UUID: cebcc984-bc8d-4f3e-b89c-f2605491cc00
-23:24:02,241 INFO [CredentialsHandler] UUID: 6ae71355-36aa-4765-8fb5-1930f80af9ad
-23:24:02,241 INFO [CredentialsHandler] UUID: f79a86d7-add5-42ff-95c2-c9b6fbfa1bf0
-23:24:02,241 INFO [CredentialsHandler] UUID: 6c134f46-7b26-4258-afc6-1c614fde21a8
-23:24:02,241 INFO [CredentialsHandler] UUID: 715670d0-2134-4e31-8fd1-f126cabec8fc
-23:24:02,241 INFO [CredentialsHandler] UUID: 0509a694-e29f-4a30-a8d8-3788d0895b8b
-23:24:02,241 INFO [CredentialsHandler] UUID: 009681f1-e64f-43d7-a258-77762412d543
-23:24:02,241 INFO [CredentialsHandler] UUID: 00c3a8b9-5e3e-4963-af54-c0f6b4161cdc
-23:24:02,241 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:24:32,716 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:24:32,765 INFO [CachedIndexHandler] Finished extracting script contents took: 48 ms.
-23:24:32,847 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:24:32,871 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:24:32,873 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:24:32,874 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:24:34,667 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:24:34,667 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:24:34,669 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:24:34,843 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:24:52,699 INFO [CredentialsHandler] { "uuidToken": "de88e87e-b568-4643-bf13-7b30ce6093f3"}
-23:32:09,325 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:32:09,365 INFO [CachedIndexHandler] Finished extracting script contents took: 40 ms.
-23:32:09,434 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:32:09,444 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:32:09,445 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:32:09,446 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:32:10,630 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:32:10,630 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:32:10,638 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:32:10,790 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:32:14,758 INFO [CredentialsHandler] { "uuidToken": "1cb925a5-a6ac-433c-aa16-b2b8af7b1090"}
-23:32:21,410 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:32:21,448 INFO [CachedIndexHandler] Finished extracting script contents took: 38 ms.
-23:32:21,501 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:32:21,503 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:32:21,505 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:32:21,507 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:32:23,576 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:32:23,723 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:32:23,933 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:32:24,003 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:32:51,110 INFO [CredentialsHandler] { "uuidToken": "56f0a4c1-0f89-4b61-b25f-3506817f15cb"}
-23:33:29,164 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:33:29,204 INFO [CachedIndexHandler] Finished extracting script contents took: 40 ms.
-23:33:29,277 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:33:29,288 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:33:29,290 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:33:29,290 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:33:31,531 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:33:31,531 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:33:31,532 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:33:31,702 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:33:37,088 INFO [CredentialsHandler] { "uuidToken": "c6d791fd-68e0-483b-a478-12e22781d696"}
-23:33:40,823 INFO [CredentialsHandler] { "uuidToken": "a0f1d3df-e195-4d6b-a18a-d1a5051f22e2"}
-23:33:42,996 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-23:33:42,996 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-23:33:42,996 INFO [CredentialsHandler] UUID: cebcc984-bc8d-4f3e-b89c-f2605491cc00
-23:33:42,996 INFO [CredentialsHandler] UUID: 6ae71355-36aa-4765-8fb5-1930f80af9ad
-23:33:42,996 INFO [CredentialsHandler] UUID: a0f1d3df-e195-4d6b-a18a-d1a5051f22e2
-23:33:42,996 INFO [CredentialsHandler] UUID: de88e87e-b568-4643-bf13-7b30ce6093f3
-23:33:42,996 INFO [CredentialsHandler] UUID: c6d791fd-68e0-483b-a478-12e22781d696
-23:33:42,997 INFO [CredentialsHandler] UUID: 56f0a4c1-0f89-4b61-b25f-3506817f15cb
-23:33:42,997 INFO [CredentialsHandler] UUID: f79a86d7-add5-42ff-95c2-c9b6fbfa1bf0
-23:33:42,997 INFO [CredentialsHandler] UUID: 6c134f46-7b26-4258-afc6-1c614fde21a8
-23:33:42,997 INFO [CredentialsHandler] UUID: 715670d0-2134-4e31-8fd1-f126cabec8fc
-23:33:42,997 INFO [CredentialsHandler] UUID: 0509a694-e29f-4a30-a8d8-3788d0895b8b
-23:33:42,997 INFO [CredentialsHandler] UUID: 009681f1-e64f-43d7-a258-77762412d543
-23:33:42,997 INFO [CredentialsHandler] UUID: 1cb925a5-a6ac-433c-aa16-b2b8af7b1090
-23:33:42,997 INFO [CredentialsHandler] UUID: 00c3a8b9-5e3e-4963-af54-c0f6b4161cdc
-23:33:42,997 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:35:21,459 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:35:21,497 INFO [CachedIndexHandler] Finished extracting script contents took: 38 ms.
-23:35:21,575 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:35:21,599 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:35:21,601 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:35:21,602 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:35:22,748 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:35:22,751 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:35:22,751 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:35:22,872 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:36:09,243 INFO [CredentialsHandler] { "uuidToken": "cddaf0d9-a223-4242-bcf6-85db18488844"}
-23:36:25,806 INFO [CredentialsHandler] UUID: 61eaffc6-2bf9-45be-9143-dfdcb907a868
-23:36:25,807 INFO [CredentialsHandler] UUID: d327ea1d-b709-4c21-8aeb-44bb9ee01f02
-23:36:25,807 INFO [CredentialsHandler] UUID: cebcc984-bc8d-4f3e-b89c-f2605491cc00
-23:36:25,807 INFO [CredentialsHandler] UUID: 6ae71355-36aa-4765-8fb5-1930f80af9ad
-23:36:25,807 INFO [CredentialsHandler] UUID: a0f1d3df-e195-4d6b-a18a-d1a5051f22e2
-23:36:25,807 INFO [CredentialsHandler] UUID: cddaf0d9-a223-4242-bcf6-85db18488844
-23:36:25,807 INFO [CredentialsHandler] UUID: de88e87e-b568-4643-bf13-7b30ce6093f3
-23:36:25,807 INFO [CredentialsHandler] UUID: c6d791fd-68e0-483b-a478-12e22781d696
-23:36:25,807 INFO [CredentialsHandler] UUID: 56f0a4c1-0f89-4b61-b25f-3506817f15cb
-23:36:25,807 INFO [CredentialsHandler] UUID: f79a86d7-add5-42ff-95c2-c9b6fbfa1bf0
-23:36:25,807 INFO [CredentialsHandler] UUID: 6c134f46-7b26-4258-afc6-1c614fde21a8
-23:36:25,807 INFO [CredentialsHandler] UUID: 715670d0-2134-4e31-8fd1-f126cabec8fc
-23:36:25,808 INFO [CredentialsHandler] UUID: 0509a694-e29f-4a30-a8d8-3788d0895b8b
-23:36:25,808 INFO [CredentialsHandler] UUID: 009681f1-e64f-43d7-a258-77762412d543
-23:36:25,808 INFO [CredentialsHandler] UUID: 1cb925a5-a6ac-433c-aa16-b2b8af7b1090
-23:36:25,808 INFO [CredentialsHandler] UUID: 00c3a8b9-5e3e-4963-af54-c0f6b4161cdc
-23:36:25,808 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:44:37,244 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-23:44:37,296 INFO [Main] Starting server
-23:44:37,412 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-23:44:44,458 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-23:44:44,458 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-23:44:44,459 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-23:44:44,459 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-23:44:44,459 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-23:44:44,459 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-23:44:44,459 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-23:44:44,460 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-23:44:44,460 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-23:44:44,502 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:44:44,923 INFO [CachedIndexHandler] Finished extracting script contents took: 420 ms.
-23:44:45,051 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:44:45,053 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:44:45,053 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:44:45,054 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:44:46,410 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:44:46,410 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:44:46,411 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:44:46,586 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:44:57,598 INFO [CredentialsHandler] { "uuidToken": "ebe1ab27-df7d-4355-a548-8fc32da49a63"}
-23:45:05,682 INFO [CredentialsHandler] UUID: ebe1ab27-df7d-4355-a548-8fc32da49a63
-23:45:05,682 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:45:43,270 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-23:45:43,323 INFO [Main] Starting server
-23:45:43,429 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-23:45:45,849 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-23:45:45,849 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-23:45:45,849 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-23:45:45,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-23:45:45,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-23:45:45,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-23:45:45,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-23:45:45,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-23:45:45,851 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-23:45:45,909 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:45:46,453 INFO [CachedIndexHandler] Finished extracting script contents took: 544 ms.
-23:45:46,597 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:45:46,600 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:45:46,601 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:45:46,605 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:45:48,871 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:45:48,872 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:45:48,876 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:45:49,037 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:46:18,693 INFO [CredentialsHandler] { "uuidToken": "616e9e5f-b9cb-4d3a-874a-066a6e0feb08"}
-23:46:43,350 INFO [CredentialsHandler] UUID: 616e9e5f-b9cb-4d3a-874a-066a6e0feb08
-23:46:43,350 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:47:10,142 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:47:10,375 INFO [CachedIndexHandler] Finished extracting script contents took: 233 ms.
-23:47:10,403 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:47:10,420 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:47:10,425 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:47:10,426 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:47:13,179 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:47:13,183 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:47:13,191 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:47:13,356 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:47:36,790 INFO [CredentialsHandler] { "uuidToken": "c9e4b412-f25c-4d7e-9c98-d4ce8941a292"}
-23:47:38,462 INFO [CredentialsHandler] UUID: c9e4b412-f25c-4d7e-9c98-d4ce8941a292
-23:47:38,463 INFO [CredentialsHandler] UUID: 616e9e5f-b9cb-4d3a-874a-066a6e0feb08
-23:47:38,463 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-23:51:38,938 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:51:39,051 INFO [CachedIndexHandler] Finished extracting script contents took: 113 ms.
-23:51:39,158 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:51:39,165 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:51:39,175 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:51:39,175 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:51:40,820 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:51:40,821 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:51:40,822 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:51:40,950 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:51:56,240 INFO [CredentialsHandler] { "uuidToken": "66835988-d51c-4e08-a8b5-1e1beef24e93"}
-23:51:59,916 INFO [CredentialsHandler] UUID: c9e4b412-f25c-4d7e-9c98-d4ce8941a292
-23:51:59,916 INFO [CredentialsHandler] UUID: 616e9e5f-b9cb-4d3a-874a-066a6e0feb08
-23:51:59,916 INFO [CredentialsHandler] UUID: 66835988-d51c-4e08-a8b5-1e1beef24e93
-23:51:59,916 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-00:17:04,348 INFO [CredentialsHandler] { "uuidToken": "072eda41-8cdf-4f07-992f-c773edbcd19b"}
-00:28:54,498 INFO [CredentialsHandler] UUID: 072eda41-8cdf-4f07-992f-c773edbcd19b
-00:28:54,499 INFO [CredentialsHandler] UUID: c9e4b412-f25c-4d7e-9c98-d4ce8941a292
-00:28:54,499 INFO [CredentialsHandler] UUID: 616e9e5f-b9cb-4d3a-874a-066a6e0feb08
-00:28:54,499 INFO [CredentialsHandler] UUID: 66835988-d51c-4e08-a8b5-1e1beef24e93
-00:28:54,499 INFO [CredentialsHandler] logging out user: 8495eb07-da66-4a16-862b-2bc0e9c86a60 :: false
-00:41:33,792 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-00:41:33,949 INFO [CachedIndexHandler] Finished extracting script contents took: 157 ms.
-00:41:33,959 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-00:41:33,965 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-00:41:33,965 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-00:41:33,967 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-00:41:35,960 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-00:41:35,964 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-00:41:35,964 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-00:41:36,031 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-08:57:36,573 ERROR [Main] * Property 'com.embercampeurope.db.path' is not specified. Configure in file config.properties. Halting Application
-08:58:08,695 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-08:58:08,744 INFO [Main] Starting server
-08:58:08,842 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-08:58:28,027 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-08:58:28,028 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-08:58:28,028 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-08:58:28,028 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-08:58:28,028 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-08:58:28,028 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-08:58:28,029 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-08:58:28,029 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-08:58:28,029 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-08:58:28,087 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-08:58:28,665 INFO [CachedIndexHandler] Finished extracting script contents took: 578 ms.
-08:58:28,817 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-08:58:28,817 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-08:58:28,819 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-08:58:28,823 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-08:58:30,423 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-08:58:30,435 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-08:58:30,437 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-08:58:30,771 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-08:58:58,279 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-09:00:06,055 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-09:00:06,224 INFO [Main] Starting server
-09:00:06,344 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-09:00:11,966 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-09:00:11,966 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-09:00:11,966 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-09:00:11,967 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-09:00:11,967 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-09:00:11,967 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-09:00:11,967 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-09:00:11,967 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-09:00:11,967 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-09:00:12,016 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:00:12,457 INFO [CachedIndexHandler] Finished extracting script contents took: 441 ms.
-09:00:12,529 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:00:12,549 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:00:12,556 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:00:12,565 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:00:13,973 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:00:13,975 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:00:13,986 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:00:14,154 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-09:00:31,958 INFO [CredentialsHandler] Logging in via Persona.
-09:00:36,438 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:02:36,632 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:02:36,834 INFO [CachedIndexHandler] Finished extracting script contents took: 202 ms.
-09:02:36,860 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:02:36,872 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:02:36,879 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:02:36,879 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:02:39,027 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:02:39,027 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:02:39,031 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:02:39,186 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-09:02:41,728 INFO [CredentialsHandler] Logging in via Persona.
-09:02:48,179 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:03:05,938 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:03:06,050 INFO [CachedIndexHandler] Finished extracting script contents took: 112 ms.
-09:03:06,070 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:03:06,073 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:03:06,074 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:03:06,081 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:03:07,167 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:03:07,264 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:03:07,384 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:03:07,438 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-09:03:08,105 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:03:08,279 INFO [CachedIndexHandler] Finished extracting script contents took: 172 ms.
-09:03:08,298 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:03:08,298 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:03:08,298 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:03:08,308 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:03:17,478 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:03:17,691 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:03:17,691 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:03:17,724 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-09:03:41,670 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-09:03:41,834 INFO [Main] Starting server
-09:03:41,921 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-09:03:47,212 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-09:03:47,212 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-09:03:47,213 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-09:03:47,213 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register/
-09:03:47,213 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-09:03:47,213 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-09:03:47,213 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-09:03:47,214 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-09:03:47,214 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-09:03:47,214 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-09:03:56,794 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-09:03:56,948 INFO [Main] Starting server
-09:03:57,034 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-09:03:58,448 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-09:03:58,449 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-09:03:58,449 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-09:03:58,449 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-09:03:58,449 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-09:03:58,449 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-09:03:58,450 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-09:03:58,450 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-09:03:58,450 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-09:03:58,450 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-09:03:58,489 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:03:58,910 INFO [CachedIndexHandler] Finished extracting script contents took: 421 ms.
-09:03:59,022 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:03:59,028 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:03:59,033 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:03:59,033 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:04:00,673 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:04:00,673 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:04:02,904 INFO [CredentialsHandler] Logging in via Persona.
-09:04:10,069 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:05:08,864 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:05:09,054 INFO [CachedIndexHandler] Finished extracting script contents took: 190 ms.
-09:05:09,081 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:05:09,090 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:05:09,091 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:05:09,091 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:05:10,656 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:05:10,657 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:05:12,807 INFO [CredentialsHandler] Logging in via Persona.
-09:05:18,952 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:08:47,038 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:08:47,175 INFO [CachedIndexHandler] Finished extracting script contents took: 137 ms.
-09:08:47,259 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:08:47,271 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:08:47,271 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:08:47,271 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:08:48,610 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:08:48,610 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:08:50,872 INFO [CredentialsHandler] Logging in via Persona.
-09:08:57,120 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:09:24,393 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:09:24,471 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:10:05,087 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:10:05,210 INFO [CachedIndexHandler] Finished extracting script contents took: 123 ms.
-09:10:05,290 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:10:05,298 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:10:05,302 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:10:05,302 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:10:06,294 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:10:06,295 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:10:06,365 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:10:08,736 INFO [CredentialsHandler] Logging in via Persona.
-09:10:15,010 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:10:53,739 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:10:53,869 INFO [CachedIndexHandler] Finished extracting script contents took: 130 ms.
-09:10:53,952 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:10:53,957 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:10:53,957 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:10:53,957 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:10:55,238 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:10:55,240 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:10:55,401 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:10:57,293 INFO [CredentialsHandler] Logging in via Persona.
-09:11:03,550 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:11:03,999 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:11:04,109 INFO [CachedIndexHandler] Finished extracting script contents took: 109 ms.
-09:11:04,208 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:11:04,211 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:11:04,223 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:11:04,224 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:11:04,768 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:11:04,769 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:11:04,851 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:11:06,189 INFO [CredentialsHandler] Logging in via Persona.
-09:11:07,541 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:11:36,836 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:11:36,941 INFO [CachedIndexHandler] Finished extracting script contents took: 103 ms.
-09:11:36,970 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:11:36,974 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:11:36,977 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:11:36,977 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:11:37,927 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:11:37,929 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:11:38,002 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:11:39,682 INFO [CredentialsHandler] Logging in via Persona.
-09:11:46,044 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:12:58,151 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:12:58,249 INFO [CachedIndexHandler] Finished extracting script contents took: 98 ms.
-09:12:58,354 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:12:58,366 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:12:58,370 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:12:58,371 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:12:59,601 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:12:59,602 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:12:59,654 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:13:01,879 INFO [CredentialsHandler] Logging in via Persona.
-09:13:03,008 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:13:03,128 INFO [CachedIndexHandler] Finished extracting script contents took: 120 ms.
-09:13:03,208 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:13:03,211 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:13:03,217 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:13:03,217 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:13:03,717 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:13:03,723 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:13:03,810 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:13:05,014 INFO [CredentialsHandler] Logging in via Persona.
-09:13:05,075 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:13:05,201 INFO [CachedIndexHandler] Finished extracting script contents took: 126 ms.
-09:13:05,228 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:13:05,228 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:13:05,233 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:13:05,233 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:13:05,797 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:13:05,797 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:13:05,868 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:13:06,580 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:13:06,687 INFO [CachedIndexHandler] Finished extracting script contents took: 107 ms.
-09:13:06,716 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:13:06,716 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:13:06,716 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:13:06,717 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:13:07,640 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:13:07,641 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:13:07,690 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:13:08,287 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:13:08,287 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:13:08,510 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:13:08,631 INFO [CachedIndexHandler] Finished extracting script contents took: 121 ms.
-09:13:08,660 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:13:08,660 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:13:08,660 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:13:08,660 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:13:09,653 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:13:09,653 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:13:09,721 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:13:10,992 INFO [CredentialsHandler] Logging in via Persona.
-09:13:12,161 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:13:25,490 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:13:25,616 INFO [CachedIndexHandler] Finished extracting script contents took: 126 ms.
-09:13:25,738 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:13:25,742 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:13:25,750 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:13:25,750 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:13:26,666 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:13:26,666 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:13:26,740 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:13:28,602 INFO [CredentialsHandler] Logging in via Persona.
-09:13:29,923 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:13:44,304 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:13:44,426 INFO [CachedIndexHandler] Finished extracting script contents took: 122 ms.
-09:13:44,505 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:13:44,508 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:13:44,514 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:13:44,514 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:13:45,872 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:13:45,873 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:13:45,873 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:13:45,992 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-09:13:47,880 INFO [CredentialsHandler] Logging in via Persona.
-09:13:54,021 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:13:58,099 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:13:58,207 INFO [CachedIndexHandler] Finished extracting script contents took: 108 ms.
-09:13:58,296 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:13:58,297 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:13:58,299 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:13:58,300 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:13:59,503 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:13:59,504 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:13:59,507 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:14:01,572 INFO [CredentialsHandler] Logging in via Persona.
-09:14:02,969 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:16:08,617 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:16:08,724 INFO [CachedIndexHandler] Finished extracting script contents took: 107 ms.
-09:16:08,759 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:16:08,767 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:16:08,768 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:16:08,768 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:16:09,935 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:16:09,937 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:16:09,938 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:16:12,469 INFO [CredentialsHandler] Logging in via Persona.
-09:16:18,945 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:16:43,677 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:16:43,784 INFO [CachedIndexHandler] Finished extracting script contents took: 107 ms.
-09:16:43,872 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:16:43,873 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:16:43,882 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:16:43,882 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:16:45,397 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:16:45,398 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:16:45,399 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:16:47,676 INFO [CredentialsHandler] Logging in via Persona.
-09:16:53,755 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:19:30,707 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:19:30,816 INFO [CachedIndexHandler] Finished extracting script contents took: 109 ms.
-09:19:30,848 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:19:30,857 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:19:30,857 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:19:30,858 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:19:32,334 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:19:32,334 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:19:32,335 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:19:34,736 INFO [CredentialsHandler] Logging in via Persona.
-09:19:40,996 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:22:58,887 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:22:59,000 INFO [CachedIndexHandler] Finished extracting script contents took: 113 ms.
-09:22:59,078 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:22:59,090 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:22:59,091 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:22:59,091 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:23:00,084 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:23:05,637 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:23:05,843 INFO [CachedIndexHandler] Finished extracting script contents took: 206 ms.
-09:23:05,916 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:23:05,917 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:23:05,919 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:23:05,920 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:23:06,214 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:23:16,240 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:23:16,357 INFO [CachedIndexHandler] Finished extracting script contents took: 115 ms.
-09:23:16,430 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:23:16,430 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:23:16,434 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:23:16,434 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:23:17,102 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:23:17,107 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:23:17,196 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:23:19,566 INFO [CredentialsHandler] Logging in via Persona.
-09:23:26,048 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:23:31,705 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:23:31,826 INFO [CachedIndexHandler] Finished extracting script contents took: 121 ms.
-09:23:31,924 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:23:31,925 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:23:31,936 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:23:31,936 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:23:32,733 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:23:43,078 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:23:43,195 INFO [CachedIndexHandler] Finished extracting script contents took: 117 ms.
-09:23:43,283 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:23:43,283 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:23:43,292 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:23:43,293 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:23:44,307 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:23:44,317 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:23:44,319 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:23:46,123 INFO [CredentialsHandler] Logging in via Persona.
-09:23:47,348 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:23:53,419 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:23:53,527 INFO [CachedIndexHandler] Finished extracting script contents took: 108 ms.
-09:23:53,631 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:23:53,632 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:23:53,643 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:23:53,643 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:23:54,277 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:23:54,277 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:23:54,277 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:23:55,839 INFO [CredentialsHandler] Logging in via Persona.
-09:24:01,988 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:24:06,369 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:24:06,472 INFO [CachedIndexHandler] Finished extracting script contents took: 102 ms.
-09:24:06,555 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:24:06,555 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:24:06,574 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:24:06,574 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:24:07,558 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:24:07,559 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:24:07,560 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:24:09,320 INFO [CredentialsHandler] Logging in via Persona.
-09:24:10,695 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:24:11,531 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:24:11,638 INFO [CachedIndexHandler] Finished extracting script contents took: 107 ms.
-09:24:11,662 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:24:11,662 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:24:11,670 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:24:11,671 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:24:12,257 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:24:12,259 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:24:12,261 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:24:13,644 INFO [CredentialsHandler] Logging in via Persona.
-09:24:14,996 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:24:24,435 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:24:24,559 INFO [CachedIndexHandler] Finished extracting script contents took: 123 ms.
-09:24:24,646 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:24:24,646 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:24:24,653 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:24:24,654 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:24:25,312 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:24:25,313 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:24:25,315 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:24:27,401 INFO [CredentialsHandler] Logging in via Persona.
-09:24:28,540 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:25:19,042 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:25:19,094 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-09:25:19,192 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:25:19,193 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:25:19,205 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:25:19,206 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:25:20,563 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:25:20,564 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:25:20,564 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:25:23,032 INFO [CredentialsHandler] Logging in via Persona.
-09:25:29,245 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:27:44,517 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:27:44,567 INFO [CachedIndexHandler] Finished extracting script contents took: 50 ms.
-09:27:44,597 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:27:44,600 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:27:44,600 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:27:44,600 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:27:46,074 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:27:46,078 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:27:46,079 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:27:48,325 INFO [CredentialsHandler] Logging in via Persona.
-09:27:54,512 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:28:19,937 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:28:20,044 INFO [CachedIndexHandler] Finished extracting script contents took: 107 ms.
-09:28:20,082 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:28:20,082 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:28:20,090 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:28:20,091 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:28:21,258 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:28:21,259 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:28:21,261 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:28:23,420 INFO [CredentialsHandler] Logging in via Persona.
-09:28:29,767 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:39:51,508 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:39:51,574 INFO [CachedIndexHandler] Finished extracting script contents took: 64 ms.
-09:39:51,734 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:39:51,735 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:39:51,734 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:39:51,735 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:39:53,180 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:39:53,182 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:39:53,195 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:39:55,439 INFO [CredentialsHandler] Logging in via Persona.
-09:40:01,579 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:40:19,943 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:40:19,998 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-09:40:20,030 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:40:20,030 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:40:20,036 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:40:20,036 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:40:21,093 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:40:21,093 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:40:21,094 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:40:23,064 INFO [CredentialsHandler] Logging in via Persona.
-09:40:24,414 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:40:31,962 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:40:32,068 INFO [CachedIndexHandler] Finished extracting script contents took: 106 ms.
-09:40:32,098 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:40:32,098 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:40:32,101 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:40:32,101 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:40:32,660 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:40:32,661 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:40:32,663 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:40:33,901 INFO [CredentialsHandler] Logging in via Persona.
-09:40:37,455 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:41:14,220 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:41:14,278 INFO [CachedIndexHandler] Finished extracting script contents took: 58 ms.
-09:41:14,469 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:41:14,469 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:41:14,470 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:41:14,471 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:41:15,761 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:41:15,761 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:41:15,763 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:41:18,031 INFO [CredentialsHandler] Logging in via Persona.
-09:41:24,237 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:42:10,079 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:42:10,136 INFO [CachedIndexHandler] Finished extracting script contents took: 57 ms.
-09:42:10,260 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:42:10,288 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:42:10,293 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:42:10,293 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:42:11,585 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:42:11,585 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:42:11,585 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:42:13,946 INFO [CredentialsHandler] Logging in via Persona.
-09:42:20,199 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:42:56,313 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:42:56,422 INFO [CachedIndexHandler] Finished extracting script contents took: 109 ms.
-09:42:56,456 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:42:56,461 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:42:56,463 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:42:56,463 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:42:58,163 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:42:58,164 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:42:58,164 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:43:00,151 INFO [CredentialsHandler] Logging in via Persona.
-09:43:06,616 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:43:10,838 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:43:10,922 INFO [CachedIndexHandler] Finished extracting script contents took: 83 ms.
-09:43:11,015 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:43:11,017 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:43:11,018 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:43:11,019 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:43:11,591 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:43:11,594 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:43:11,597 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:43:13,465 INFO [CredentialsHandler] Logging in via Persona.
-09:43:14,808 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:43:35,714 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:43:35,773 INFO [CachedIndexHandler] Finished extracting script contents took: 59 ms.
-09:43:35,807 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:43:35,809 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:43:35,821 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:43:35,821 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:43:37,282 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:43:37,283 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:43:37,285 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:43:39,632 INFO [CredentialsHandler] Logging in via Persona.
-09:43:45,937 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:45:01,801 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:45:01,919 INFO [CachedIndexHandler] Finished extracting script contents took: 118 ms.
-09:45:01,972 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:45:01,975 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:45:01,983 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:45:01,983 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:45:03,407 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:45:03,407 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:45:03,410 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:45:06,051 INFO [CredentialsHandler] Logging in via Persona.
-09:45:12,266 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:45:24,821 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:45:24,885 INFO [CachedIndexHandler] Finished extracting script contents took: 64 ms.
-09:45:25,007 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:45:25,013 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:45:25,014 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:45:25,015 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:45:25,986 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:45:25,987 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:45:25,987 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:45:27,843 INFO [CredentialsHandler] Logging in via Persona.
-09:45:29,052 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:50:01,370 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:50:01,420 INFO [CachedIndexHandler] Finished extracting script contents took: 49 ms.
-09:50:01,456 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:50:01,460 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:50:01,460 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:50:01,460 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:50:03,024 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:50:03,025 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:50:03,029 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:50:05,454 INFO [CredentialsHandler] Logging in via Persona.
-09:50:11,678 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:54:09,735 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:54:09,838 INFO [CachedIndexHandler] Finished extracting script contents took: 101 ms.
-09:54:09,883 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:54:09,901 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:54:09,911 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:54:09,914 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:54:11,233 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:54:11,236 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:54:11,242 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:54:13,630 INFO [CredentialsHandler] Logging in via Persona.
-09:54:19,998 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:55:03,080 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:55:03,137 INFO [CachedIndexHandler] Finished extracting script contents took: 57 ms.
-09:55:03,230 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:55:03,236 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:55:03,236 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:55:03,264 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:55:04,785 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:55:04,785 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:55:04,786 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:55:06,922 INFO [CredentialsHandler] Logging in via Persona.
-09:55:13,144 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:55:28,877 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:55:28,936 INFO [CachedIndexHandler] Finished extracting script contents took: 58 ms.
-09:55:29,080 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:55:29,081 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:55:29,087 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:55:29,088 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:55:30,080 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:55:30,081 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:55:30,083 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:55:31,949 INFO [CredentialsHandler] Logging in via Persona.
-09:55:33,213 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:55:34,476 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:55:34,604 INFO [CachedIndexHandler] Finished extracting script contents took: 127 ms.
-09:55:34,631 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:55:34,631 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:55:34,636 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:55:34,637 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:55:35,327 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:55:35,330 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:55:35,331 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:55:36,789 INFO [CredentialsHandler] Logging in via Persona.
-09:55:37,936 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:55:41,771 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:55:41,883 INFO [CachedIndexHandler] Finished extracting script contents took: 112 ms.
-09:55:42,091 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:55:42,092 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:55:42,093 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:55:42,107 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:55:42,713 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:55:42,716 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:55:42,716 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:55:44,133 INFO [CredentialsHandler] Logging in via Persona.
-09:55:47,551 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:56:00,532 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:56:00,673 INFO [CachedIndexHandler] Finished extracting script contents took: 141 ms.
-09:56:00,764 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:56:00,764 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:56:00,776 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:56:00,776 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:56:01,972 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:56:01,972 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:56:01,972 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:56:03,896 INFO [CredentialsHandler] Logging in via Persona.
-09:56:05,287 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:56:32,530 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:56:32,579 INFO [CachedIndexHandler] Finished extracting script contents took: 48 ms.
-09:56:32,615 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:56:32,616 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:56:32,624 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:56:32,624 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:56:33,751 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:56:33,751 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:56:33,751 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:56:35,800 INFO [CredentialsHandler] Logging in via Persona.
-09:56:41,918 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-09:57:16,731 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-09:57:16,831 INFO [CachedIndexHandler] Finished extracting script contents took: 100 ms.
-09:57:16,864 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-09:57:16,871 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-09:57:16,873 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-09:57:16,873 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-09:57:17,928 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-09:57:17,931 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-09:57:17,937 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-09:57:19,822 INFO [CredentialsHandler] Logging in via Persona.
-09:57:25,950 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-10:01:17,176 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:01:17,228 INFO [CachedIndexHandler] Finished extracting script contents took: 52 ms.
-10:01:17,259 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:01:17,271 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:01:17,271 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:01:17,272 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:01:18,599 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:01:18,599 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:01:18,602 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:01:40,473 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:01:40,570 INFO [CachedIndexHandler] Finished extracting script contents took: 97 ms.
-10:01:40,600 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:01:40,605 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:01:40,611 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:01:40,612 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:01:41,940 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:01:41,940 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:01:41,946 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:06:12,294 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:06:12,491 INFO [Main] Starting server
-10:06:12,606 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:06:16,877 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:06:16,878 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:06:16,878 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:06:16,878 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:06:16,878 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:06:16,878 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:06:16,879 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:06:16,879 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:06:16,879 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:06:16,879 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:06:16,879 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:06:16,923 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:06:17,386 INFO [CachedIndexHandler] Finished extracting script contents took: 463 ms.
-10:06:17,525 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:06:17,527 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:06:17,531 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:06:17,532 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:06:19,125 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:06:19,141 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:06:19,150 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:06:32,006 INFO [CredentialsHandler] New user is NULL
-10:07:29,424 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:07:29,619 INFO [Main] Starting server
-10:07:29,711 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:07:36,020 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:07:36,020 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:07:36,021 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:07:36,021 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:07:36,021 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:07:36,021 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:07:36,021 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:07:36,021 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:07:36,022 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:07:36,022 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:07:36,022 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:07:36,102 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:07:36,671 INFO [CachedIndexHandler] Finished extracting script contents took: 569 ms.
-10:07:36,749 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:07:36,759 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:07:36,766 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:07:36,766 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:07:38,386 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:07:38,387 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:07:38,388 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:08:21,247 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:08:21,419 INFO [Main] Starting server
-10:08:21,504 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:08:23,616 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:08:23,617 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:08:23,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:08:23,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:08:23,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:08:23,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:08:23,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:08:23,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:08:23,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:08:23,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:08:23,619 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:08:23,661 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:08:24,082 INFO [CachedIndexHandler] Finished extracting script contents took: 421 ms.
-10:08:24,161 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:08:24,161 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:08:24,166 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:08:24,166 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:08:25,398 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:08:25,398 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:08:25,399 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:08:36,280 INFO [CredentialsHandler] userId=joachim%40haagen.name&firstName=Joachim&lastName=Skeie&homeCountry=Norway
-10:10:50,126 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:10:50,206 INFO [CachedIndexHandler] Finished extracting script contents took: 73 ms.
-10:10:50,246 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:10:50,259 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:10:50,267 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:10:50,267 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:10:51,668 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:10:51,668 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:10:51,671 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:11:02,266 INFO [CredentialsHandler] userId=joachim%40haagen.name&firstName=Joachim&lastName=SKeie&homeCountry=Norway
-10:12:10,266 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:12:10,323 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-10:12:10,356 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:12:10,362 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:12:10,363 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:12:10,363 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:12:11,592 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:12:11,592 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:12:11,593 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:12:23,744 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"Joachim","lastName":"Skeie","homeCountry":"Norway"}
-10:12:23,746 INFO [CredentialsHandler] Registering new user: joachim@haagen.name Joachim Skeie Norway
-10:12:36,085 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"Joachim","lastName":"Skeie","homeCountry":"Norway"}
-10:12:36,085 INFO [CredentialsHandler] Registering new user: joachim@haagen.name Joachim Skeie Norway
-10:16:56,796 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:16:56,862 INFO [CachedIndexHandler] Finished extracting script contents took: 66 ms.
-10:16:56,904 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:16:56,911 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:16:56,914 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:16:56,914 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:16:58,399 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:16:58,400 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:16:58,401 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:17:10,895 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"Joachim Haagen","lastName":"Skeie","homeCountry":"Norway"}
-10:17:10,896 INFO [CredentialsHandler] Registering new user: joachim@haagen.name Joachim Haagen Skeie Norway
-10:17:52,585 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:17:52,688 INFO [CachedIndexHandler] Finished extracting script contents took: 103 ms.
-10:17:52,717 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:17:52,725 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:17:52,726 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:17:52,726 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:17:54,099 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:17:54,101 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:17:54,114 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:18:01,937 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"Joachim","lastName":"Skeie","homeCountry":"Norway"}
-10:18:01,938 INFO [CredentialsHandler] Registering new user: joachim@haagen.name Joachim Skeie Norway
-10:18:35,877 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:18:35,925 INFO [CachedIndexHandler] Finished extracting script contents took: 48 ms.
-10:18:35,961 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:18:35,964 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:18:35,984 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:18:35,984 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:18:37,482 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:18:37,483 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:18:37,485 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:18:47,865 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"Joachim","lastName":"Skeie","homeCountry":"Norway"}
-10:18:47,866 INFO [CredentialsHandler] Registering new user: joachim@haagen.name Joachim Skeie Norway
-10:19:10,315 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:19:10,380 INFO [CachedIndexHandler] Finished extracting script contents took: 65 ms.
-10:19:10,422 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:19:10,422 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:19:10,434 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:19:10,434 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:19:11,481 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:19:11,482 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:19:11,482 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:19:20,972 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"Joachin","lastName":"Skeie","homeCountry":"Norway"}
-10:19:20,973 INFO [CredentialsHandler] Registering new user: joachim@haagen.name Joachin Skeie Norway
-10:20:28,263 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:20:28,420 INFO [Main] Starting server
-10:20:28,510 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:20:30,106 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:20:30,106 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:20:30,106 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:20:30,106 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:20:30,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:20:30,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:20:30,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:20:30,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:20:30,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:20:30,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:20:30,108 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:20:30,149 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:20:30,591 INFO [CachedIndexHandler] Finished extracting script contents took: 442 ms.
-10:20:30,664 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:20:30,669 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:20:30,672 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:20:30,673 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:20:32,248 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:20:32,252 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:20:32,253 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:20:40,284 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"Joachim","lastName":"Skeie","homeCountry":"Norway"}
-10:20:40,360 INFO [CredentialsHandler] Registering new user: joachim@haagen.name Joachim Skeie Norway
-10:20:40,360 INFO [CredentialsHandler] { "userRegistered": true}
-10:22:42,366 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:22:42,573 INFO [Main] Starting server
-10:22:42,662 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:22:46,396 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:22:46,396 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:22:46,397 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:22:46,397 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:22:46,397 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:22:46,397 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:22:46,397 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:22:46,397 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:22:46,398 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:22:46,398 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:22:46,398 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:22:46,444 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:22:46,859 INFO [CachedIndexHandler] Finished extracting script contents took: 415 ms.
-10:22:46,983 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:22:46,998 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:22:47,000 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:22:47,000 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:22:48,427 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:22:48,427 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:22:48,435 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:23:27,294 INFO [CredentialsHandler] Logging in via Persona.
-10:23:31,711 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-10:23:31,716 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-10:23:36,826 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"Joachim Haagen","lastName":"Skeie","homeCountry":"Norway"}
-10:23:36,828 INFO [CredentialsHandler] Registering new user: joachim@haagen.name Joachim Haagen Skeie Norway
-10:23:36,828 INFO [CredentialsHandler] { "userRegistered": true}
-10:23:53,143 INFO [CredentialsHandler] Logging in via Persona.
-10:23:54,541 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-10:23:54,543 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-10:33:03,570 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:33:03,726 INFO [Main] Starting server
-10:33:03,813 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:33:12,615 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:33:12,616 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:33:12,616 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:33:12,616 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:33:12,616 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:33:12,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:33:12,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:33:12,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:33:12,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:33:12,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:33:12,617 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:33:12,662 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:33:13,021 INFO [CachedIndexHandler] Finished extracting script contents took: 358 ms.
-10:33:13,135 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:33:13,137 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:33:13,140 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:33:13,141 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:33:14,574 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:33:14,575 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:33:14,576 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:33:16,942 INFO [CredentialsHandler] Logging in via Persona.
-10:33:24,090 INFO [PerstUserDao] Persisted users:
-10:33:24,094 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-10:33:24,102 INFO [CredentialsHandler] { "authFailed": true, "error": "User not registered" }
-10:33:28,158 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"joachim","lastName":"skeie","homeCountry":"norway"}
-10:33:28,159 INFO [PerstUserDao] Persisted users:
-10:33:28,160 INFO [CredentialsHandler] Registering new user: joachim@haagen.name joachim skeie norway
-10:33:28,160 INFO [CredentialsHandler] { "userRegistered": true}
-10:33:36,268 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"joachim","lastName":"skeie","homeCountry":"norway"}
-10:33:36,269 INFO [PerstUserDao] Persisted users:
-10:33:36,269 INFO [CredentialsHandler] Registering new user: joachim@haagen.name joachim skeie norway
-10:33:36,269 INFO [CredentialsHandler] { "userRegistered": true}
-10:34:21,017 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:34:21,196 INFO [Main] Starting server
-10:34:21,278 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:34:24,106 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:34:24,107 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:34:24,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:34:24,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:34:24,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:34:24,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:34:24,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:34:24,107 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:34:24,108 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:34:24,108 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:34:24,108 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:34:24,152 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"joachim","lastName":"skeie","homeCountry":"norway"}
-10:34:24,257 INFO [PerstUserDao] Persisted users:
-10:34:24,280 INFO [CredentialsHandler] Registering new user: joachim@haagen.name joachim skeie norway
-10:34:24,280 INFO [CredentialsHandler] { "userRegistered": true}
-10:34:28,954 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"joachim","lastName":"skeie","homeCountry":"norway"}
-10:34:28,955 INFO [PerstUserDao] Persisted users:
-10:34:28,955 INFO [PerstUserDao] user:joachim@haagen.name
-10:34:28,956 INFO [CredentialsHandler] Registering new user: joachim@haagen.name joachim skeie norway
-10:34:28,956 INFO [CredentialsHandler] { "userRegistered": false, "error": "User Already Registered"}
-10:34:42,067 INFO [CredentialsHandler] Logging in via Persona.
-10:34:49,145 INFO [PerstUserDao] Persisted users:
-10:34:49,146 INFO [PerstUserDao] user:joachim@haagen.name
-10:34:49,146 INFO [CredentialsHandler] { "uuidToken": "ac0090c2-d275-4943-9e1f-016f4f872a8a"}
-10:34:49,148 INFO [CredentialsHandler] { "uuidToken": "ac0090c2-d275-4943-9e1f-016f4f872a8a"}
-10:35:01,649 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:35:02,977 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:35:03,335 INFO [CachedIndexHandler] Finished extracting script contents took: 358 ms.
-10:35:03,365 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:35:03,409 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:35:03,417 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:35:03,417 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:35:04,430 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:35:04,434 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:35:04,439 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:35:04,664 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:36:11,431 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:36:11,521 INFO [CachedIndexHandler] Finished extracting script contents took: 90 ms.
-10:36:11,560 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:36:11,648 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:36:11,657 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:36:11,658 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:36:13,222 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:36:13,222 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:36:13,229 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:36:13,369 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:36:38,891 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:36:38,957 INFO [CachedIndexHandler] Finished extracting script contents took: 65 ms.
-10:36:38,972 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:36:39,057 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:36:39,061 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:36:39,061 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:36:40,273 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:36:40,274 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:36:40,287 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:36:40,372 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:39:44,562 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:39:44,731 INFO [Main] Starting server
-10:39:44,844 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:39:48,204 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:39:48,204 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:39:48,204 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:39:48,204 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:39:48,205 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:39:48,205 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:39:48,205 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:39:48,205 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:39:48,205 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:39:48,206 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:39:48,206 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:39:48,266 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:39:48,796 INFO [CachedIndexHandler] Finished extracting script contents took: 530 ms.
-10:39:48,877 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:39:48,878 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:39:48,879 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:39:48,884 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:39:50,355 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:39:50,360 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:39:50,360 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:39:50,540 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:40:30,752 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:40:30,943 INFO [Main] Starting server
-10:40:31,038 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:40:33,123 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:40:33,124 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:40:33,124 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:40:33,124 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:40:33,124 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:40:33,124 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:40:33,124 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:40:33,124 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:40:33,125 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:40:33,125 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:40:33,125 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:40:33,180 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:40:33,581 INFO [CachedIndexHandler] Finished extracting script contents took: 400 ms.
-10:40:33,702 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:40:33,712 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:40:33,712 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:40:33,712 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:40:34,957 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:40:34,957 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:40:34,964 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:40:35,092 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:40:36,942 INFO [FileServerHandler] cookie header:
-__utma=111872281.125551390.1303241093.1365334245.1365354405.122; __utmc=111872281; __utmz=111872281.1303241093.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); 10 Apr 2013 08:34:49 GMT,path=/; uuidToken=ac0090c2-d275-4943-9e1f-016f4f872a8a,expires=Wed; mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213b5135a37ec8f-08c52a3e9-376f6050-1fa400-13b5135a37f7e7%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-10:42:54,131 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:42:54,213 INFO [CachedIndexHandler] Finished extracting script contents took: 82 ms.
-10:42:54,239 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:42:54,246 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:42:54,262 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:42:54,263 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:42:55,773 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:42:55,773 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:42:55,779 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:42:55,847 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:42:57,941 INFO [FileServerHandler] cookie header:
-10 Apr 2013 08:34:49 GMT,path=/; uuidToken=ac0090c2-d275-4943-9e1f-016f4f872a8a,expires=Wed; mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213b5135a37ec8f-08c52a3e9-376f6050-1fa400-13b5135a37f7e7%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-10:43:12,842 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:43:12,938 INFO [CachedIndexHandler] Finished extracting script contents took: 96 ms.
-10:43:13,046 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:43:13,048 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:43:13,063 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:43:13,064 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:43:14,364 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:43:14,370 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:43:14,385 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:43:14,496 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:43:16,290 INFO [FileServerHandler] cookie header:
-null
-10:43:25,813 INFO [FileServerHandler] cookie header:
-null
-10:44:13,043 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:44:13,240 INFO [Main] Starting server
-10:44:13,333 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:44:17,217 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:44:17,218 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:44:17,218 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:44:17,218 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:44:17,219 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:44:17,219 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:44:17,219 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:44:17,219 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:44:17,220 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:44:17,220 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:44:17,220 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:44:17,276 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:44:17,684 INFO [CachedIndexHandler] Finished extracting script contents took: 407 ms.
-10:44:17,818 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:44:17,831 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:44:17,832 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:44:17,807 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:44:19,342 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:44:19,343 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:44:19,347 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:44:19,484 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:44:21,839 INFO [FileServerHandler] cookie header:
-null
-10:45:46,473 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:45:46,654 INFO [Main] Starting server
-10:45:46,742 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:45:47,917 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:45:47,917 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:45:47,917 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:45:47,917 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:45:47,918 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:45:47,918 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:45:47,918 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:45:47,918 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:45:47,918 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:45:47,919 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:45:47,919 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:45:47,964 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:45:48,479 INFO [CachedIndexHandler] Finished extracting script contents took: 515 ms.
-10:45:48,536 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:45:48,550 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:45:48,556 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:45:48,556 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:45:50,044 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:45:50,045 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:45:50,047 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:45:50,190 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:45:52,243 INFO [FileServerHandler] cookie header:
-null
-10:45:52,244 INFO [CredentialsHandler] Logging in via Persona.
-10:45:59,606 INFO [PerstUserDao] Persisted users:
-10:45:59,613 INFO [PerstUserDao] user:joachim@haagen.name
-10:45:59,615 INFO [CredentialsHandler] { "uuidToken": "091ffb88-8850-4ff7-a392-a023c9af0139"}
-10:45:59,619 INFO [CredentialsHandler] { "uuidToken": "091ffb88-8850-4ff7-a392-a023c9af0139"}
-10:46:10,962 INFO [FileServerHandler] cookie header:
-null
-10:46:10,962 INFO [CredentialsHandler]
-10:51:50,085 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-10:51:50,276 INFO [Main] Starting server
-10:51:50,363 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-10:51:55,452 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-10:51:55,452 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-10:51:55,452 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-10:51:55,452 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-10:51:55,452 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-10:51:55,453 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-10:51:55,453 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-10:51:55,453 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-10:51:55,453 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-10:51:55,453 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-10:51:55,453 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-10:51:55,508 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-10:51:55,895 INFO [CachedIndexHandler] Finished extracting script contents took: 387 ms.
-10:51:56,033 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-10:51:56,045 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-10:51:56,047 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-10:51:56,047 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-10:51:57,286 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-10:51:57,288 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-10:51:57,289 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-10:51:57,413 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-10:52:18,081 INFO [FileServerHandler] cookie header:
-null
-10:52:18,082 INFO [CredentialsHandler] Logging in via Persona.
-10:52:25,367 INFO [PerstUserDao] Persisted users:
-10:52:25,373 INFO [PerstUserDao] user:joachim@haagen.name
-10:52:25,375 INFO [CredentialsHandler] { "uuidToken": "6ccff167-9633-4982-b445-b61f04675ea0"}
-10:52:25,380 INFO [CredentialsHandler] responseContent: { "uuidToken": "6ccff167-9633-4982-b445-b61f04675ea0"}
-10:52:25,380 INFO [CredentialsHandler] coookieUuidToken null
-10:52:36,399 INFO [FileServerHandler] cookie header:
-null
-10:52:36,399 INFO [CredentialsHandler] responseContent:
-10:52:36,399 INFO [CredentialsHandler] coookieUuidToken null
-11:00:50,284 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:00:50,370 INFO [CachedIndexHandler] Finished extracting script contents took: 86 ms.
-11:00:50,468 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:00:50,487 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:00:50,489 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:00:50,489 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:00:51,974 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:00:51,979 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:00:51,977 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:00:52,127 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-11:01:38,698 INFO [FileServerHandler] cookie header:
-null
-11:01:38,698 INFO [CredentialsHandler] Logging in via Persona.
-11:01:44,992 INFO [PerstUserDao] Persisted users:
-11:01:44,993 INFO [PerstUserDao] user:joachim@haagen.name
-11:01:44,993 INFO [CredentialsHandler] { "uuidToken": "e5681e0b-18e7-4c9b-9ff4-8d539bd11e71"}
-11:01:44,994 INFO [CredentialsHandler] responseContent: { "uuidToken": "e5681e0b-18e7-4c9b-9ff4-8d539bd11e71"}
-11:01:44,994 INFO [CredentialsHandler] coookieUuidToken null
-11:02:06,955 INFO [FileServerHandler] cookie header:
-null
-11:02:06,955 INFO [CredentialsHandler] responseContent:
-11:02:06,955 INFO [CredentialsHandler] coookieUuidToken null
-11:04:06,244 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:04:06,304 INFO [CachedIndexHandler] Finished extracting script contents took: 60 ms.
-11:04:06,329 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:04:06,330 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:04:06,330 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:04:06,330 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:04:07,458 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:04:07,533 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:04:07,691 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:04:07,709 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-11:05:42,623 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-11:05:42,628 INFO [CredentialsHandler] Logging in via Persona.
-11:05:48,822 INFO [PerstUserDao] Persisted users:
-11:05:48,822 INFO [PerstUserDao] user:joachim@haagen.name
-11:05:48,822 INFO [CredentialsHandler] { "uuidToken": "4175bed0-8074-471d-836e-dbee42d60b9d"}
-11:05:48,823 INFO [CredentialsHandler] responseContent: { "uuidToken": "4175bed0-8074-471d-836e-dbee42d60b9d"}
-11:05:48,823 INFO [CredentialsHandler] coookieUuidToken null
-11:05:57,708 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-11:05:57,709 INFO [CredentialsHandler] responseContent:
-11:05:57,709 INFO [CredentialsHandler] coookieUuidToken null
-11:08:58,156 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:08:58,215 INFO [CachedIndexHandler] Finished extracting script contents took: 57 ms.
-11:08:58,234 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:08:58,236 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:08:58,237 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:08:58,236 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:08:59,387 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:08:59,498 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:08:59,631 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:08:59,643 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-11:09:15,519 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-11:09:15,519 INFO [CredentialsHandler] Logging in via Persona.
-11:09:21,808 INFO [PerstUserDao] Persisted users:
-11:09:21,809 INFO [PerstUserDao] user:joachim@haagen.name
-11:09:21,809 INFO [CredentialsHandler] { "uuidToken": "9ce471b3-8d4f-4240-bae6-7dd898fe94c1"}
-11:09:21,810 INFO [CredentialsHandler] responseContent: { "uuidToken": "9ce471b3-8d4f-4240-bae6-7dd898fe94c1"}
-11:09:21,811 INFO [CredentialsHandler] coookieUuidToken null
-11:09:36,555 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D; uuidToken=9ce471b3-8d4f-4240-bae6-7dd898fe94c1
-11:09:36,556 INFO [AuthenticationContext] UUID: e5681e0b-18e7-4c9b-9ff4-8d539bd11e71
-11:09:36,556 INFO [AuthenticationContext] UUID: 9ce471b3-8d4f-4240-bae6-7dd898fe94c1
-11:09:36,556 INFO [AuthenticationContext] UUID: 6ccff167-9633-4982-b445-b61f04675ea0
-11:09:36,556 INFO [AuthenticationContext] UUID: 4175bed0-8074-471d-836e-dbee42d60b9d
-11:09:36,556 INFO [AuthenticationContext] logging out user: 9ce471b3-8d4f-4240-bae6-7dd898fe94c1 :: false
-11:09:36,556 INFO [CredentialsHandler] responseContent: {"loggedOut": true}
-11:09:36,557 INFO [CredentialsHandler] coookieUuidToken 9ce471b3-8d4f-4240-bae6-7dd898fe94c1
-11:13:55,323 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-11:13:55,326 INFO [CredentialsHandler] Logging in via Persona.
-11:14:01,535 INFO [PerstUserDao] Persisted users:
-11:14:01,536 INFO [PerstUserDao] user:joachim@haagen.name
-11:14:01,536 INFO [CredentialsHandler] { "uuidToken": "282a0ca6-ccf0-487c-96c3-758cf6aa51a8"}
-11:14:01,537 INFO [CredentialsHandler] responseContent: { "uuidToken": "282a0ca6-ccf0-487c-96c3-758cf6aa51a8"}
-11:14:01,537 INFO [CredentialsHandler] coookieUuidToken null
-11:14:12,915 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D; uuidToken=282a0ca6-ccf0-487c-96c3-758cf6aa51a8
-11:14:12,915 INFO [AuthenticationContext] UUID: e5681e0b-18e7-4c9b-9ff4-8d539bd11e71
-11:14:12,915 INFO [AuthenticationContext] UUID: 282a0ca6-ccf0-487c-96c3-758cf6aa51a8
-11:14:12,915 INFO [AuthenticationContext] UUID: 6ccff167-9633-4982-b445-b61f04675ea0
-11:14:12,915 INFO [AuthenticationContext] UUID: 4175bed0-8074-471d-836e-dbee42d60b9d
-11:14:12,916 INFO [AuthenticationContext] logging out user: 282a0ca6-ccf0-487c-96c3-758cf6aa51a8 :: false
-11:14:12,916 INFO [CredentialsHandler] responseContent: {"loggedOut": true}
-11:14:12,916 INFO [CredentialsHandler] coookieUuidToken 282a0ca6-ccf0-487c-96c3-758cf6aa51a8
-11:17:38,856 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:17:38,933 INFO [CachedIndexHandler] Finished extracting script contents took: 74 ms.
-11:17:38,994 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:17:38,998 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:17:39,000 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:17:39,000 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:17:40,697 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:17:40,698 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:17:40,699 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:17:40,855 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-11:18:01,587 INFO [FileServerHandler] cookie header:
-null
-11:18:01,588 INFO [CredentialsHandler] Logging in via Persona.
-11:18:07,705 INFO [PerstUserDao] Persisted users:
-11:18:07,705 INFO [PerstUserDao] user:joachim@haagen.name
-11:18:07,706 INFO [CredentialsHandler] { "uuidToken": "2d43e93e-c0fe-43fd-bf7b-5c965ce89970"}
-11:18:07,707 INFO [CredentialsHandler] responseContent: { "uuidToken": "2d43e93e-c0fe-43fd-bf7b-5c965ce89970"}
-11:18:07,707 INFO [CredentialsHandler] coookieUuidToken null
-11:18:40,103 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:18:40,166 INFO [CachedIndexHandler] Finished extracting script contents took: 62 ms.
-11:18:40,310 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:18:40,351 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:18:40,352 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:18:40,368 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:18:41,694 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:18:41,698 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:18:41,702 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:18:41,815 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-11:18:44,147 INFO [FileServerHandler] cookie header:
-uuidToken=2d43e93e-c0fe-43fd-bf7b-5c965ce89970
-11:18:44,148 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-11:18:44,148 INFO [CredentialsHandler] { "uuidToken": "2d43e93e-c0fe-43fd-bf7b-5c965ce89970"}
-11:18:44,149 INFO [CredentialsHandler] responseContent: { "uuidToken": "2d43e93e-c0fe-43fd-bf7b-5c965ce89970"}
-11:18:44,149 INFO [CredentialsHandler] coookieUuidToken 2d43e93e-c0fe-43fd-bf7b-5c965ce89970
-11:40:16,085 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:40:16,137 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-11:40:16,156 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:40:16,244 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:40:16,246 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:40:16,247 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:40:17,621 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:40:17,621 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:40:17,631 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:40:17,728 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-11:47:27,039 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:47:27,123 INFO [CachedIndexHandler] Finished extracting script contents took: 84 ms.
-11:47:27,155 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:47:27,187 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:47:27,189 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:47:27,189 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:47:28,757 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:47:28,759 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:47:28,762 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:47:29,022 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-11:47:30,295 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-11:48:20,514 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-11:48:20,696 INFO [Main] Starting server
-11:48:20,786 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-11:49:21,486 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-11:49:21,486 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-11:49:21,486 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-11:49:21,486 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-11:49:21,487 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-11:49:21,487 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-11:49:21,487 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-11:49:21,487 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-11:49:21,487 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-11:49:21,488 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-11:49:21,488 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-11:49:21,488 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-11:49:21,542 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:49:21,994 INFO [CachedIndexHandler] Finished extracting script contents took: 452 ms.
-11:49:22,064 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:49:22,065 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:49:22,065 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:49:22,109 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:49:23,529 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:49:23,530 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:49:23,575 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:49:23,740 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-11:49:26,682 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:49:26,815 INFO [CachedIndexHandler] Finished extracting script contents took: 133 ms.
-11:49:26,917 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:49:26,918 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:49:26,917 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:49:26,921 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:49:27,855 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:49:27,857 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:49:27,864 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:49:33,693 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-11:49:37,425 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:49:37,527 INFO [CachedIndexHandler] Finished extracting script contents took: 102 ms.
-11:49:37,569 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:49:37,567 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:49:37,570 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:49:37,575 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:49:38,519 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:49:38,519 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:49:38,530 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:50:14,089 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:50:14,190 INFO [CachedIndexHandler] Finished extracting script contents took: 101 ms.
-11:50:14,209 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:50:14,209 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:50:14,213 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:50:14,232 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:50:15,403 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:50:15,483 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:50:15,694 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:50:15,714 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-11:52:00,250 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:52:00,347 INFO [CachedIndexHandler] Finished extracting script contents took: 96 ms.
-11:52:00,439 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:52:00,461 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:52:00,461 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:52:00,461 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:52:01,941 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:52:01,941 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:52:01,943 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:52:06,956 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:52:07,062 INFO [CachedIndexHandler] Finished extracting script contents took: 106 ms.
-11:52:07,138 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:52:07,142 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:52:07,142 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:52:07,143 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:52:08,037 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:52:08,038 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:52:08,038 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:52:12,687 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:52:12,786 INFO [CachedIndexHandler] Finished extracting script contents took: 99 ms.
-11:52:12,876 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:52:12,876 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:52:12,880 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:52:12,881 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:52:13,803 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:52:13,806 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:52:13,807 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:52:32,431 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:52:32,537 INFO [CachedIndexHandler] Finished extracting script contents took: 106 ms.
-11:52:32,636 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:52:32,641 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:52:32,642 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:52:32,642 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:52:33,619 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:52:33,620 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:52:33,619 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:52:48,659 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:52:48,752 INFO [CachedIndexHandler] Finished extracting script contents took: 93 ms.
-11:52:48,853 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:52:48,853 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:52:48,859 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:52:48,859 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:52:50,384 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:52:50,387 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:52:50,392 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:53:42,739 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:53:42,833 INFO [CachedIndexHandler] Finished extracting script contents took: 93 ms.
-11:53:42,860 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:53:42,869 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:53:42,872 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:53:42,872 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:53:44,341 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:53:44,342 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:53:44,345 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:54:07,228 INFO [FileServerHandler] cookie header:
-uuidToken=2d43e93e-c0fe-43fd-bf7b-5c965ce89970
-11:54:07,235 INFO [CredentialsHandler] Logging in via Persona.
-11:54:11,781 INFO [PerstUserDao] Persisted users:
-11:54:11,789 INFO [PerstUserDao] user:joachim@haagen.name
-11:54:11,791 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:54:11,793 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:54:11,793 INFO [CredentialsHandler] coookieUuidToken 2d43e93e-c0fe-43fd-bf7b-5c965ce89970
-11:54:56,111 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:54:56,193 INFO [CachedIndexHandler] Finished extracting script contents took: 82 ms.
-11:54:56,403 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:54:56,406 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:54:56,408 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:54:56,408 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:54:57,935 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:54:57,936 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:54:57,939 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:55:00,354 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:55:00,354 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-11:55:00,354 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:55:00,355 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:55:00,356 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:55:57,978 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:55:58,086 INFO [CachedIndexHandler] Finished extracting script contents took: 108 ms.
-11:55:58,196 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:55:58,217 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:55:58,219 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:55:58,219 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:55:59,834 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:55:59,835 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:55:59,839 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:56:02,175 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:56:02,176 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-11:56:02,176 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:56:02,177 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:56:02,177 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:56:37,599 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:56:37,665 INFO [CachedIndexHandler] Finished extracting script contents took: 65 ms.
-11:56:37,767 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:56:37,772 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:56:37,780 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:56:37,781 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:56:38,795 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:56:38,796 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:56:38,795 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:56:41,030 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:56:41,030 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-11:56:41,030 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:56:41,031 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:56:41,031 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:57:07,893 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:57:08,010 INFO [CachedIndexHandler] Finished extracting script contents took: 117 ms.
-11:57:08,127 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:57:08,127 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:57:08,144 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:57:08,144 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:57:09,668 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:57:09,669 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:57:09,670 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:57:11,835 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:57:11,836 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-11:57:11,836 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:57:11,837 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:57:11,837 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:57:58,441 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:57:58,496 INFO [CachedIndexHandler] Finished extracting script contents took: 54 ms.
-11:57:58,583 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:57:58,598 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:57:58,599 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:57:58,599 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:58:00,332 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:58:00,333 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:58:00,332 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:58:03,095 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:58:03,095 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-11:58:03,095 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:58:03,096 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:58:03,096 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:59:18,329 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:59:18,438 INFO [CachedIndexHandler] Finished extracting script contents took: 108 ms.
-11:59:18,467 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:59:18,478 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:59:18,480 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:59:18,481 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:59:19,727 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-11:59:19,728 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-11:59:19,729 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-11:59:22,090 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-11:59:22,090 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-11:59:22,091 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:59:22,091 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-11:59:22,091 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:00:08,785 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:00:08,845 INFO [CachedIndexHandler] Finished extracting script contents took: 60 ms.
-12:00:08,922 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:00:08,926 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:00:08,934 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:00:08,935 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:00:10,635 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:00:10,635 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:00:10,639 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:00:12,777 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:00:12,778 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:00:12,778 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-12:00:12,779 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-12:00:12,779 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:06:42,230 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:06:42,336 INFO [CachedIndexHandler] Finished extracting script contents took: 106 ms.
-12:06:42,420 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:06:42,425 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:06:42,433 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:06:42,433 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:06:43,850 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:06:43,850 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:06:43,862 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:06:46,194 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:06:46,195 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:06:46,195 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-12:06:46,195 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-12:06:46,196 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:07:51,694 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:07:51,758 INFO [CachedIndexHandler] Finished extracting script contents took: 64 ms.
-12:07:51,840 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:07:51,846 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:07:51,847 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:07:51,847 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:07:53,262 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:07:53,262 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:07:53,265 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:07:55,444 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:07:55,445 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:07:55,445 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-12:07:55,446 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-12:07:55,446 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:09:34,613 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:09:34,707 INFO [CachedIndexHandler] Finished extracting script contents took: 94 ms.
-12:09:34,738 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:09:34,750 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:09:34,751 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:09:34,753 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:09:36,295 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:09:36,295 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:09:36,318 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:09:38,373 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:09:38,374 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:09:38,374 INFO [CredentialsHandler] { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-12:09:38,375 INFO [CredentialsHandler] responseContent: { "uuidToken": "295b01a6-af30-408f-9b8d-58a03ebec0d8"}
-12:09:38,375 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:32:06,066 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-12:32:06,260 INFO [Main] Starting server
-12:32:06,349 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-12:32:16,052 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-12:32:16,053 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-12:32:16,053 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-12:32:16,053 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-12:32:16,053 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-12:32:16,053 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-12:32:16,054 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-12:32:16,054 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-12:32:16,054 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/submitTalk
-12:32:16,054 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-12:32:16,054 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-12:32:16,054 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-12:32:16,054 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-12:32:16,101 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:32:16,466 INFO [CachedIndexHandler] Finished extracting script contents took: 364 ms.
-12:32:16,516 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:32:16,516 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:32:16,516 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:32:16,517 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:32:17,711 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:32:17,711 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:32:17,712 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:32:19,718 INFO [FileServerHandler] cookie header:
-uuidToken=295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:32:19,722 INFO [CredentialsHandler] Logging in via Persona.
-12:32:26,908 INFO [PerstUserDao] Persisted users:
-12:32:26,914 INFO [PerstUserDao] user:joachim@haagen.name
-12:32:26,916 INFO [CredentialsHandler] { "uuidToken": "7035295f-5e27-49c5-ab19-f24c0d4ae062"}
-12:32:26,918 INFO [CredentialsHandler] responseContent: { "uuidToken": "7035295f-5e27-49c5-ab19-f24c0d4ae062"}
-12:32:26,919 INFO [CredentialsHandler] coookieUuidToken 295b01a6-af30-408f-9b8d-58a03ebec0d8
-12:32:44,398 INFO [FileServerHandler] cookie header:
-uuidToken=7035295f-5e27-49c5-ab19-f24c0d4ae062
-12:32:44,399 INFO [CredentialsHandler] responseContent: {"submitted": true}
-12:32:44,400 INFO [CredentialsHandler] coookieUuidToken 7035295f-5e27-49c5-ab19-f24c0d4ae062
-12:37:02,016 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-12:37:02,203 INFO [Main] Starting server
-12:37:02,296 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-12:37:04,834 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-12:37:04,834 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-12:37:04,835 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-12:37:04,835 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-12:37:04,835 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-12:37:04,835 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-12:37:04,835 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-12:37:04,835 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-12:37:04,836 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-12:37:04,836 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-12:37:04,836 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-12:37:04,836 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-12:37:04,836 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-12:37:04,884 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:37:05,266 INFO [CachedIndexHandler] Finished extracting script contents took: 382 ms.
-12:37:05,316 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:37:05,316 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:37:05,316 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:37:05,317 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:37:06,584 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:37:06,584 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:37:06,585 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:37:08,589 INFO [FileServerHandler] cookie header:
-uuidToken=7035295f-5e27-49c5-ab19-f24c0d4ae062
-12:37:08,594 INFO [CredentialsHandler] Logging in via Persona.
-12:37:15,933 INFO [PerstUserDao] Persisted users:
-12:37:15,943 INFO [PerstUserDao] user:joachim@haagen.name
-12:37:15,946 INFO [CredentialsHandler] { "uuidToken": "b5cf6f21-374f-44fc-9ac2-e71398884cbb"}
-12:37:15,951 INFO [CredentialsHandler] responseContent: { "uuidToken": "b5cf6f21-374f-44fc-9ac2-e71398884cbb"}
-12:37:15,951 INFO [CredentialsHandler] coookieUuidToken 7035295f-5e27-49c5-ab19-f24c0d4ae062
-12:39:40,684 INFO [FileServerHandler] cookie header:
-uuidToken=b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:39:40,696 INFO [CredentialsHandler] responseContent: {"submitted": true}
-12:39:40,696 INFO [CredentialsHandler] coookieUuidToken b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:40:00,396 INFO [FileServerHandler] cookie header:
-uuidToken=b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:40:00,397 INFO [CredentialsHandler] Submitted abstracts:
-12:40:00,397 INFO [CredentialsHandler] TalkTalk2s
-12:40:00,397 INFO [CredentialsHandler] responseContent:
-12:40:00,398 INFO [CredentialsHandler] coookieUuidToken b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:40:20,180 INFO [FileServerHandler] cookie header:
-uuidToken=b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:40:20,181 INFO [CredentialsHandler] Submitted abstracts:
-12:40:20,181 INFO [CredentialsHandler] TalkTalk2s
-12:40:20,181 INFO [CredentialsHandler] responseContent:
-12:40:20,181 INFO [CredentialsHandler] coookieUuidToken b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:41:05,330 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-12:41:57,052 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:41:57,149 INFO [CachedIndexHandler] Finished extracting script contents took: 96 ms.
-12:41:57,168 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:41:57,171 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:41:57,171 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:41:57,184 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:41:58,544 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:41:58,671 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:41:58,815 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:41:58,843 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-12:44:57,419 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-12:44:57,604 INFO [Main] Starting server
-12:44:57,702 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-12:45:00,679 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-12:45:00,680 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-12:45:00,680 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-12:45:00,680 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-12:45:00,680 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-12:45:00,681 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-12:45:00,681 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-12:45:00,681 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-12:45:00,681 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-12:45:00,681 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-12:45:00,681 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-12:45:00,682 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-12:45:00,682 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-12:45:00,682 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-12:45:00,742 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:45:01,204 INFO [CachedIndexHandler] Finished extracting script contents took: 462 ms.
-12:45:01,258 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:45:01,264 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:45:01,280 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:45:01,280 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:45:02,689 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:45:02,690 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:45:02,700 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:45:02,789 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-12:45:04,766 INFO [FileServerHandler] cookie header:
-uuidToken=b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:45:04,770 INFO [CredentialsHandler] Logging in via Persona.
-12:45:05,057 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:45:05,240 INFO [CachedIndexHandler] Finished extracting script contents took: 183 ms.
-12:45:05,271 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:45:05,275 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:45:05,292 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:45:05,292 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:45:05,948 INFO [FileServerHandler] cookie header:
-uuidToken=b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:45:05,950 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:45:05,952 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:45:05,961 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:45:05,964 INFO [CredentialsHandler] Submitted abstracts:
-12:45:05,964 INFO [CredentialsHandler] TalkTalk2s
-12:45:05,964 INFO [CredentialsHandler] responseContent:
-12:45:05,964 INFO [CredentialsHandler] coookieUuidToken b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:45:07,076 INFO [FileServerHandler] cookie header:
-uuidToken=b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:45:07,076 INFO [CredentialsHandler] Logging in via Persona.
-12:45:12,259 INFO [PerstUserDao] Persisted users:
-12:45:12,260 INFO [PerstUserDao] user:joachim@haagen.name
-12:45:12,259 INFO [PerstUserDao] Persisted users:
-12:45:12,260 INFO [PerstUserDao] user:joachim@haagen.name
-12:45:12,263 INFO [CredentialsHandler] { "uuidToken": "ffddc7d5-7d72-47f5-980c-a808e3acf51e"}
-12:45:12,263 INFO [CredentialsHandler] { "uuidToken": "e2a076ab-abcd-4311-b722-adb1136c8895"}
-12:45:12,264 INFO [CredentialsHandler] responseContent: { "uuidToken": "ffddc7d5-7d72-47f5-980c-a808e3acf51e"}
-12:45:12,264 INFO [CredentialsHandler] responseContent: { "uuidToken": "e2a076ab-abcd-4311-b722-adb1136c8895"}
-12:45:12,264 INFO [CredentialsHandler] coookieUuidToken b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:45:12,264 INFO [CredentialsHandler] coookieUuidToken b5cf6f21-374f-44fc-9ac2-e71398884cbb
-12:47:10,715 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-12:47:10,892 INFO [Main] Starting server
-12:47:10,984 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-12:47:14,350 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-12:47:14,350 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-12:47:14,350 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-12:47:14,351 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-12:47:14,351 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-12:47:14,351 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-12:47:14,351 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-12:47:14,351 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-12:47:14,351 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-12:47:14,351 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-12:47:14,351 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-12:47:14,352 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-12:47:14,352 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-12:47:14,352 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-12:47:14,402 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:47:14,836 INFO [CachedIndexHandler] Finished extracting script contents took: 434 ms.
-12:47:14,971 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:47:14,976 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:47:14,978 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:47:14,983 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:47:16,384 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:47:16,388 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:47:16,389 INFO [FileServerHandler] cookie header:
-uuidToken=ffddc7d5-7d72-47f5-980c-a808e3acf51e
-12:47:16,398 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:47:16,408 INFO [CredentialsHandler] Submitted abstracts:
-12:47:16,409 INFO [CredentialsHandler] TalkTalk2s
-12:47:16,409 INFO [CredentialsHandler] responseContent: { "abstracts": [] }
-12:47:16,409 INFO [CredentialsHandler] coookieUuidToken ffddc7d5-7d72-47f5-980c-a808e3acf51e
-12:47:18,365 INFO [FileServerHandler] cookie header:
-uuidToken=ffddc7d5-7d72-47f5-980c-a808e3acf51e
-12:47:18,365 INFO [CredentialsHandler] Logging in via Persona.
-12:47:25,683 INFO [PerstUserDao] Persisted users:
-12:47:25,684 INFO [PerstUserDao] user:joachim@haagen.name
-12:47:25,686 INFO [CredentialsHandler] { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:47:25,687 INFO [CredentialsHandler] responseContent: { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:47:25,687 INFO [CredentialsHandler] coookieUuidToken ffddc7d5-7d72-47f5-980c-a808e3acf51e
-12:47:40,473 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:47:40,559 INFO [CachedIndexHandler] Finished extracting script contents took: 85 ms.
-12:47:40,589 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:47:40,590 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:47:40,593 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:47:40,597 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:47:41,762 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:47:41,842 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:47:41,848 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-12:47:41,849 INFO [CredentialsHandler] Submitted abstracts:
-12:47:41,849 INFO [CredentialsHandler] TalkTalk2s
-12:47:41,849 INFO [CredentialsHandler] responseContent: { "abstracts": [] }
-12:47:41,849 INFO [CredentialsHandler] coookieUuidToken null
-12:47:41,992 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:48:40,389 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:48:40,492 INFO [CachedIndexHandler] Finished extracting script contents took: 103 ms.
-12:48:40,573 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:48:40,607 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:48:40,623 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:48:40,624 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:48:42,125 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:48:42,128 INFO [CredentialsHandler] Submitted abstracts:
-12:48:42,128 INFO [CredentialsHandler] TalkTalk2s
-12:48:42,128 INFO [CredentialsHandler] responseContent: { "abstracts": [] }
-12:48:42,128 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:48:42,132 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:48:42,132 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:48:42,139 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:48:44,258 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:48:44,259 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:48:44,259 INFO [CredentialsHandler] { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:48:44,260 INFO [CredentialsHandler] responseContent: { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:48:44,261 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:02,288 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:49:02,357 INFO [CachedIndexHandler] Finished extracting script contents took: 69 ms.
-12:49:02,436 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:49:02,440 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:49:02,452 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:49:02,452 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:49:03,397 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:49:03,400 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:49:03,401 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:03,402 INFO [CredentialsHandler] Submitted abstracts:
-12:49:03,402 INFO [CredentialsHandler] TalkTalk2s
-12:49:03,402 INFO [CredentialsHandler] responseContent: { "abstracts": [] }
-12:49:03,402 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:03,408 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:49:05,377 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:05,377 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:49:05,377 INFO [CredentialsHandler] { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:49:05,378 INFO [CredentialsHandler] responseContent: { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:49:05,378 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:36,272 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:49:36,337 INFO [CachedIndexHandler] Finished extracting script contents took: 63 ms.
-12:49:36,456 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:49:36,467 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:49:36,492 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:49:36,493 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:49:37,523 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:49:37,523 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:49:37,525 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:37,525 INFO [CredentialsHandler] Submitted abstracts:
-12:49:37,525 INFO [CredentialsHandler] TalkTalk2s
-12:49:37,525 INFO [CredentialsHandler] responseContent: { "abstracts": [] }
-12:49:37,526 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:37,540 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:49:39,256 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:39,256 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:49:39,256 INFO [CredentialsHandler] { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:49:39,257 INFO [CredentialsHandler] responseContent: { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:49:39,257 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:39,567 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:49:39,649 INFO [CachedIndexHandler] Finished extracting script contents took: 82 ms.
-12:49:39,673 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:49:39,673 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:49:39,679 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:49:39,679 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:49:40,325 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:49:40,329 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:40,330 INFO [CredentialsHandler] Submitted abstracts:
-12:49:40,330 INFO [CredentialsHandler] TalkTalk2s
-12:49:40,330 INFO [CredentialsHandler] responseContent: { "abstracts": [] }
-12:49:40,330 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:40,331 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:49:40,340 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:49:41,625 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:49:41,626 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:49:41,626 INFO [CredentialsHandler] { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:49:41,626 INFO [CredentialsHandler] responseContent: { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:49:41,627 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:50:07,781 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:50:07,828 INFO [CachedIndexHandler] Finished extracting script contents took: 47 ms.
-12:50:07,907 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:50:07,907 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:50:07,919 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:50:07,919 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:50:08,859 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:50:08,859 INFO [CredentialsHandler] Submitted abstracts:
-12:50:08,859 INFO [CredentialsHandler] TalkTalk2s
-12:50:08,859 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:50:08,860 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:50:08,859 INFO [CredentialsHandler] responseContent: { "abstracts": [] }
-12:50:08,860 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:50:08,868 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:50:10,508 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:50:10,508 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:50:10,508 INFO [CredentialsHandler] { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:50:10,509 INFO [CredentialsHandler] responseContent: { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:50:10,509 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:50:44,240 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:50:44,291 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-12:50:44,389 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:50:44,401 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:50:44,404 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:50:44,404 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:50:45,334 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:50:45,335 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:50:45,335 INFO [CredentialsHandler] Submitted abstracts:
-12:50:45,336 INFO [CredentialsHandler] TalkTalk2s
-12:50:45,336 INFO [CredentialsHandler] responseContent: { "abstracts": [] }
-12:50:45,336 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:50:45,339 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:50:45,345 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:50:46,998 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:50:46,998 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:50:46,998 INFO [CredentialsHandler] { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:50:46,999 INFO [CredentialsHandler] responseContent: { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:50:46,999 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:51:27,415 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:51:27,498 INFO [CachedIndexHandler] Finished extracting script contents took: 83 ms.
-12:51:27,597 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:51:27,600 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:51:27,605 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:51:27,605 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:51:29,036 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:51:29,037 INFO [CredentialsHandler] Submitted abstracts:
-12:51:29,037 INFO [CredentialsHandler] TalkTalk2s
-12:51:29,037 INFO [CredentialsHandler] responseContent: { "abstracts": [] }
-12:51:29,037 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:51:29,041 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:51:29,041 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:51:29,044 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:51:31,327 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:51:31,327 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-12:51:31,327 INFO [CredentialsHandler] { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:51:31,329 INFO [CredentialsHandler] responseContent: { "uuidToken": "82548f24-70ed-4846-b43f-bc9240f4ac16"}
-12:51:31,329 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:57:15,051 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-12:57:15,232 INFO [Main] Starting server
-12:57:15,324 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-12:57:24,979 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-12:57:24,980 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-12:57:24,980 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-12:57:24,980 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-12:57:24,980 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-12:57:24,980 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-12:57:24,981 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-12:57:24,981 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-12:57:24,981 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-12:57:24,981 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-12:57:24,981 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-12:57:24,982 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-12:57:24,982 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-12:57:24,982 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-12:57:25,029 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:57:25,409 INFO [CachedIndexHandler] Finished extracting script contents took: 380 ms.
-12:57:25,479 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:57:25,482 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:57:25,485 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:57:25,485 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:57:26,869 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:57:26,967 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:57:26,972 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-12:57:26,990 INFO [CredentialsHandler] Submitted abstracts:
-12:57:26,993 INFO [CredentialsHandler] TalkTalk2s
-12:57:27,045 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type"}]}
-12:57:27,046 INFO [CredentialsHandler] coookieUuidToken null
-12:57:27,107 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-12:59:49,724 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-12:59:49,816 INFO [CachedIndexHandler] Finished extracting script contents took: 92 ms.
-12:59:49,940 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-12:59:49,946 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-12:59:49,948 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-12:59:49,948 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-12:59:51,433 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-12:59:51,436 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-12:59:51,437 INFO [CredentialsHandler] Submitted abstracts:
-12:59:51,437 INFO [CredentialsHandler] TalkTalk2s
-12:59:51,438 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type"}]}
-12:59:51,438 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-12:59:51,454 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-12:59:51,466 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:00:17,718 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:00:17,779 INFO [CachedIndexHandler] Finished extracting script contents took: 61 ms.
-13:00:17,861 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:00:17,872 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:00:17,873 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:00:17,891 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:00:18,817 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:00:18,818 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:00:18,821 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:00:18,821 INFO [CredentialsHandler] Submitted abstracts:
-13:00:18,822 INFO [CredentialsHandler] TalkTalk2s
-13:00:18,825 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type"}]}
-13:00:18,825 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:00:18,842 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:01:36,835 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:01:36,887 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-13:01:36,902 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:01:37,330 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:01:37,330 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:01:37,333 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:01:38,714 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:01:38,717 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:01:38,721 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:01:38,825 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-13:03:20,674 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:03:20,787 INFO [CachedIndexHandler] Finished extracting script contents took: 113 ms.
-13:03:20,826 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:03:20,839 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:03:20,848 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:03:20,848 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:03:22,158 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:03:22,159 INFO [CredentialsHandler] Submitted abstracts:
-13:03:22,159 INFO [CredentialsHandler] TalkTalk2s
-13:03:22,159 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type"}]}
-13:03:22,160 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:03:22,161 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:03:22,163 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:03:22,166 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:07:19,099 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:07:19,159 INFO [CachedIndexHandler] Finished extracting script contents took: 60 ms.
-13:07:19,186 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:07:19,196 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:07:19,199 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:07:19,199 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:07:20,621 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:07:20,621 INFO [CredentialsHandler] Submitted abstracts:
-13:07:20,622 INFO [CredentialsHandler] TalkTalk2s
-13:07:20,622 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type"}]}
-13:07:20,622 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:07:20,624 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:07:20,625 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:07:20,630 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:07:30,621 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:07:30,706 INFO [CachedIndexHandler] Finished extracting script contents took: 84 ms.
-13:07:30,845 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:07:30,845 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:07:30,846 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:07:30,847 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:07:31,423 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:07:31,424 INFO [CredentialsHandler] Submitted abstracts:
-13:07:31,424 INFO [CredentialsHandler] TalkTalk2s
-13:07:31,424 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type"}]}
-13:07:31,424 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:07:31,424 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:07:31,426 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:07:31,428 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:08:02,028 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:08:02,088 INFO [CachedIndexHandler] Finished extracting script contents took: 59 ms.
-13:08:02,184 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:08:02,186 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:08:02,188 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:08:02,188 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:08:03,185 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:08:03,187 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:08:03,188 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:08:03,196 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:08:03,196 INFO [CredentialsHandler] Submitted abstracts:
-13:08:03,196 INFO [CredentialsHandler] TalkTalk2s
-13:08:03,197 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type"}]}
-13:08:03,197 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:08:10,061 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:08:10,128 INFO [CachedIndexHandler] Finished extracting script contents took: 67 ms.
-13:08:10,248 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:08:10,248 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:08:10,249 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:08:10,249 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:08:10,841 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:08:10,841 INFO [CredentialsHandler] Submitted abstracts:
-13:08:10,842 INFO [CredentialsHandler] TalkTalk2s
-13:08:10,842 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type"}]}
-13:08:10,842 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:08:10,843 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:08:10,846 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:08:10,854 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:08:18,920 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:08:19,028 INFO [CachedIndexHandler] Finished extracting script contents took: 107 ms.
-13:08:19,152 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:08:19,153 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:08:19,153 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:08:19,162 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:08:19,853 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:08:19,853 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:08:19,853 INFO [CredentialsHandler] Submitted abstracts:
-13:08:19,853 INFO [CredentialsHandler] TalkTalk2s
-13:08:19,853 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type"}]}
-13:08:19,854 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:08:19,856 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:08:19,865 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:10:39,344 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-13:10:39,555 INFO [Main] Starting server
-13:10:39,665 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-13:10:57,113 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-13:10:57,113 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-13:10:57,114 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-13:10:57,114 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-13:10:57,114 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-13:10:57,115 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-13:10:57,115 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-13:10:57,115 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-13:10:57,115 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-13:10:57,115 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-13:10:57,116 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-13:10:57,116 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-13:10:57,116 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-13:10:57,116 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-13:10:57,172 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:10:57,572 INFO [CachedIndexHandler] Finished extracting script contents took: 400 ms.
-13:10:57,710 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:10:57,711 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:10:57,711 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:10:57,711 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:10:59,212 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:10:59,215 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:10:59,216 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:10:59,229 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:10:59,231 INFO [CredentialsHandler] Submitted abstracts:
-13:10:59,234 INFO [CredentialsHandler] TalkTalk2s
-13:10:59,239 INFO [PerstUserDao] Persisted users:
-13:10:59,240 INFO [PerstUserDao] user:joachim@haagen.name
-13:10:59,278 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:10:59,279 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:12:14,679 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:12:14,751 INFO [CachedIndexHandler] Finished extracting script contents took: 71 ms.
-13:12:14,791 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:12:14,809 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:12:14,816 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:12:14,817 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:12:16,286 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:12:16,288 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:12:16,289 INFO [CredentialsHandler] Submitted abstracts:
-13:12:16,289 INFO [CredentialsHandler] TalkTalk2s
-13:12:16,291 INFO [PerstUserDao] Persisted users:
-13:12:16,291 INFO [PerstUserDao] user:joachim@haagen.name
-13:12:16,291 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:12:16,291 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:12:16,290 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:12:16,305 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:12:25,088 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:12:25,154 INFO [CachedIndexHandler] Finished extracting script contents took: 66 ms.
-13:12:25,269 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:12:25,272 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:12:25,272 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:12:25,281 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:12:25,975 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:12:25,975 INFO [CredentialsHandler] Submitted abstracts:
-13:12:25,975 INFO [CredentialsHandler] TalkTalk2s
-13:12:25,975 INFO [PerstUserDao] Persisted users:
-13:12:25,976 INFO [PerstUserDao] user:joachim@haagen.name
-13:12:25,976 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:12:25,995 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:12:25,995 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:12:25,995 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:12:25,999 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:15:35,994 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:15:36,057 INFO [CachedIndexHandler] Finished extracting script contents took: 61 ms.
-13:15:36,083 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:15:36,090 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:15:36,097 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:15:36,097 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:15:37,490 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:15:37,595 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:15:37,602 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-13:15:37,603 INFO [CredentialsHandler] Submitted abstracts:
-13:15:37,603 INFO [CredentialsHandler] TalkTalk2s
-13:15:37,603 INFO [PerstUserDao] Persisted users:
-13:15:37,603 INFO [PerstUserDao] user:joachim@haagen.name
-13:15:37,603 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:15:37,604 INFO [CredentialsHandler] coookieUuidToken null
-13:15:37,737 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:15:40,626 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:15:40,727 INFO [CachedIndexHandler] Finished extracting script contents took: 101 ms.
-13:15:40,760 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:15:40,767 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:15:40,768 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:15:40,770 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:15:41,431 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:15:41,510 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:15:41,516 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-13:15:41,516 INFO [CredentialsHandler] Submitted abstracts:
-13:15:41,516 INFO [CredentialsHandler] TalkTalk2s
-13:15:41,516 INFO [PerstUserDao] Persisted users:
-13:15:41,517 INFO [PerstUserDao] user:joachim@haagen.name
-13:15:41,517 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:15:41,518 INFO [CredentialsHandler] coookieUuidToken null
-13:15:41,657 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:15:42,626 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:15:42,669 INFO [CachedIndexHandler] Finished extracting script contents took: 43 ms.
-13:15:42,715 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:15:42,722 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:15:42,727 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:15:42,734 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:15:43,287 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:15:43,350 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:15:43,365 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-13:15:43,366 INFO [CredentialsHandler] Submitted abstracts:
-13:15:43,366 INFO [CredentialsHandler] TalkTalk2s
-13:15:43,366 INFO [PerstUserDao] Persisted users:
-13:15:43,367 INFO [PerstUserDao] user:joachim@haagen.name
-13:15:43,367 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:15:43,367 INFO [CredentialsHandler] coookieUuidToken null
-13:15:43,520 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:15:44,123 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:15:48,176 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:15:48,584 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:15:48,631 INFO [CachedIndexHandler] Finished extracting script contents took: 47 ms.
-13:15:48,650 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:15:48,658 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:15:48,660 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:15:48,660 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:15:49,278 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:15:49,352 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:15:49,354 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-13:15:49,354 INFO [CredentialsHandler] Submitted abstracts:
-13:15:49,355 INFO [CredentialsHandler] TalkTalk2s
-13:15:49,355 INFO [PerstUserDao] Persisted users:
-13:15:49,355 INFO [PerstUserDao] user:joachim@haagen.name
-13:15:49,355 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:15:49,355 INFO [CredentialsHandler] coookieUuidToken null
-13:15:49,497 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:17:39,414 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-13:17:39,612 INFO [Main] Starting server
-13:17:39,705 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-13:17:41,824 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-13:17:41,824 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-13:17:41,824 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-13:17:41,824 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-13:17:41,825 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-13:17:41,825 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-13:17:41,825 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-13:17:41,825 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-13:17:41,826 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-13:17:41,826 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-13:17:41,826 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-13:17:41,826 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-13:17:41,826 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-13:17:41,826 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-13:17:41,880 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:17:42,313 INFO [CachedIndexHandler] Finished extracting script contents took: 433 ms.
-13:17:42,381 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:17:42,381 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:17:42,384 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:17:42,385 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:17:43,851 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:17:43,853 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:17:43,852 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:17:43,863 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:17:43,875 INFO [CredentialsHandler] Submitted abstracts:
-13:17:43,877 INFO [CredentialsHandler] TalkTalk2s
-13:17:43,881 INFO [PerstUserDao] Persisted users:
-13:17:43,882 INFO [PerstUserDao] user:joachim@haagen.name
-13:17:43,927 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkId":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:17:43,927 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:17:46,870 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-13:17:48,833 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:17:48,911 INFO [CachedIndexHandler] Finished extracting script contents took: 78 ms.
-13:17:48,940 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:17:48,941 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:17:48,942 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:17:48,942 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:17:49,545 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:17:49,547 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:17:49,551 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:18:11,328 INFO [FileServerHandler] cookie header:
-uuidToken=82548f24-70ed-4846-b43f-bc9240f4ac16
-13:18:11,329 INFO [CredentialsHandler] Logging in via Persona.
-13:18:15,745 INFO [PerstUserDao] Persisted users:
-13:18:15,745 INFO [PerstUserDao] user:joachim@haagen.name
-13:18:15,746 INFO [CredentialsHandler] { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:18:15,747 INFO [CredentialsHandler] responseContent: { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:18:15,748 INFO [CredentialsHandler] coookieUuidToken 82548f24-70ed-4846-b43f-bc9240f4ac16
-13:19:46,379 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:19:46,484 INFO [CachedIndexHandler] Finished extracting script contents took: 105 ms.
-13:19:46,527 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:19:46,537 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:19:46,538 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:19:46,544 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:19:47,986 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:19:47,988 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:19:47,988 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:19:50,141 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:19:50,141 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:19:50,142 INFO [CredentialsHandler] { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:19:50,142 INFO [CredentialsHandler] responseContent: { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:19:50,143 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:05,624 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:05,635 INFO [CredentialsHandler] responseContent: {"submitted": true}
-13:20:05,636 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:15,148 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:20:15,208 INFO [CachedIndexHandler] Finished extracting script contents took: 60 ms.
-13:20:15,242 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:20:15,248 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:20:15,251 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:20:15,251 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:20:16,232 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:20:16,233 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:16,233 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:20:16,233 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:20:16,234 INFO [CredentialsHandler] Submitted abstracts:
-13:20:16,234 INFO [CredentialsHandler] Awesome title
-13:20:16,234 INFO [PerstUserDao] Persisted users:
-13:20:16,234 INFO [PerstUserDao] user:joachim@haagen.name
-13:20:16,235 INFO [CredentialsHandler] TalkTalk2s
-13:20:16,235 INFO [PerstUserDao] Persisted users:
-13:20:16,235 INFO [PerstUserDao] user:joachim@haagen.name
-13:20:16,235 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkId":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"talkId":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:20:16,236 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:17,400 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:17,400 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:20:17,400 INFO [CredentialsHandler] { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:20:17,401 INFO [CredentialsHandler] responseContent: { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:20:17,401 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:30,625 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:20:30,669 INFO [CachedIndexHandler] Finished extracting script contents took: 44 ms.
-13:20:30,776 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:20:30,780 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:20:30,786 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:20:30,786 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:20:31,903 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:20:31,903 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:31,904 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:20:31,905 INFO [CredentialsHandler] Submitted abstracts:
-13:20:31,905 INFO [CredentialsHandler] Awesome title
-13:20:31,905 INFO [PerstUserDao] Persisted users:
-13:20:31,906 INFO [PerstUserDao] user:joachim@haagen.name
-13:20:31,906 INFO [CredentialsHandler] TalkTalk2s
-13:20:31,906 INFO [PerstUserDao] Persisted users:
-13:20:31,907 INFO [PerstUserDao] user:joachim@haagen.name
-13:20:31,907 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkId":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"talkId":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:20:31,907 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:31,916 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:20:33,562 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:33,562 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:20:33,562 INFO [CredentialsHandler] { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:20:33,563 INFO [CredentialsHandler] responseContent: { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:20:33,563 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:47,336 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:20:47,418 INFO [CachedIndexHandler] Finished extracting script contents took: 82 ms.
-13:20:47,443 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:20:47,450 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:20:47,451 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:20:47,451 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:20:48,721 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:48,722 INFO [CredentialsHandler] Submitted abstracts:
-13:20:48,722 INFO [CredentialsHandler] Awesome title
-13:20:48,722 INFO [PerstUserDao] Persisted users:
-13:20:48,722 INFO [PerstUserDao] user:joachim@haagen.name
-13:20:48,722 INFO [CredentialsHandler] TalkTalk2s
-13:20:48,723 INFO [PerstUserDao] Persisted users:
-13:20:48,723 INFO [PerstUserDao] user:joachim@haagen.name
-13:20:48,723 INFO [CredentialsHandler] responseContent: {"abstracts":[{"talkId":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"talkId":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:20:48,723 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:48,727 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:20:48,728 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:20:48,736 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:20:50,469 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:20:50,469 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:20:50,469 INFO [CredentialsHandler] { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:20:50,470 INFO [CredentialsHandler] responseContent: { "uuidToken": "98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7"}
-13:20:50,470 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:21:37,987 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-13:21:38,185 INFO [Main] Starting server
-13:21:38,283 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-13:21:40,374 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-13:21:40,375 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-13:21:40,375 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-13:21:40,375 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-13:21:40,375 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-13:21:40,376 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-13:21:40,376 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-13:21:40,376 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-13:21:40,376 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-13:21:40,376 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-13:21:40,376 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-13:21:40,376 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-13:21:40,377 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-13:21:40,377 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-13:21:40,439 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:21:40,841 INFO [CachedIndexHandler] Finished extracting script contents took: 402 ms.
-13:21:40,908 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:21:40,911 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:21:40,914 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:21:40,914 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:21:42,352 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:21:42,352 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:21:42,354 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:21:42,365 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:21:42,369 INFO [CredentialsHandler] Submitted abstracts:
-13:21:42,372 INFO [CredentialsHandler] Awesome title
-13:21:42,380 INFO [PerstUserDao] Persisted users:
-13:21:42,383 INFO [PerstUserDao] user:joachim@haagen.name
-13:21:42,385 INFO [CredentialsHandler] TalkTalk2s
-13:21:42,385 INFO [PerstUserDao] Persisted users:
-13:21:42,386 INFO [PerstUserDao] user:joachim@haagen.name
-13:21:42,431 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:21:42,431 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:21:44,757 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:21:44,758 INFO [CredentialsHandler] Logging in via Persona.
-13:21:49,767 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:21:49,837 INFO [CachedIndexHandler] Finished extracting script contents took: 70 ms.
-13:21:49,990 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:21:49,991 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:21:50,020 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:21:50,020 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:21:50,613 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:21:50,629 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:21:50,629 INFO [CredentialsHandler] Submitted abstracts:
-13:21:50,630 INFO [CredentialsHandler] Awesome title
-13:21:50,630 INFO [PerstUserDao] Persisted users:
-13:21:50,630 INFO [PerstUserDao] user:joachim@haagen.name
-13:21:50,630 INFO [CredentialsHandler] TalkTalk2s
-13:21:50,630 INFO [PerstUserDao] Persisted users:
-13:21:50,631 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:21:50,632 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:21:50,631 INFO [PerstUserDao] user:joachim@haagen.name
-13:21:50,636 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:21:50,636 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:21:52,170 INFO [FileServerHandler] cookie header:
-uuidToken=98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:21:52,171 INFO [CredentialsHandler] Logging in via Persona.
-13:21:52,263 INFO [PerstUserDao] Persisted users:
-13:21:52,263 INFO [PerstUserDao] user:joachim@haagen.name
-13:21:52,264 INFO [CredentialsHandler] { "uuidToken": "e0965358-515d-4918-92bc-bd57c8ec06ef"}
-13:21:52,265 INFO [CredentialsHandler] responseContent: { "uuidToken": "e0965358-515d-4918-92bc-bd57c8ec06ef"}
-13:21:52,265 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:21:53,483 INFO [PerstUserDao] Persisted users:
-13:21:53,484 INFO [PerstUserDao] user:joachim@haagen.name
-13:21:53,484 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:21:53,485 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:21:53,485 INFO [CredentialsHandler] coookieUuidToken 98e5b4f3-7a46-417f-ac6e-dda5db1ce5b7
-13:23:58,224 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:23:58,293 INFO [CachedIndexHandler] Finished extracting script contents took: 68 ms.
-13:23:58,392 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:23:58,401 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:23:58,402 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:23:58,403 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:23:59,766 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:23:59,768 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:23:59,770 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:24:02,157 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:02,158 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:24:02,158 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:02,159 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:02,159 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:15,868 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:24:15,934 INFO [CachedIndexHandler] Finished extracting script contents took: 66 ms.
-13:24:16,046 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:24:16,050 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:24:16,062 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:24:16,062 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:24:17,501 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:24:17,501 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:24:19,555 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:19,556 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:24:19,556 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:19,556 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:19,557 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:28,814 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:24:28,895 INFO [CachedIndexHandler] Finished extracting script contents took: 80 ms.
-13:24:28,988 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:24:28,991 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:24:29,001 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:24:29,002 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:24:29,596 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:29,596 INFO [CredentialsHandler] Submitted abstracts:
-13:24:29,596 INFO [CredentialsHandler] Awesome title
-13:24:29,597 INFO [PerstUserDao] Persisted users:
-13:24:29,597 INFO [PerstUserDao] user:joachim@haagen.name
-13:24:29,597 INFO [CredentialsHandler] TalkTalk2s
-13:24:29,597 INFO [PerstUserDao] Persisted users:
-13:24:29,597 INFO [PerstUserDao] user:joachim@haagen.name
-13:24:29,598 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:24:29,601 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:24:29,602 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:24:29,604 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:24:29,602 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:31,005 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:31,006 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:24:31,006 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:31,007 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:31,007 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:46,213 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:24:46,297 INFO [CachedIndexHandler] Finished extracting script contents took: 84 ms.
-13:24:46,385 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:24:46,385 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:24:46,395 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:24:46,395 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:24:47,810 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:47,811 INFO [CredentialsHandler] Submitted abstracts:
-13:24:47,811 INFO [CredentialsHandler] Awesome title
-13:24:47,811 INFO [PerstUserDao] Persisted users:
-13:24:47,811 INFO [PerstUserDao] user:joachim@haagen.name
-13:24:47,811 INFO [CredentialsHandler] TalkTalk2s
-13:24:47,813 INFO [PerstUserDao] Persisted users:
-13:24:47,813 INFO [PerstUserDao] user:joachim@haagen.name
-13:24:47,813 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:24:47,813 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:47,817 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:24:47,817 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:24:47,823 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:24:49,666 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:49,666 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:24:49,666 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:49,667 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:49,667 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:54,289 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:24:54,359 INFO [CachedIndexHandler] Finished extracting script contents took: 70 ms.
-13:24:54,460 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:24:54,461 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:24:54,468 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:24:54,468 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:24:55,264 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:24:55,266 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:24:55,268 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:55,268 INFO [CredentialsHandler] Submitted abstracts:
-13:24:55,268 INFO [CredentialsHandler] Awesome title
-13:24:55,268 INFO [PerstUserDao] Persisted users:
-13:24:55,268 INFO [PerstUserDao] user:joachim@haagen.name
-13:24:55,269 INFO [CredentialsHandler] TalkTalk2s
-13:24:55,269 INFO [PerstUserDao] Persisted users:
-13:24:55,269 INFO [PerstUserDao] user:joachim@haagen.name
-13:24:55,269 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:24:55,269 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:56,633 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:24:56,633 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:24:56,634 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:56,634 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:24:56,634 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:25:46,269 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:25:46,330 INFO [CachedIndexHandler] Finished extracting script contents took: 60 ms.
-13:25:46,369 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:25:46,370 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:25:46,372 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:25:46,372 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:25:47,703 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:25:47,704 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:25:47,705 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:25:47,705 INFO [CredentialsHandler] Submitted abstracts:
-13:25:47,705 INFO [CredentialsHandler] Awesome title
-13:25:47,705 INFO [PerstUserDao] Persisted users:
-13:25:47,706 INFO [PerstUserDao] user:joachim@haagen.name
-13:25:47,706 INFO [CredentialsHandler] TalkTalk2s
-13:25:47,706 INFO [PerstUserDao] Persisted users:
-13:25:47,706 INFO [PerstUserDao] user:joachim@haagen.name
-13:25:47,706 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:25:47,707 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:25:47,723 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:25:49,960 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:25:49,961 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:25:49,961 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:25:49,962 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:25:49,962 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:24,424 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:26:24,515 INFO [CachedIndexHandler] Finished extracting script contents took: 90 ms.
-13:26:24,658 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:26:24,659 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:26:25,421 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:26:25,422 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:26:26,536 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:26,537 INFO [CredentialsHandler] Submitted abstracts:
-13:26:26,538 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:26:26,538 INFO [CredentialsHandler] Awesome title
-13:26:26,538 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:26:26,539 INFO [PerstUserDao] Persisted users:
-13:26:26,540 INFO [PerstUserDao] user:joachim@haagen.name
-13:26:26,540 INFO [CredentialsHandler] TalkTalk2s
-13:26:26,541 INFO [PerstUserDao] Persisted users:
-13:26:26,542 INFO [PerstUserDao] user:joachim@haagen.name
-13:26:26,544 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:26:26,545 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:28,284 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:28,284 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:26:28,284 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:26:28,285 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:26:28,285 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:38,528 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:26:38,579 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-13:26:38,678 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:26:38,693 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:26:38,698 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:26:38,698 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:26:39,359 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:26:39,360 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:26:39,361 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:39,361 INFO [CredentialsHandler] Submitted abstracts:
-13:26:39,361 INFO [CredentialsHandler] Awesome title
-13:26:39,362 INFO [PerstUserDao] Persisted users:
-13:26:39,362 INFO [PerstUserDao] user:joachim@haagen.name
-13:26:39,362 INFO [CredentialsHandler] TalkTalk2s
-13:26:39,363 INFO [PerstUserDao] Persisted users:
-13:26:39,364 INFO [PerstUserDao] user:joachim@haagen.name
-13:26:39,365 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:26:39,365 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:39,371 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:26:40,780 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:40,780 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:26:40,780 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:26:40,781 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:26:40,781 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:43,229 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:26:43,276 INFO [CachedIndexHandler] Finished extracting script contents took: 47 ms.
-13:26:43,302 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:26:43,304 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:26:43,309 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:26:43,310 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:26:43,957 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:26:43,957 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:26:43,959 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:43,963 INFO [CredentialsHandler] Submitted abstracts:
-13:26:43,963 INFO [CredentialsHandler] Awesome title
-13:26:43,963 INFO [PerstUserDao] Persisted users:
-13:26:43,964 INFO [PerstUserDao] user:joachim@haagen.name
-13:26:43,964 INFO [CredentialsHandler] TalkTalk2s
-13:26:43,964 INFO [PerstUserDao] Persisted users:
-13:26:43,964 INFO [PerstUserDao] user:joachim@haagen.name
-13:26:43,965 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:26:43,965 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:43,967 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:26:45,373 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:45,373 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:26:45,374 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:26:45,374 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:26:45,375 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:51,854 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:26:51,907 INFO [CachedIndexHandler] Finished extracting script contents took: 53 ms.
-13:26:52,041 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:26:52,042 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:26:52,054 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:26:52,055 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:26:52,639 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:26:52,639 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:26:52,641 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:52,641 INFO [CredentialsHandler] Submitted abstracts:
-13:26:52,641 INFO [CredentialsHandler] Awesome title
-13:26:52,641 INFO [PerstUserDao] Persisted users:
-13:26:52,641 INFO [PerstUserDao] user:joachim@haagen.name
-13:26:52,642 INFO [CredentialsHandler] TalkTalk2s
-13:26:52,642 INFO [PerstUserDao] Persisted users:
-13:26:52,642 INFO [PerstUserDao] user:joachim@haagen.name
-13:26:52,642 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:26:52,643 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:52,650 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:26:54,310 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:26:54,311 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:26:54,311 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:26:54,312 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:26:54,312 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:06,858 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:29:06,930 INFO [CachedIndexHandler] Finished extracting script contents took: 72 ms.
-13:29:07,037 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:29:07,047 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:29:07,047 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:29:07,047 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:29:08,412 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:08,413 INFO [CredentialsHandler] Submitted abstracts:
-13:29:08,413 INFO [CredentialsHandler] Awesome title
-13:29:08,413 INFO [PerstUserDao] Persisted users:
-13:29:08,414 INFO [PerstUserDao] user:joachim@haagen.name
-13:29:08,414 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:29:08,415 INFO [CredentialsHandler] TalkTalk2s
-13:29:08,415 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:29:08,416 INFO [PerstUserDao] Persisted users:
-13:29:08,417 INFO [PerstUserDao] user:joachim@haagen.name
-13:29:08,418 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:29:08,418 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:08,422 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:29:10,700 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:10,701 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:29:10,701 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:29:10,702 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:29:10,702 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:31,374 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:29:31,430 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-13:29:31,538 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:29:31,538 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:29:31,549 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:29:31,549 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:29:32,502 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:32,502 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:29:32,502 INFO [CredentialsHandler] Submitted abstracts:
-13:29:32,502 INFO [CredentialsHandler] Awesome title
-13:29:32,503 INFO [PerstUserDao] Persisted users:
-13:29:32,503 INFO [PerstUserDao] user:joachim@haagen.name
-13:29:32,504 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:29:32,505 INFO [CredentialsHandler] TalkTalk2s
-13:29:32,506 INFO [PerstUserDao] Persisted users:
-13:29:32,506 INFO [PerstUserDao] user:joachim@haagen.name
-13:29:32,506 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:29:32,506 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:32,513 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:29:34,321 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:34,321 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:29:34,321 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:29:34,322 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:29:34,322 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:47,776 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:29:47,830 INFO [CachedIndexHandler] Finished extracting script contents took: 53 ms.
-13:29:47,931 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:29:47,940 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:29:47,943 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:29:47,944 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:29:49,445 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:29:49,446 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:29:49,445 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:49,448 INFO [CredentialsHandler] Submitted abstracts:
-13:29:49,448 INFO [CredentialsHandler] Awesome title
-13:29:49,449 INFO [PerstUserDao] Persisted users:
-13:29:49,449 INFO [PerstUserDao] user:joachim@haagen.name
-13:29:49,449 INFO [CredentialsHandler] TalkTalk2s
-13:29:49,449 INFO [PerstUserDao] Persisted users:
-13:29:49,449 INFO [PerstUserDao] user:joachim@haagen.name
-13:29:49,450 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:29:49,450 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:49,461 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:29:51,585 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:29:51,586 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:29:51,586 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:29:51,587 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:29:51,587 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:32:20,700 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:32:20,768 INFO [CachedIndexHandler] Finished extracting script contents took: 67 ms.
-13:32:20,795 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:32:20,802 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:32:20,802 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:32:20,802 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:32:21,958 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:32:21,959 INFO [CredentialsHandler] Submitted abstracts:
-13:32:21,961 INFO [CredentialsHandler] Awesome title
-13:32:21,961 INFO [PerstUserDao] Persisted users:
-13:32:21,962 INFO [PerstUserDao] user:joachim@haagen.name
-13:32:21,963 INFO [CredentialsHandler] TalkTalk2s
-13:32:21,963 INFO [PerstUserDao] Persisted users:
-13:32:21,963 INFO [PerstUserDao] user:joachim@haagen.name
-13:32:21,964 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:32:21,964 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:32:21,962 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:32:21,962 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:32:21,969 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:32:24,434 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:32:24,434 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:32:24,434 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:32:24,435 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:32:24,435 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:36:50,050 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:36:50,107 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-13:36:50,196 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:36:50,205 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:36:50,207 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:36:50,207 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:36:51,724 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:36:51,725 INFO [CredentialsHandler] Submitted abstracts:
-13:36:51,725 INFO [CredentialsHandler] Awesome title
-13:36:51,725 INFO [PerstUserDao] Persisted users:
-13:36:51,725 INFO [PerstUserDao] user:joachim@haagen.name
-13:36:51,726 INFO [CredentialsHandler] TalkTalk2s
-13:36:51,726 INFO [PerstUserDao] Persisted users:
-13:36:51,726 INFO [PerstUserDao] user:joachim@haagen.name
-13:36:51,726 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:36:51,726 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:36:51,727 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:36:51,743 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:36:51,743 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:36:54,004 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:36:54,004 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:36:54,004 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:36:54,005 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:36:54,005 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:37:03,928 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:37:03,995 INFO [CachedIndexHandler] Finished extracting script contents took: 66 ms.
-13:37:04,103 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:37:04,114 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:37:04,115 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:37:04,115 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:37:04,678 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:37:04,683 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:37:04,678 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:37:04,687 INFO [CredentialsHandler] Submitted abstracts:
-13:37:04,687 INFO [CredentialsHandler] Awesome title
-13:37:04,687 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:37:04,691 INFO [PerstUserDao] Persisted users:
-13:37:04,691 INFO [PerstUserDao] user:joachim@haagen.name
-13:37:04,691 INFO [CredentialsHandler] TalkTalk2s
-13:37:04,692 INFO [PerstUserDao] Persisted users:
-13:37:04,692 INFO [PerstUserDao] user:joachim@haagen.name
-13:37:04,697 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:37:04,697 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:37:06,900 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-13:37:07,091 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:37:07,091 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:37:07,091 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:37:07,092 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:37:07,092 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:37:09,303 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:37:09,303 INFO [CredentialsHandler] Submitted abstracts:
-13:37:09,303 INFO [CredentialsHandler] Awesome title
-13:37:09,304 INFO [PerstUserDao] Persisted users:
-13:37:09,304 INFO [PerstUserDao] user:joachim@haagen.name
-13:37:09,304 INFO [CredentialsHandler] TalkTalk2s
-13:37:09,304 INFO [PerstUserDao] Persisted users:
-13:37:09,304 INFO [PerstUserDao] user:joachim@haagen.name
-13:37:09,304 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-13:37:09,304 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:37:12,608 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-13:37:13,300 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-13:39:10,808 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-13:39:11,170 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:39:11,232 INFO [CachedIndexHandler] Finished extracting script contents took: 62 ms.
-13:39:11,260 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:39:11,275 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:39:11,275 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:39:11,276 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:39:12,876 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:39:12,876 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:39:12,876 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:39:13,021 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-13:39:15,332 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:39:15,332 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:39:15,332 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:15,333 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:15,333 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:39:23,526 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:39:23,650 INFO [CachedIndexHandler] Finished extracting script contents took: 124 ms.
-13:39:23,687 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:39:23,692 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:39:23,697 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:39:23,697 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:39:24,352 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:39:24,357 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:39:24,357 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:39:24,501 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-13:39:25,846 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:39:25,846 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:39:25,846 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:25,848 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:25,848 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:39:32,453 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:39:32,514 INFO [CachedIndexHandler] Finished extracting script contents took: 61 ms.
-13:39:32,643 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:39:32,643 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:39:32,661 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:39:32,661 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:39:33,334 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:39:33,335 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:39:33,338 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:39:33,481 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-13:39:34,973 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:39:34,974 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:39:34,974 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:34,975 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:34,975 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:39:49,375 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:39:49,426 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-13:39:49,450 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:39:49,451 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:39:49,471 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:39:49,471 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:39:51,683 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:39:51,683 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:39:51,685 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:39:51,830 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-13:39:53,872 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:39:53,872 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:39:53,873 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:53,873 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:53,873 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:39:55,908 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:39:55,965 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-13:39:55,988 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:39:55,989 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:39:55,996 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:39:55,996 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:39:56,771 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:39:56,771 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:39:56,775 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:39:56,959 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-13:39:58,058 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:39:58,058 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:39:58,058 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:58,059 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:39:58,059 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:41:58,766 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:41:58,821 INFO [CachedIndexHandler] Finished extracting script contents took: 53 ms.
-13:41:58,850 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:41:58,859 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:41:58,860 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:41:58,861 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:42:00,306 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:42:00,307 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:42:00,309 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-13:42:00,315 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:42:02,678 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:42:02,678 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:42:02,678 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:42:02,679 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:42:02,679 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:42:19,929 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:42:19,976 INFO [CachedIndexHandler] Finished extracting script contents took: 47 ms.
-13:42:20,084 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:42:20,084 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:42:20,089 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:42:20,089 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:42:21,169 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:42:21,170 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:42:21,176 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-13:42:21,179 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:42:23,384 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:42:23,384 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:42:23,384 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:42:23,385 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:42:23,385 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:43:27,433 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:43:27,516 INFO [CachedIndexHandler] Finished extracting script contents took: 82 ms.
-13:43:27,539 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:43:27,540 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:43:27,564 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:43:27,566 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:43:28,684 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-13:43:28,684 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:43:28,684 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:43:28,689 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:43:30,920 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:43:30,920 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:43:30,920 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:43:30,921 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:43:30,921 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:43:40,823 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:43:40,875 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-13:43:40,981 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:43:40,981 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:43:40,982 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:43:40,991 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:43:41,649 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-13:43:41,650 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:43:41,651 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:43:41,654 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:43:43,590 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:43:43,591 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:43:43,591 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:43:43,592 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:43:43,592 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:43:53,244 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:43:53,358 INFO [CachedIndexHandler] Finished extracting script contents took: 114 ms.
-13:43:53,503 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:43:53,506 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:43:53,512 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:43:53,512 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:43:54,252 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-13:43:54,253 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:43:54,255 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:43:54,259 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:43:55,655 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:43:55,655 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:43:55,656 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:43:55,656 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:43:55,657 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:44:10,101 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/organizers.md
-13:45:48,729 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:45:48,786 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-13:45:48,816 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:45:48,826 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:45:48,829 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:45:48,829 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:45:51,421 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:45:51,421 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:45:51,425 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:45:51,605 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/organizers.md
-13:45:53,181 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:45:53,181 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:45:53,181 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:45:53,182 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:45:53,182 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-13:59:44,627 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-13:59:44,692 INFO [CachedIndexHandler] Finished extracting script contents took: 64 ms.
-13:59:44,810 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-13:59:44,812 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-13:59:44,817 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-13:59:44,819 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-13:59:46,173 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-13:59:46,174 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-13:59:46,174 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-13:59:46,366 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/organizers.md
-13:59:48,271 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-13:59:48,272 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-13:59:48,272 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:59:48,273 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-13:59:48,273 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-14:00:33,457 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-14:00:34,689 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-14:00:36,205 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-14:00:36,246 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-14:11:29,948 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-14:11:30,013 INFO [CachedIndexHandler] Finished extracting script contents took: 62 ms.
-14:11:30,102 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-14:11:30,108 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-14:11:30,112 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-14:11:30,113 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-14:11:31,808 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-14:11:31,811 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-14:11:31,811 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-14:11:31,992 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-14:11:32,044 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-14:11:42,712 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-14:11:42,774 INFO [CachedIndexHandler] Finished extracting script contents took: 61 ms.
-14:11:43,894 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-14:11:44,035 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-14:11:45,923 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-14:11:45,923 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-14:11:45,923 INFO [CredentialsHandler] { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-14:11:45,924 INFO [CredentialsHandler] responseContent: { "uuidToken": "8d6e7191-9b99-42f2-a419-495c49af5720"}
-14:11:45,924 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-14:15:15,481 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-14:15:22,117 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-14:15:23,903 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-14:15:23,907 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-14:15:23,955 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-14:15:30,242 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-14:15:30,243 INFO [CredentialsHandler] Submitted abstracts:
-14:15:30,243 INFO [CredentialsHandler] Awesome title
-14:15:30,243 INFO [PerstUserDao] Persisted users:
-14:15:30,243 INFO [PerstUserDao] user:joachim@haagen.name
-14:15:30,243 INFO [CredentialsHandler] TalkTalk2s
-14:15:30,244 INFO [PerstUserDao] Persisted users:
-14:15:30,244 INFO [PerstUserDao] user:joachim@haagen.name
-14:15:30,244 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-14:15:30,244 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-14:15:50,736 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-14:15:50,807 INFO [CachedIndexHandler] Finished extracting script contents took: 70 ms.
-14:15:50,823 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-14:15:50,927 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-14:15:50,927 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-14:15:50,930 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-14:15:52,441 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-14:15:52,443 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-14:15:52,447 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-14:15:52,540 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-14:19:34,456 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-14:19:34,517 INFO [CachedIndexHandler] Finished extracting script contents took: 61 ms.
-14:19:34,547 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-14:19:34,556 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-14:19:34,558 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-14:19:34,558 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-14:19:36,383 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-14:19:36,384 INFO [FileServerHandler] cookie header:
-uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-14:19:36,385 INFO [CredentialsHandler] Submitted abstracts:
-14:19:36,385 INFO [CredentialsHandler] Awesome title
-14:19:36,385 INFO [PerstUserDao] Persisted users:
-14:19:36,385 INFO [PerstUserDao] user:joachim@haagen.name
-14:19:36,385 INFO [CredentialsHandler] TalkTalk2s
-14:19:36,386 INFO [PerstUserDao] Persisted users:
-14:19:36,386 INFO [PerstUserDao] user:joachim@haagen.name
-14:19:36,386 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"90D143D2EB9B99BB","talkTitle":"Awesome title","talkText":"Awesome content","talkTopics":"Awesome topics","talkType":"Awesome type","talkSuggestedBy":"joachim skeie"},{"id":"TalkTalk2s","talkTitle":"TalkTalk2s","talkText":"Proposal Test","talkTopics":"Proposal Topics","talkType":"Proposal Type","talkSuggestedBy":"joachim skeie"}]}
-14:19:36,386 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-14:19:36,389 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-14:19:36,393 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-14:19:41,273 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-14:19:41,894 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-15:44:34,747 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-15:44:35,016 INFO [Main] Starting server: 8081
-15:44:35,178 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-15:44:43,125 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-15:44:43,125 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-15:44:43,125 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-15:44:43,125 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-15:44:43,126 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-15:44:43,126 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-15:44:43,126 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-15:44:43,126 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-15:44:43,126 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-15:44:43,126 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-15:44:43,126 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-15:44:43,127 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-15:44:43,127 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-15:44:43,127 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-15:44:43,171 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-15:44:43,637 INFO [CachedIndexHandler] Finished extracting script contents took: 465 ms.
-15:44:43,691 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-15:44:43,706 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-15:44:43,707 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-15:44:43,707 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-15:44:45,120 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-15:44:45,124 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-15:44:45,199 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-15:45:00,738 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-15:45:00,882 INFO [CachedIndexHandler] Finished extracting script contents took: 144 ms.
-15:45:00,906 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-15:45:00,917 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-15:45:00,920 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-15:45:00,920 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-15:45:02,122 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-15:45:02,151 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-15:45:02,275 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-15:45:02,282 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-15:45:02,291 INFO [CredentialsHandler] Submitted abstracts:
-15:45:02,300 INFO [CachedIndexHandler] Finished extracting script contents took: 148 ms.
-15:45:02,391 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-15:45:02,393 INFO [CredentialsHandler] coookieUuidToken null
-15:45:02,452 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-15:45:02,457 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-15:45:02,457 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-15:45:02,462 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-15:45:02,568 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-15:45:03,777 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-15:45:03,777 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-15:45:03,790 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-15:45:03,968 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-15:45:09,932 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-15:45:12,492 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-15:45:15,667 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365515103.1365515103.1; __utmb=111872281.4.10.1365515103; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-15:45:15,668 INFO [CredentialsHandler] Submitted abstracts:
-15:45:15,669 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-15:45:15,669 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-15:47:58,818 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365515103.1365515103.1; __utmb=111872281.5.10.1365515103; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-15:47:58,819 INFO [CredentialsHandler] {"userId":"joachim@haagen-software.no","firstName":"Joachim Haagen","lastName":"Skeie","homeCountry":"Norway"}
-15:47:58,852 INFO [PerstUserDao] Persisted users:
-15:47:58,868 INFO [CredentialsHandler] Registering new user: joachim@haagen-software.no Joachim Haagen Skeie Norway
-15:47:58,868 INFO [CredentialsHandler] responseContent: { "userRegistered": true}
-15:47:58,868 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-15:58:11,347 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-15:58:11,437 INFO [CachedIndexHandler] Finished extracting script contents took: 89 ms.
-15:58:11,486 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-15:58:11,486 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-15:58:11,486 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-15:58:11,491 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-15:58:12,187 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-15:58:46,496 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-15:58:46,590 INFO [CachedIndexHandler] Finished extracting script contents took: 94 ms.
-15:58:46,610 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-15:58:46,626 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-15:58:46,627 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-15:58:46,628 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-15:58:47,575 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-15:58:47,706 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-15:58:47,852 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-15:58:47,959 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-16:04:44,828 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-16:04:44,926 INFO [CachedIndexHandler] Finished extracting script contents took: 98 ms.
-16:04:44,957 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-16:04:44,957 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-16:04:44,959 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-16:04:44,960 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-16:04:45,844 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-16:04:45,942 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-16:04:46,064 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-16:04:46,139 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-16:04:47,022 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D
-16:04:47,022 INFO [CredentialsHandler] Logging in via Persona.
-16:04:51,284 INFO [PerstUserDao] Persisted users:
-16:04:51,284 INFO [PerstUserDao] user:joachim@haagen-software.no
-16:04:51,285 INFO [CredentialsHandler] { "uuidToken": "4a0650b2-5a67-41b0-a998-b0de2c58d1f6"}
-16:04:51,286 INFO [CredentialsHandler] responseContent: { "uuidToken": "4a0650b2-5a67-41b0-a998-b0de2c58d1f6"}
-16:04:51,288 INFO [CredentialsHandler] coookieUuidToken null
-16:05:48,232 INFO [FileServerHandler] cookie header:
-mp_0fd140334fe274d1f4227fd29a9c91a9_mixpanel=%7B%22distinct_id%22%3A%20%2213dd499be72249-0c299b052-6b1b2071-13c680-13dd499be73303%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D; uuidToken=4a0650b2-5a67-41b0-a998-b0de2c58d1f6
-16:05:48,232 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-16:05:48,233 INFO [CredentialsHandler] { "uuidToken": "4a0650b2-5a67-41b0-a998-b0de2c58d1f6"}
-16:05:48,233 INFO [CredentialsHandler] responseContent: { "uuidToken": "4a0650b2-5a67-41b0-a998-b0de2c58d1f6"}
-16:05:48,234 INFO [CredentialsHandler] coookieUuidToken 4a0650b2-5a67-41b0-a998-b0de2c58d1f6
-16:05:53,617 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-16:05:54,228 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-16:05:54,399 INFO [CachedIndexHandler] Finished extracting script contents took: 170 ms.
-16:05:54,424 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-16:05:54,428 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-16:05:54,436 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-16:05:54,436 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-16:05:55,844 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-16:05:55,844 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-16:05:55,845 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-16:05:56,038 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-16:06:15,256 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365515103.1365515103.1; __utmb=111872281.7.10.1365515103; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=8d6e7191-9b99-42f2-a419-495c49af5720
-16:06:15,257 INFO [CredentialsHandler] Logging in via Persona.
-16:06:21,555 INFO [PerstUserDao] Persisted users:
-16:06:21,556 INFO [PerstUserDao] user:joachim@haagen-software.no
-16:06:21,556 INFO [CredentialsHandler] { "uuidToken": "18cbe79d-e90a-4958-acbe-ec62665646d5"}
-16:06:21,557 INFO [CredentialsHandler] responseContent: { "uuidToken": "18cbe79d-e90a-4958-acbe-ec62665646d5"}
-16:06:21,557 INFO [CredentialsHandler] coookieUuidToken 8d6e7191-9b99-42f2-a419-495c49af5720
-16:07:11,977 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365515103.1365515103.1; __utmb=111872281.8.10.1365515103; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=18cbe79d-e90a-4958-acbe-ec62665646d5
-16:07:11,978 INFO [CredentialsHandler] Submitted abstracts:
-16:07:11,978 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-16:07:11,978 INFO [CredentialsHandler] coookieUuidToken 18cbe79d-e90a-4958-acbe-ec62665646d5
-19:52:48,983 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:52:49,048 INFO [CachedIndexHandler] Finished extracting script contents took: 65 ms.
-19:52:49,064 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:52:49,152 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:52:49,153 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:52:49,153 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:52:50,356 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:52:50,374 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:52:50,375 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:52:50,477 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:59:17,490 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:59:17,620 INFO [CachedIndexHandler] Finished extracting script contents took: 130 ms.
-20:59:17,631 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:59:17,640 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:59:17,640 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:59:17,649 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:59:18,508 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:59:18,509 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:59:18,510 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:59:18,614 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:59:30,548 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:59:30,609 INFO [CachedIndexHandler] Finished extracting script contents took: 61 ms.
-21:59:30,617 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:59:30,624 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:59:30,624 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:59:30,626 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:59:32,005 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:59:32,008 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:59:32,009 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:59:32,100 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:18:19,695 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:18:19,806 INFO [CachedIndexHandler] Finished extracting script contents took: 110 ms.
-23:18:19,826 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:18:19,826 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:18:19,931 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:18:19,940 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:18:21,135 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:18:21,136 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:18:21,141 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:18:21,239 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-00:32:42,150 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-00:32:42,303 INFO [CachedIndexHandler] Finished extracting script contents took: 153 ms.
-00:32:42,313 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-00:32:42,321 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-00:32:42,321 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-00:32:42,322 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-00:32:42,736 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-00:32:42,737 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-00:32:42,742 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-00:32:42,834 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-07:54:42,073 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-07:54:42,209 INFO [CachedIndexHandler] Finished extracting script contents took: 136 ms.
-07:54:42,224 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-07:54:42,224 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-07:54:42,255 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-07:54:42,259 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-07:54:42,627 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-07:54:42,629 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-07:54:42,632 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-07:54:42,733 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-11:54:56,045 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-11:54:56,107 INFO [CachedIndexHandler] Finished extracting script contents took: 62 ms.
-11:54:56,119 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-11:54:56,124 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-11:54:56,126 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-11:54:56,127 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-11:54:56,351 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:19:12,792 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-19:19:13,020 INFO [Main] Starting server: 8081
-19:19:13,129 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-19:19:16,387 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-19:19:16,387 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-19:19:16,387 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-19:19:16,387 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-19:19:16,388 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-19:19:16,388 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-19:19:16,388 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-19:19:16,388 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-19:19:16,388 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-19:19:16,388 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-19:19:16,388 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-19:19:16,389 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-19:19:16,389 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-19:19:16,389 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-19:19:16,446 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:19:16,920 INFO [CachedIndexHandler] Finished extracting script contents took: 473 ms.
-19:19:16,983 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:19:16,987 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:19:17,113 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:19:17,114 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:19:17,744 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:19:17,844 INFO [CachedIndexHandler] Finished extracting script contents took: 100 ms.
-19:19:17,867 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:19:17,888 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:19:17,890 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:19:17,897 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:19:18,389 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:19:18,391 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:19:18,393 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:19:18,515 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:19:19,247 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:19:19,272 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:19:19,274 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:19:19,382 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:19:19,977 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmb=111872281.2.10.1365614357; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-19:19:19,981 INFO [CredentialsHandler] Logging in via Persona.
-19:19:22,653 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-19:19:22,653 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-19:19:22,656 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-19:19:22,656 INFO [CredentialsHandler] coookieUuidToken null
-19:20:19,798 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:20:19,883 INFO [CachedIndexHandler] Finished extracting script contents took: 84 ms.
-19:20:19,952 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:20:19,962 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:20:19,962 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:20:19,964 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:20:21,650 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:20:21,654 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:20:21,657 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:20:21,767 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:20:23,314 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmb=111872281.3.10.1365614357; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-19:20:23,314 INFO [CredentialsHandler] Logging in via Persona.
-19:20:24,376 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-19:20:24,376 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-19:20:24,377 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-19:20:24,377 INFO [CredentialsHandler] coookieUuidToken null
-19:20:30,593 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:20:30,664 INFO [CachedIndexHandler] Finished extracting script contents took: 71 ms.
-19:20:30,756 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:20:30,760 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:20:30,768 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:20:30,769 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:20:31,348 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:20:31,349 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:20:31,363 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:20:31,571 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:20:32,651 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmb=111872281.3.10.1365614357; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-19:20:32,652 INFO [CredentialsHandler] Logging in via Persona.
-19:20:34,161 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-19:20:34,161 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-19:20:34,162 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-19:20:34,162 INFO [CredentialsHandler] coookieUuidToken null
-19:21:13,564 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:21:13,608 INFO [CachedIndexHandler] Finished extracting script contents took: 44 ms.
-19:21:13,655 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:21:13,655 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:21:13,662 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:21:13,662 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:21:14,831 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:21:14,833 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:21:14,833 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:21:14,899 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:21:16,499 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmb=111872281.3.10.1365614357; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-19:21:16,500 INFO [CredentialsHandler] Logging in via Persona.
-19:21:17,909 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-19:21:17,909 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-19:21:17,910 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-19:21:17,911 INFO [CredentialsHandler] coookieUuidToken null
-19:36:47,120 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:36:47,165 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-19:36:47,214 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:36:47,214 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:36:47,220 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:36:47,221 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:36:48,344 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:36:48,344 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:36:48,344 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:36:48,455 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:36:50,469 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmb=111872281.3.10.1365614357; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-19:36:50,470 INFO [CredentialsHandler] Logging in via Persona.
-19:36:52,120 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-19:36:52,120 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-19:36:52,121 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-19:36:52,121 INFO [CredentialsHandler] coookieUuidToken null
-19:39:34,612 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-19:39:39,625 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-19:41:10,404 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:41:10,446 INFO [CachedIndexHandler] Finished extracting script contents took: 42 ms.
-19:41:10,457 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:41:10,464 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:41:10,466 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:41:10,466 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:41:11,733 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:41:11,734 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:41:11,736 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-19:41:11,739 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:41:14,085 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmb=111872281.3.10.1365614357; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-19:41:14,085 INFO [CredentialsHandler] Logging in via Persona.
-19:41:15,106 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmb=111872281.3.10.1365614357; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-19:41:15,108 INFO [CredentialsHandler] Submitted abstracts:
-19:41:15,109 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-19:41:15,109 INFO [CredentialsHandler] coookieUuidToken null
-19:41:15,862 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-19:41:15,862 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-19:41:15,863 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-19:41:15,864 INFO [CredentialsHandler] coookieUuidToken null
-19:41:16,765 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/sponsors.md
-19:41:22,560 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/organizers.md
-19:41:26,502 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-19:41:28,212 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-19:42:40,162 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:42:40,217 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-19:42:40,270 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:42:40,280 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:42:40,284 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:42:40,286 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:42:41,784 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:42:41,785 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:42:41,787 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:42:41,822 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-19:42:45,012 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmb=111872281.3.10.1365614357; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-19:42:45,013 INFO [CredentialsHandler] Logging in via Persona.
-19:42:47,099 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-19:42:47,100 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-19:42:47,101 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-19:42:47,101 INFO [CredentialsHandler] coookieUuidToken null
-19:43:03,685 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-19:43:03,712 INFO [FileServerHandler] contentType: image/png for path: /img/visitor_distribution_first_two_days_1.png
-19:47:57,437 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-19:47:57,493 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-19:47:57,565 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-19:47:57,580 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-19:47:57,581 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-19:47:57,582 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-19:47:58,986 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-19:47:58,986 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-19:47:58,992 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-19:47:59,109 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-19:48:01,372 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmb=111872281.3.10.1365614357; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-19:48:01,372 INFO [CredentialsHandler] Logging in via Persona.
-19:48:01,933 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-19:48:03,211 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-19:48:03,212 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-19:48:03,212 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-19:48:03,213 INFO [CredentialsHandler] coookieUuidToken null
-19:48:05,110 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-19:48:11,985 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-19:48:13,839 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-20:26:15,962 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-20:26:18,107 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-20:26:19,310 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:45:29,642 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:45:29,684 INFO [CachedIndexHandler] Finished extracting script contents took: 42 ms.
-20:45:29,700 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:45:29,778 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:45:29,778 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:45:29,782 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:45:31,161 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:45:31,163 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:45:31,164 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:45:31,253 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:09:38,794 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:09:38,857 INFO [CachedIndexHandler] Finished extracting script contents took: 63 ms.
-23:09:38,869 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:09:38,874 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:09:38,875 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:09:38,877 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:09:39,973 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:09:39,975 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:09:39,976 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:09:40,061 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-18:03:40,081 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-18:03:40,083 INFO [CredentialsHandler] Logging in via Persona.
-18:03:41,439 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-18:03:41,440 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-18:03:41,441 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-18:03:41,441 INFO [CredentialsHandler] coookieUuidToken null
-18:13:59,366 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-18:13:59,436 INFO [CachedIndexHandler] Finished extracting script contents took: 69 ms.
-18:13:59,446 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-18:13:59,450 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-18:13:59,450 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-18:13:59,451 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-18:14:00,668 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-18:14:00,670 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-18:14:00,678 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-18:14:00,758 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:46:44,532 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:46:44,587 INFO [CachedIndexHandler] Finished extracting script contents took: 54 ms.
-20:46:44,597 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:46:44,600 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:46:44,600 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:46:44,604 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:46:45,970 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:46:45,970 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:46:45,972 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:46:46,065 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:27:33,469 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:27:33,526 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-21:27:33,542 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:27:33,544 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:27:33,547 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:27:33,547 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:27:34,972 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:27:34,972 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:27:34,979 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:27:35,075 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:27:36,755 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-22:11:19,074 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-22:11:19,297 INFO [Main] Starting server: 8081
-22:11:19,420 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-22:11:24,617 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-22:11:24,617 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-22:11:24,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-22:11:24,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-22:11:24,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-22:11:24,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-22:11:24,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-22:11:24,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-22:11:24,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-22:11:24,618 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-22:11:24,619 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-22:11:24,619 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-22:11:24,619 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-22:11:24,619 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-22:11:24,662 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:11:25,123 INFO [CachedIndexHandler] Finished extracting script contents took: 461 ms.
-22:11:25,259 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:11:25,260 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:11:25,304 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:11:25,305 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:11:26,424 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:11:26,424 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:11:26,428 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:11:26,546 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:11:57,973 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-22:11:57,980 INFO [CredentialsHandler] Logging in via Persona.
-22:12:00,837 INFO [AuthenticationContext] Persona Status: failure :: audience mismatch: port mismatch
-22:12:00,838 INFO [CredentialsHandler] { "authFailed": true, "error": "User not authenticated" }
-22:12:00,841 INFO [CredentialsHandler] responseContent: { "authFailed": true, "error": "User not authenticated" }
-22:12:00,841 INFO [CredentialsHandler] coookieUuidToken null
-22:12:27,127 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-22:12:27,321 INFO [Main] Starting server: 8081
-22:12:27,416 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-22:12:29,190 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-22:12:29,190 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-22:12:29,190 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-22:12:29,190 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-22:12:29,190 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-22:12:29,191 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-22:12:29,191 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-22:12:29,191 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-22:12:29,191 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-22:12:29,192 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-22:12:29,192 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-22:12:29,192 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-22:12:29,192 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-22:12:29,192 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-22:12:29,258 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:12:29,716 INFO [CachedIndexHandler] Finished extracting script contents took: 458 ms.
-22:12:29,852 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:12:29,856 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:12:29,865 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:12:29,867 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:12:31,732 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:12:31,732 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:12:31,738 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:12:31,913 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:12:35,149 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-22:12:35,154 INFO [CredentialsHandler] Logging in via Persona.
-22:12:37,259 INFO [AuthenticationContext] Persona Status: okay :: null
-22:12:37,259 INFO [PerstUserDao] Persisted users:
-22:12:37,267 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:12:37,269 INFO [PerstUserDao] Persisted users:
-22:12:37,269 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:12:37,270 INFO [CredentialsHandler] { "uuidToken": "0d87611f-3a1c-4992-91a1-c6298919cd04", "authLevel": "user"}
-22:12:37,273 INFO [CredentialsHandler] responseContent: { "uuidToken": "0d87611f-3a1c-4992-91a1-c6298919cd04", "authLevel": "user"}
-22:12:37,274 INFO [CredentialsHandler] coookieUuidToken null
-22:12:40,603 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=0d87611f-3a1c-4992-91a1-c6298919cd04
-22:12:40,604 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-22:12:40,604 INFO [PerstUserDao] Persisted users:
-22:12:40,604 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:12:40,605 INFO [CredentialsHandler] { "uuidToken": "0d87611f-3a1c-4992-91a1-c6298919cd04", "authLevel": "user"}
-22:12:40,606 INFO [CredentialsHandler] responseContent: { "uuidToken": "0d87611f-3a1c-4992-91a1-c6298919cd04", "authLevel": "user"}
-22:12:40,606 INFO [CredentialsHandler] coookieUuidToken 0d87611f-3a1c-4992-91a1-c6298919cd04
-22:15:11,630 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-22:15:11,807 INFO [Main] Starting server: 8081
-22:15:11,903 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-22:15:15,848 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-22:15:15,849 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-22:15:15,849 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-22:15:15,849 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-22:15:15,849 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-22:15:15,849 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-22:15:15,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-22:15:15,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-22:15:15,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-22:15:15,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-22:15:15,850 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-22:15:15,851 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-22:15:15,851 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-22:15:15,851 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-22:15:15,911 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:15:16,332 INFO [CachedIndexHandler] Finished extracting script contents took: 421 ms.
-22:15:16,404 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:15:16,404 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:15:16,405 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:15:16,408 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:15:17,747 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:15:17,748 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:15:17,748 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:15:17,859 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:15:20,466 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=0d87611f-3a1c-4992-91a1-c6298919cd04
-22:15:20,472 INFO [CredentialsHandler] Logging in via Persona.
-22:15:23,138 INFO [AuthenticationContext] Persona Status: okay :: null
-22:15:23,139 INFO [PerstUserDao] Persisted users:
-22:15:23,145 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:15:23,147 INFO [PerstUserDao] Persisted users:
-22:15:23,147 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:15:23,147 INFO [CredentialsHandler] { "uuidToken": "8f5eb5ef-6cc8-408f-ab81-556abbb82065", "authLevel": "user"}
-22:15:23,150 INFO [CredentialsHandler] responseContent: { "uuidToken": "8f5eb5ef-6cc8-408f-ab81-556abbb82065", "authLevel": "user"}
-22:15:23,150 INFO [CredentialsHandler] coookieUuidToken 0d87611f-3a1c-4992-91a1-c6298919cd04
-22:15:27,956 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=8f5eb5ef-6cc8-408f-ab81-556abbb82065
-22:15:27,957 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-22:15:27,957 INFO [PerstUserDao] Persisted users:
-22:15:27,957 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:15:27,957 INFO [CredentialsHandler] { "uuidToken": "8f5eb5ef-6cc8-408f-ab81-556abbb82065", "authLevel": "user"}
-22:15:27,958 INFO [CredentialsHandler] responseContent: { "uuidToken": "8f5eb5ef-6cc8-408f-ab81-556abbb82065", "authLevel": "user"}
-22:15:27,958 INFO [CredentialsHandler] coookieUuidToken 8f5eb5ef-6cc8-408f-ab81-556abbb82065
-22:16:43,244 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-22:16:43,416 INFO [Main] Starting server: 8081
-22:16:43,500 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-22:16:52,743 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-22:16:52,743 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-22:16:52,743 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-22:16:52,743 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-22:16:52,743 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-22:16:52,744 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-22:16:52,744 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-22:16:52,744 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-22:16:52,744 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-22:16:52,744 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-22:16:52,744 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-22:16:52,744 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-22:16:52,744 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-22:16:52,745 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-22:16:52,785 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:16:53,216 INFO [CachedIndexHandler] Finished extracting script contents took: 431 ms.
-22:16:53,324 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:16:53,341 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:16:53,342 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:16:53,343 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:16:54,639 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:16:54,648 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:16:54,648 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:16:54,838 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:16:57,132 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=8f5eb5ef-6cc8-408f-ab81-556abbb82065
-22:16:57,137 INFO [CredentialsHandler] Logging in via Persona.
-22:16:59,648 INFO [AuthenticationContext] Persona Status: okay :: null
-22:16:59,648 INFO [PerstUserDao] Persisted users:
-22:16:59,657 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:16:59,659 INFO [PerstUserDao] Persisted users:
-22:16:59,660 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:16:59,660 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen-software.no
-22:16:59,660 INFO [CredentialsHandler] { "uuidToken": "327aaa02-a5d9-4f8a-b444-ab0ab5058cb8", "authLevel": "user"}
-22:16:59,663 INFO [CredentialsHandler] responseContent: { "uuidToken": "327aaa02-a5d9-4f8a-b444-ab0ab5058cb8", "authLevel": "user"}
-22:16:59,664 INFO [CredentialsHandler] coookieUuidToken 8f5eb5ef-6cc8-408f-ab81-556abbb82065
-22:18:10,374 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-22:18:10,594 INFO [Main] Starting server: 8081
-22:18:10,687 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-22:18:13,028 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-22:18:13,029 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-22:18:13,029 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-22:18:13,029 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-22:18:13,029 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-22:18:13,029 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-22:18:13,029 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-22:18:13,030 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-22:18:13,030 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-22:18:13,030 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-22:18:13,030 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-22:18:13,030 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-22:18:13,030 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-22:18:13,031 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-22:18:13,073 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:18:13,492 INFO [CachedIndexHandler] Finished extracting script contents took: 418 ms.
-22:18:13,561 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:18:13,565 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:18:13,572 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:18:13,572 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:18:15,779 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:18:15,781 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:18:15,782 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:18:15,967 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:18:18,302 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=327aaa02-a5d9-4f8a-b444-ab0ab5058cb8
-22:18:18,306 INFO [CredentialsHandler] Logging in via Persona.
-22:18:20,810 INFO [AuthenticationContext] Persona Status: okay :: null
-22:18:20,810 INFO [PerstUserDao] Persisted users:
-22:18:20,820 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:18:20,822 INFO [AuthenticationContext] root user.
-22:18:20,823 INFO [PerstUserDao] Persisted users:
-22:18:20,823 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:18:20,823 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen-software.no
-22:18:20,823 INFO [CredentialsHandler] { "uuidToken": "cea766a6-54d0-493f-b394-6dcfb491095e", "authLevel": "user"}
-22:18:20,827 INFO [CredentialsHandler] responseContent: { "uuidToken": "cea766a6-54d0-493f-b394-6dcfb491095e", "authLevel": "user"}
-22:18:20,830 INFO [CredentialsHandler] coookieUuidToken 327aaa02-a5d9-4f8a-b444-ab0ab5058cb8
-22:19:36,648 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-22:19:36,828 INFO [Main] Starting server: 8081
-22:19:36,920 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-22:19:46,733 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-22:19:46,733 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-22:19:46,733 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-22:19:46,733 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-22:19:46,733 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-22:19:46,734 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-22:19:46,734 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-22:19:46,734 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-22:19:46,734 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-22:19:46,734 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-22:19:46,735 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-22:19:46,735 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-22:19:46,735 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-22:19:46,735 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-22:19:46,778 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:19:47,129 INFO [CachedIndexHandler] Finished extracting script contents took: 351 ms.
-22:19:47,224 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:19:47,226 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:19:47,228 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:19:47,228 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:19:48,581 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:19:48,582 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:19:48,583 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:19:48,897 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:19:50,928 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=cea766a6-54d0-493f-b394-6dcfb491095e
-22:19:50,932 INFO [CredentialsHandler] Logging in via Persona.
-22:19:53,365 INFO [AuthenticationContext] Persona Status: okay :: null
-22:19:53,365 INFO [PerstUserDao] Persisted users:
-22:19:53,371 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:19:53,373 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-22:19:53,373 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-22:19:53,373 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-22:19:53,377 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-22:19:53,377 INFO [CredentialsHandler] coookieUuidToken cea766a6-54d0-493f-b394-6dcfb491095e
-22:20:07,849 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-22:20:07,850 INFO [CredentialsHandler] Submitted abstracts:
-22:20:07,851 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-22:20:07,851 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-22:20:09,260 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-22:20:40,443 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-22:20:40,458 INFO [CredentialsHandler] responseContent: {"submitted": true}
-22:20:40,458 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-22:20:45,672 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-22:20:45,673 INFO [CredentialsHandler] Submitted abstracts:
-22:20:45,674 INFO [CredentialsHandler] This is my talk
-22:20:45,674 INFO [PerstUserDao] Persisted users:
-22:20:45,674 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:20:45,675 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-22:20:45,675 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-22:28:36,757 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:28:36,840 INFO [CachedIndexHandler] Finished extracting script contents took: 83 ms.
-22:28:36,868 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:28:36,880 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:28:36,892 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:28:36,894 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:28:38,359 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:28:40,771 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-22:28:40,772 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-22:28:40,772 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-22:28:40,772 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-22:28:40,772 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-22:28:40,774 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-22:28:40,775 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-22:30:26,424 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:30:26,491 INFO [CachedIndexHandler] Finished extracting script contents took: 66 ms.
-22:30:26,611 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:30:26,618 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:30:26,625 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:30:26,625 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:30:28,173 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:30:28,176 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:30:28,178 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:30:28,183 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-22:30:28,183 INFO [CredentialsHandler] Submitted abstracts:
-22:30:28,184 INFO [CredentialsHandler] This is my talk
-22:30:28,184 INFO [PerstUserDao] Persisted users:
-22:30:28,184 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:30:28,184 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-22:30:28,185 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-22:30:30,753 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-22:30:30,754 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-22:30:30,754 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-22:30:30,754 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-22:30:30,754 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-22:30:30,755 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-22:30:30,755 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-22:30:46,532 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:30:46,588 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-22:30:46,749 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:30:46,749 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:30:46,757 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:30:46,758 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:30:47,752 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-22:30:47,754 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-22:30:47,755 INFO [CredentialsHandler] Submitted abstracts:
-22:30:47,755 INFO [CredentialsHandler] This is my talk
-22:30:47,756 INFO [PerstUserDao] Persisted users:
-22:30:47,756 INFO [PerstUserDao] user:joachim@haagen-software.no
-22:30:47,756 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:30:47,756 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-22:30:47,758 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-22:30:47,766 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-22:30:49,927 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-22:30:49,927 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-22:30:49,927 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-22:30:49,927 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-22:30:49,927 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-22:30:49,928 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-22:30:49,928 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:00:58,464 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:00:58,543 INFO [CachedIndexHandler] Finished extracting script contents took: 79 ms.
-23:00:58,619 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:00:58,631 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:00:58,631 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:00:58,634 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:01:00,033 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:01:00,034 INFO [CredentialsHandler] Submitted abstracts:
-23:01:00,034 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:01:00,034 INFO [CredentialsHandler] This is my talk
-23:01:00,035 INFO [PerstUserDao] Persisted users:
-23:01:00,036 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:01:00,036 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:01:00,036 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:01:00,035 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:01:00,040 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:01:02,599 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:01:02,599 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:01:02,599 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:01:02,599 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:01:02,599 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:01:02,600 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:01:02,600 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:01:48,251 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:01:48,318 INFO [CachedIndexHandler] Finished extracting script contents took: 66 ms.
-23:01:48,346 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:01:48,347 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:01:48,354 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:01:48,354 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:01:49,711 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:01:49,712 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:01:49,714 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:01:49,717 INFO [CredentialsHandler] Submitted abstracts:
-23:01:49,718 INFO [CredentialsHandler] This is my talk
-23:01:49,718 INFO [PerstUserDao] Persisted users:
-23:01:49,718 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:01:49,719 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:01:49,719 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:01:49,723 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:01:51,998 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:01:51,999 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:01:51,999 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:01:51,999 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:01:51,999 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:01:52,000 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:01:52,000 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:10,842 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:02:10,886 INFO [CachedIndexHandler] Finished extracting script contents took: 44 ms.
-23:02:10,916 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:02:10,919 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:02:10,927 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:02:10,927 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:02:12,232 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:02:12,232 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:02:12,234 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:12,234 INFO [CredentialsHandler] Submitted abstracts:
-23:02:12,234 INFO [CredentialsHandler] This is my talk
-23:02:12,234 INFO [PerstUserDao] Persisted users:
-23:02:12,235 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:02:12,235 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:02:12,235 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:12,242 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:02:15,066 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:15,066 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:02:15,066 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:02:15,066 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:02:15,066 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:02:15,067 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:02:15,067 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:24,337 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:02:24,399 INFO [CachedIndexHandler] Finished extracting script contents took: 62 ms.
-23:02:24,547 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:02:24,549 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:02:24,561 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:02:24,563 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:02:25,598 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:02:25,603 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:02:25,599 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:25,609 INFO [CredentialsHandler] Submitted abstracts:
-23:02:25,610 INFO [CredentialsHandler] This is my talk
-23:02:25,610 INFO [PerstUserDao] Persisted users:
-23:02:25,610 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:02:25,610 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:02:25,611 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:25,615 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:02:29,196 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:29,196 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:02:29,196 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:02:29,196 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:02:29,196 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:02:29,197 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:02:29,197 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:47,473 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:02:47,563 INFO [CachedIndexHandler] Finished extracting script contents took: 89 ms.
-23:02:47,671 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:02:47,671 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:02:47,680 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:02:47,680 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:02:48,994 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:02:48,997 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:02:48,998 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:48,998 INFO [CredentialsHandler] Submitted abstracts:
-23:02:48,998 INFO [CredentialsHandler] This is my talk
-23:02:48,999 INFO [PerstUserDao] Persisted users:
-23:02:48,999 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:02:48,999 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:02:48,999 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:49,005 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:02:51,061 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:02:51,061 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:02:51,061 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:02:51,061 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:02:51,061 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:02:51,062 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:02:51,062 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:08,550 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:03:08,597 INFO [CachedIndexHandler] Finished extracting script contents took: 47 ms.
-23:03:08,641 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:03:08,642 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:03:08,652 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:03:08,652 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:03:09,948 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:03:09,950 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:03:09,951 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:09,959 INFO [CredentialsHandler] Submitted abstracts:
-23:03:09,963 INFO [CredentialsHandler] This is my talk
-23:03:09,963 INFO [PerstUserDao] Persisted users:
-23:03:09,963 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:03:09,963 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:03:09,964 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:09,971 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:03:11,961 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:11,962 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:03:11,962 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:03:11,962 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:03:11,962 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:11,963 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:11,963 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:20,615 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:03:20,668 INFO [CachedIndexHandler] Finished extracting script contents took: 53 ms.
-23:03:20,700 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:03:20,701 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:03:20,708 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:03:20,708 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:03:21,676 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:03:21,685 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:21,687 INFO [CredentialsHandler] Submitted abstracts:
-23:03:21,687 INFO [CredentialsHandler] This is my talk
-23:03:21,687 INFO [PerstUserDao] Persisted users:
-23:03:21,688 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:03:21,688 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:03:21,688 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:21,686 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:03:21,687 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:03:22,996 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:22,996 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:03:22,996 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:03:22,996 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:03:22,996 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:22,997 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:22,997 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:27,747 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:03:27,833 INFO [CachedIndexHandler] Finished extracting script contents took: 85 ms.
-23:03:27,869 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:03:27,879 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:03:27,880 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:03:27,910 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:03:28,901 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:03:28,901 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:28,903 INFO [CredentialsHandler] Submitted abstracts:
-23:03:28,904 INFO [CredentialsHandler] This is my talk
-23:03:28,904 INFO [PerstUserDao] Persisted users:
-23:03:28,905 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:03:28,905 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:03:28,905 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:28,901 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:03:28,908 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:03:30,393 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:30,393 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:03:30,393 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:03:30,393 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:03:30,393 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:30,394 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:30,394 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:44,673 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:03:44,718 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-23:03:44,851 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:03:44,856 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:03:44,865 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:03:44,865 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:03:46,166 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:46,166 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:03:46,167 INFO [CredentialsHandler] Submitted abstracts:
-23:03:46,167 INFO [CredentialsHandler] This is my talk
-23:03:46,167 INFO [PerstUserDao] Persisted users:
-23:03:46,167 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:03:46,168 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:03:46,168 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:46,176 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:03:46,181 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:03:47,956 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:47,957 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:03:47,957 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:03:47,957 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:03:47,957 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:47,958 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:47,958 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:55,937 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:03:55,982 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-23:03:56,033 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:03:56,033 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:03:56,052 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:03:56,053 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:03:56,778 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:03:56,780 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:56,781 INFO [CredentialsHandler] Submitted abstracts:
-23:03:56,781 INFO [CredentialsHandler] This is my talk
-23:03:56,781 INFO [PerstUserDao] Persisted users:
-23:03:56,781 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:03:56,782 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:03:56,782 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:56,780 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:03:56,790 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:03:58,324 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:03:58,325 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:03:58,325 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:03:58,325 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:03:58,325 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:58,326 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:03:58,326 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:30,087 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:04:30,134 INFO [CachedIndexHandler] Finished extracting script contents took: 46 ms.
-23:04:30,169 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:04:30,173 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:04:30,174 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:04:30,175 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:04:31,395 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:31,395 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:04:31,395 INFO [CredentialsHandler] Submitted abstracts:
-23:04:31,395 INFO [CredentialsHandler] This is my talk
-23:04:31,396 INFO [PerstUserDao] Persisted users:
-23:04:31,396 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:04:31,396 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:04:31,396 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:31,399 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:04:31,402 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:04:33,434 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:33,435 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:04:33,435 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:04:33,435 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:04:33,435 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:04:33,436 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:04:33,436 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:36,898 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:04:36,957 INFO [CachedIndexHandler] Finished extracting script contents took: 59 ms.
-23:04:36,984 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:04:36,984 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:04:36,989 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:04:36,989 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:04:37,564 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:37,566 INFO [CredentialsHandler] Submitted abstracts:
-23:04:37,566 INFO [CredentialsHandler] This is my talk
-23:04:37,566 INFO [PerstUserDao] Persisted users:
-23:04:37,565 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:04:37,566 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:04:37,567 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:04:37,567 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:37,566 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:04:37,570 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:04:39,178 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:39,178 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:04:39,178 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:04:39,178 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:04:39,178 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:04:39,179 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:04:39,179 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:41,331 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:04:41,393 INFO [CachedIndexHandler] Finished extracting script contents took: 62 ms.
-23:04:41,425 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:04:41,426 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:04:41,432 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:04:41,433 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:04:42,202 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:04:42,205 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:42,206 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:04:42,206 INFO [CredentialsHandler] Submitted abstracts:
-23:04:42,206 INFO [CredentialsHandler] This is my talk
-23:04:42,206 INFO [PerstUserDao] Persisted users:
-23:04:42,207 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:04:42,207 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:04:42,207 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:42,212 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:04:43,929 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:43,929 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:04:43,929 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:04:43,929 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:04:43,930 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:04:43,930 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:04:43,930 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:56,788 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:04:56,848 INFO [CachedIndexHandler] Finished extracting script contents took: 59 ms.
-23:04:56,888 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:04:56,890 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:04:56,899 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:04:56,899 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:04:58,767 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:04:58,767 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:04:58,767 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:58,769 INFO [CredentialsHandler] Submitted abstracts:
-23:04:58,769 INFO [CredentialsHandler] This is my talk
-23:04:58,769 INFO [PerstUserDao] Persisted users:
-23:04:58,769 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:04:58,770 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:04:58,770 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:04:58,772 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:05:00,385 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:05:00,386 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:05:00,386 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:05:00,386 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:05:00,386 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:05:00,387 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:05:00,387 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:09:06,054 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:09:06,096 INFO [CachedIndexHandler] Finished extracting script contents took: 42 ms.
-23:09:06,221 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:09:06,236 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:09:06,238 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:09:06,239 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:09:07,504 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:09:07,505 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:09:07,505 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:09:07,506 INFO [CredentialsHandler] Submitted abstracts:
-23:09:07,506 INFO [CredentialsHandler] This is my talk
-23:09:07,506 INFO [PerstUserDao] Persisted users:
-23:09:07,506 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:09:07,506 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:09:07,507 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:09:07,513 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:09:09,452 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:09:09,453 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:09:09,453 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:09:09,453 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:09:09,453 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:09:09,454 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:09:09,454 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:10,184 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:10:10,235 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-23:10:10,298 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:10:10,315 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:10:10,315 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:10:10,341 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:10:11,816 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:10:11,817 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:11,817 INFO [CredentialsHandler] Submitted abstracts:
-23:10:11,817 INFO [CredentialsHandler] This is my talk
-23:10:11,818 INFO [PerstUserDao] Persisted users:
-23:10:11,818 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:10:11,818 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:10:11,818 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:11,821 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:10:11,839 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:10:15,537 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:15,538 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:10:15,538 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:10:15,538 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:10:15,538 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:10:15,539 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:10:15,539 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:18,274 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:18,275 INFO [CredentialsHandler] responseContent:
-23:10:18,275 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:28,303 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:10:28,348 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-23:10:28,486 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:10:28,486 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:10:28,507 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:10:28,516 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:10:29,588 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:10:29,588 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:10:29,589 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:29,589 INFO [CredentialsHandler] Submitted abstracts:
-23:10:29,590 INFO [CredentialsHandler] This is my talk
-23:10:29,590 INFO [PerstUserDao] Persisted users:
-23:10:29,590 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:10:29,590 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:10:29,591 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:29,597 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:10:31,264 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:31,265 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:10:31,265 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:10:31,265 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:10:31,265 INFO [CredentialsHandler] { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:10:31,266 INFO [CredentialsHandler] responseContent: { "uuidToken": "dece51d1-c695-4925-8b54-a48df46daaf2", "authLevel": "root"}
-23:10:31,266 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:32,865 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:10:32,865 INFO [CredentialsHandler] responseContent:
-23:10:32,865 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:11:22,543 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-23:11:22,725 INFO [Main] Starting server: 8081
-23:11:22,822 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-23:11:25,843 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-23:11:25,844 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-23:11:25,844 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-23:11:25,844 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-23:11:25,844 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-23:11:25,844 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-23:11:25,845 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-23:11:25,845 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-23:11:25,845 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-23:11:25,845 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-23:11:25,845 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-23:11:25,845 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-23:11:25,845 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-23:11:25,845 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-23:11:25,885 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:11:25,892 INFO [CredentialsHandler] responseContent:
-23:11:25,892 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:12:05,390 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-23:12:05,575 INFO [Main] Starting server: 8081
-23:12:05,669 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-23:12:08,468 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-23:12:08,468 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-23:12:08,468 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-23:12:08,468 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-23:12:08,468 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-23:12:08,469 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-23:12:08,469 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-23:12:08,469 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-23:12:08,469 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-23:12:08,469 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-23:12:08,469 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-23:12:08,469 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-23:12:08,469 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-23:12:08,469 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-23:12:08,521 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:12:08,974 INFO [CachedIndexHandler] Finished extracting script contents took: 452 ms.
-23:12:09,036 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:12:09,039 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:12:09,039 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:12:09,041 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:12:10,421 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:12:10,421 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:12:10,425 INFO [CredentialsHandler] ID: null
-23:12:10,426 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:12:10,427 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:12:10,444 INFO [CredentialsHandler] Submitted abstracts:
-23:12:10,446 INFO [CredentialsHandler] This is my talk
-23:12:10,452 INFO [PerstUserDao] Persisted users:
-23:12:10,452 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:12:10,498 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:12:10,498 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:12:36,368 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=dece51d1-c695-4925-8b54-a48df46daaf2
-23:12:36,369 INFO [CredentialsHandler] Logging in via Persona.
-23:12:39,555 INFO [AuthenticationContext] Persona Status: okay :: null
-23:12:39,556 INFO [PerstUserDao] Persisted users:
-23:12:39,556 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:12:39,557 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:12:39,558 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:12:39,558 INFO [CredentialsHandler] { "uuidToken": "79ab2d4f-263c-4075-b02c-9287437221cc", "authLevel": "root"}
-23:12:39,559 INFO [CredentialsHandler] responseContent: { "uuidToken": "79ab2d4f-263c-4075-b02c-9287437221cc", "authLevel": "root"}
-23:12:39,559 INFO [CredentialsHandler] coookieUuidToken dece51d1-c695-4925-8b54-a48df46daaf2
-23:12:41,251 INFO [CredentialsHandler] ID: 817C01208DDF42C0
-23:12:41,251 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:12:41,251 INFO [CredentialsHandler] deleting talk with id: 817C01208DDF42C0
-23:12:41,251 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:12:41,251 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:13:37,494 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:13:37,569 INFO [CachedIndexHandler] Finished extracting script contents took: 75 ms.
-23:13:37,765 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:13:37,771 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:13:37,774 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:13:37,774 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:13:38,992 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:13:38,992 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:13:38,996 INFO [CredentialsHandler] ID: null
-23:13:38,997 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:13:39,003 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:13:41,388 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:13:41,388 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:13:41,388 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:13:41,389 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:13:41,389 INFO [CredentialsHandler] { "uuidToken": "79ab2d4f-263c-4075-b02c-9287437221cc", "authLevel": "root"}
-23:13:41,390 INFO [CredentialsHandler] responseContent: { "uuidToken": "79ab2d4f-263c-4075-b02c-9287437221cc", "authLevel": "root"}
-23:13:41,390 INFO [CredentialsHandler] coookieUuidToken 79ab2d4f-263c-4075-b02c-9287437221cc
-23:13:49,846 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:14:09,305 INFO [CredentialsHandler] ID: null
-23:14:09,305 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:14:17,859 INFO [CredentialsHandler] ID: null
-23:14:17,859 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:14:23,822 INFO [CredentialsHandler] ID: null
-23:14:23,822 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:14:28,273 INFO [CredentialsHandler] ID: null
-23:14:28,273 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:14:28,274 INFO [CredentialsHandler] Submitted abstracts:
-23:14:28,274 INFO [CredentialsHandler] This is my talk
-23:14:28,274 INFO [PerstUserDao] Persisted users:
-23:14:28,274 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:14:28,275 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:14:28,275 INFO [CredentialsHandler] coookieUuidToken 79ab2d4f-263c-4075-b02c-9287437221cc
-23:14:38,334 INFO [CredentialsHandler] ID: 817C01208DDF42C0
-23:14:38,335 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:14:38,335 INFO [CredentialsHandler] deleting talk with id: 817C01208DDF42C0
-23:14:38,335 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:14:38,335 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:14:47,237 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:14:47,307 INFO [CachedIndexHandler] Finished extracting script contents took: 69 ms.
-23:14:47,435 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:14:47,440 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:15:06,290 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-23:15:06,504 INFO [Main] Starting server: 8081
-23:15:06,605 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-23:15:10,789 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-23:15:10,789 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-23:15:10,789 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-23:15:10,790 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-23:15:10,790 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-23:15:10,790 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-23:15:10,790 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-23:15:10,790 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-23:15:10,790 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-23:15:10,790 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-23:15:10,791 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-23:15:10,791 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-23:15:10,791 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-23:15:10,791 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-23:15:10,836 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:15:11,205 INFO [CachedIndexHandler] Finished extracting script contents took: 369 ms.
-23:15:11,316 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:15:11,317 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:15:11,318 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:15:11,317 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:15:12,540 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:15:12,542 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:15:12,550 INFO [CredentialsHandler] ID: null
-23:15:12,550 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:15:12,563 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:15:12,580 INFO [CredentialsHandler] Submitted abstracts:
-23:15:12,586 INFO [CredentialsHandler] This is my talk
-23:15:12,594 INFO [PerstUserDao] Persisted users:
-23:15:12,594 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:15:12,680 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:15:12,686 INFO [CredentialsHandler] coookieUuidToken 79ab2d4f-263c-4075-b02c-9287437221cc
-23:15:14,788 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=79ab2d4f-263c-4075-b02c-9287437221cc
-23:15:14,789 INFO [CredentialsHandler] Logging in via Persona.
-23:15:17,387 INFO [AuthenticationContext] Persona Status: okay :: null
-23:15:17,387 INFO [PerstUserDao] Persisted users:
-23:15:17,387 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:15:17,388 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:15:17,388 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:15:17,388 INFO [CredentialsHandler] { "uuidToken": "7bd3bb4b-7849-4f62-8463-b77c2fe457d2", "authLevel": "root"}
-23:15:17,389 INFO [CredentialsHandler] responseContent: { "uuidToken": "7bd3bb4b-7849-4f62-8463-b77c2fe457d2", "authLevel": "root"}
-23:15:17,389 INFO [CredentialsHandler] coookieUuidToken 79ab2d4f-263c-4075-b02c-9287437221cc
-23:15:20,306 INFO [CredentialsHandler] ID: 817C01208DDF42C0
-23:15:20,306 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=7bd3bb4b-7849-4f62-8463-b77c2fe457d2
-23:15:20,306 INFO [CredentialsHandler] deleting talk with id: 817C01208DDF42C0
-23:15:20,307 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:15:20,307 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:20:34,314 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-23:20:34,522 INFO [Main] Starting server: 8081
-23:20:34,633 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-23:20:37,362 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-23:20:37,362 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-23:20:37,362 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-23:20:37,362 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-23:20:37,363 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-23:20:37,363 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-23:20:37,363 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-23:20:37,363 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-23:20:37,363 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-23:20:37,363 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-23:20:37,364 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-23:20:37,364 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-23:20:37,364 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-23:20:37,364 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-23:20:37,427 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:20:38,045 INFO [CachedIndexHandler] Finished extracting script contents took: 617 ms.
-23:20:38,118 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:20:38,122 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:20:38,179 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:20:38,186 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:20:39,717 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:20:39,719 INFO [CredentialsHandler] ID: null
-23:20:39,720 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=7bd3bb4b-7849-4f62-8463-b77c2fe457d2
-23:20:39,720 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:20:39,722 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:20:39,739 INFO [CredentialsHandler] Submitted abstracts:
-23:20:39,741 INFO [CredentialsHandler] This is my talk
-23:20:39,747 INFO [PerstUserDao] Persisted users:
-23:20:39,748 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:20:39,795 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"817C01208DDF42C0","talkTitle":"This is my talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:20:39,795 INFO [CredentialsHandler] coookieUuidToken 7bd3bb4b-7849-4f62-8463-b77c2fe457d2
-23:20:41,972 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=7bd3bb4b-7849-4f62-8463-b77c2fe457d2
-23:20:41,973 INFO [CredentialsHandler] Logging in via Persona.
-23:20:44,916 INFO [AuthenticationContext] Persona Status: okay :: null
-23:20:44,917 INFO [PerstUserDao] Persisted users:
-23:20:44,917 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:20:44,918 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:20:44,918 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:20:44,918 INFO [CredentialsHandler] { "uuidToken": "ad53587b-e1e3-4ea6-b944-ae0c5c061fb1", "authLevel": "root"}
-23:20:44,919 INFO [CredentialsHandler] responseContent: { "uuidToken": "ad53587b-e1e3-4ea6-b944-ae0c5c061fb1", "authLevel": "root"}
-23:20:44,919 INFO [CredentialsHandler] coookieUuidToken 7bd3bb4b-7849-4f62-8463-b77c2fe457d2
-23:20:46,436 INFO [CredentialsHandler] ID: 817C01208DDF42C0
-23:20:46,436 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:20:46,437 INFO [CredentialsHandler] deleting talk with id: 817C01208DDF42C0
-23:20:46,437 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:20:46,437 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:20:46,448 INFO [CredentialsHandler] responseContent:
-23:20:46,449 INFO [CredentialsHandler] coookieUuidToken ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:20:59,503 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:20:59,688 INFO [CachedIndexHandler] Finished extracting script contents took: 185 ms.
-23:20:59,835 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:20:59,844 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:20:59,847 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:20:59,847 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:21:00,991 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:21:00,991 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:21:00,991 INFO [CredentialsHandler] ID: null
-23:21:00,991 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:21:00,992 INFO [CredentialsHandler] Submitted abstracts:
-23:21:00,993 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-23:21:00,993 INFO [CredentialsHandler] coookieUuidToken ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:21:01,009 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:21:02,845 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:21:02,846 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:21:02,846 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:21:02,846 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:21:02,846 INFO [CredentialsHandler] { "uuidToken": "ad53587b-e1e3-4ea6-b944-ae0c5c061fb1", "authLevel": "root"}
-23:21:02,849 INFO [CredentialsHandler] responseContent: { "uuidToken": "ad53587b-e1e3-4ea6-b944-ae0c5c061fb1", "authLevel": "root"}
-23:21:02,850 INFO [CredentialsHandler] coookieUuidToken ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:21:41,781 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-23:21:41,971 INFO [Main] Starting server: 8081
-23:21:42,078 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-23:21:43,963 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-23:21:43,963 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-23:21:43,963 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-23:21:43,963 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-23:21:43,963 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-23:21:43,964 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-23:21:43,964 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-23:21:43,964 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-23:21:43,964 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-23:21:43,964 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-23:21:43,964 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-23:21:43,965 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-23:21:43,965 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-23:21:43,965 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-23:21:44,019 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:21:44,473 INFO [CachedIndexHandler] Finished extracting script contents took: 454 ms.
-23:21:44,541 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:21:44,551 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:21:44,552 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:21:44,552 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:21:45,869 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:21:45,873 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:21:45,875 INFO [CredentialsHandler] ID: null
-23:21:45,875 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:21:45,883 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:21:45,886 INFO [CredentialsHandler] Submitted abstracts:
-23:21:45,934 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-23:21:45,934 INFO [CredentialsHandler] coookieUuidToken ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:21:48,037 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:21:48,037 INFO [CredentialsHandler] Logging in via Persona.
-23:21:50,138 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:21:50,202 INFO [AuthenticationContext] Persona Status: okay :: null
-23:21:50,202 INFO [PerstUserDao] Persisted users:
-23:21:50,211 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:21:50,214 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:21:50,214 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:21:50,214 INFO [CredentialsHandler] { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:21:50,216 INFO [CredentialsHandler] responseContent: { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:21:50,216 INFO [CredentialsHandler] coookieUuidToken ad53587b-e1e3-4ea6-b944-ae0c5c061fb1
-23:22:06,724 INFO [CredentialsHandler] ID: null
-23:22:06,725 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:22:06,735 INFO [CredentialsHandler] responseContent: {"submitted": true}
-23:22:06,735 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:22:13,172 INFO [CredentialsHandler] ID: null
-23:22:13,172 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:22:13,173 INFO [CredentialsHandler] Submitted abstracts:
-23:22:13,173 INFO [CredentialsHandler] Awesome Title
-23:22:13,173 INFO [PerstUserDao] Persisted users:
-23:22:13,173 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:22:13,174 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"732373F98845D43B","talkTitle":"Awesome Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\n","talkTopics":"Awesome Topic","talkType":"Awesome Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:22:13,174 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:22:14,774 INFO [CredentialsHandler] ID: 732373F98845D43B
-23:22:14,780 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:22:14,781 INFO [CredentialsHandler] deleting talk with id: 732373F98845D43B
-23:22:14,781 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:22:14,781 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:22:14,794 INFO [CredentialsHandler] responseContent: {"deleted": true}
-23:22:14,794 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:31,351 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:23:31,432 INFO [CachedIndexHandler] Finished extracting script contents took: 81 ms.
-23:23:31,461 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:23:31,473 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:23:31,474 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:23:31,473 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:23:33,075 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:23:33,075 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:23:33,076 INFO [CredentialsHandler] ID: null
-23:23:33,076 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:33,076 INFO [CredentialsHandler] Submitted abstracts:
-23:23:33,077 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-23:23:33,077 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:33,090 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:23:35,453 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:35,453 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:23:35,453 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:23:35,454 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:23:35,454 INFO [CredentialsHandler] { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:23:35,455 INFO [CredentialsHandler] responseContent: { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:23:35,455 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:41,447 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:23:41,510 INFO [CachedIndexHandler] Finished extracting script contents took: 62 ms.
-23:23:41,688 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:23:41,699 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:23:41,704 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:23:41,704 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:23:42,542 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:23:42,543 INFO [CredentialsHandler] ID: null
-23:23:42,543 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:42,543 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:23:42,545 INFO [CredentialsHandler] Submitted abstracts:
-23:23:42,545 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-23:23:42,545 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:42,547 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:23:43,837 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:43,837 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:23:43,837 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:23:43,837 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:23:43,837 INFO [CredentialsHandler] { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:23:43,838 INFO [CredentialsHandler] responseContent: { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:23:43,838 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:44,575 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:23:58,062 INFO [CredentialsHandler] ID: null
-23:23:58,062 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:23:58,067 INFO [CredentialsHandler] responseContent: {"submitted": true}
-23:23:58,067 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:24:01,645 INFO [CredentialsHandler] ID: null
-23:24:01,645 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:24:01,645 INFO [CredentialsHandler] Submitted abstracts:
-23:24:01,646 INFO [CredentialsHandler] Awesome Talk
-23:24:01,646 INFO [PerstUserDao] Persisted users:
-23:24:01,646 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:24:01,646 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"7DEA81865135A5EB","talkTitle":"Awesome Talk","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted ","talkTopics":"Topic","talkType":"Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:24:01,646 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:24:03,846 INFO [CredentialsHandler] ID: 7DEA81865135A5EB
-23:24:03,846 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:24:03,846 INFO [CredentialsHandler] deleting talk with id: 7DEA81865135A5EB
-23:24:03,847 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:24:03,847 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:24:03,849 INFO [CredentialsHandler] responseContent: {"deleted": true}
-23:24:03,849 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:24:47,954 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:24:48,068 INFO [CachedIndexHandler] Finished extracting script contents took: 114 ms.
-23:24:48,144 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:24:48,155 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:24:48,155 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:24:48,155 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:24:49,658 INFO [CredentialsHandler] ID: null
-23:24:49,659 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:24:49,658 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:24:49,659 INFO [CredentialsHandler] Submitted abstracts:
-23:24:49,659 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-23:24:49,660 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:24:49,659 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:24:49,668 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:24:50,846 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:24:52,023 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:24:52,024 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:24:52,024 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:24:52,024 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:24:52,024 INFO [CredentialsHandler] { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:24:52,025 INFO [CredentialsHandler] responseContent: { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:24:52,025 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:02,939 INFO [CredentialsHandler] ID: null
-23:25:02,940 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:02,943 INFO [CredentialsHandler] responseContent: {"submitted": true}
-23:25:02,943 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:06,497 INFO [CredentialsHandler] ID: null
-23:25:06,497 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:06,498 INFO [CredentialsHandler] Submitted abstracts:
-23:25:06,498 INFO [CredentialsHandler] Title Tiele
-23:25:06,498 INFO [PerstUserDao] Persisted users:
-23:25:06,498 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:25:06,499 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"D025DFD1C302CDC3","talkTitle":"Title Tiele","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:25:06,499 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:08,077 INFO [CredentialsHandler] ID: D025DFD1C302CDC3
-23:25:08,077 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:08,078 INFO [CredentialsHandler] deleting talk with id: D025DFD1C302CDC3
-23:25:08,078 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:25:08,078 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:25:08,081 INFO [CredentialsHandler] responseContent: {"deleted": true}
-23:25:08,081 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:21,385 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:25:21,421 INFO [CachedIndexHandler] Finished extracting script contents took: 36 ms.
-23:25:21,497 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:25:21,505 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:25:21,505 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:25:21,507 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:25:22,440 INFO [CredentialsHandler] ID: null
-23:25:22,441 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:22,442 INFO [CredentialsHandler] Submitted abstracts:
-23:25:22,442 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-23:25:22,442 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:22,441 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:25:22,444 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:25:22,449 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:25:23,930 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:25:24,327 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:24,327 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:25:24,327 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:25:24,327 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:25:24,328 INFO [CredentialsHandler] { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:25:24,328 INFO [CredentialsHandler] responseContent: { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:25:24,329 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:40,677 INFO [CredentialsHandler] ID: null
-23:25:40,678 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:40,681 INFO [CredentialsHandler] responseContent: {"submitted": true}
-23:25:40,682 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:44,754 INFO [CredentialsHandler] ID: null
-23:25:44,754 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:44,754 INFO [CredentialsHandler] Submitted abstracts:
-23:25:44,755 INFO [CredentialsHandler] title title
-23:25:44,755 INFO [PerstUserDao] Persisted users:
-23:25:44,755 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:25:44,755 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"8299B209D89A7677","talkTitle":"title title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\n","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:25:44,755 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:45,738 INFO [CredentialsHandler] ID: 8299B209D89A7677
-23:25:45,739 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:45,739 INFO [CredentialsHandler] deleting talk with id: 8299B209D89A7677
-23:25:45,739 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:25:45,739 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:25:45,741 INFO [CredentialsHandler] responseContent: {"deleted": true}
-23:25:45,741 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:48,643 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:25:48,685 INFO [CachedIndexHandler] Finished extracting script contents took: 42 ms.
-23:25:48,758 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:25:48,767 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:25:48,771 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:25:48,771 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:25:49,711 INFO [CredentialsHandler] ID: null
-23:25:49,714 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:49,714 INFO [CredentialsHandler] Submitted abstracts:
-23:25:49,714 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-23:25:49,714 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:49,713 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:25:49,716 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:25:49,720 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:25:51,771 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:25:51,772 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:25:51,772 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:25:51,772 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:25:51,772 INFO [CredentialsHandler] { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:25:51,773 INFO [CredentialsHandler] responseContent: { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:25:51,774 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:26:15,553 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:26:15,599 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-23:26:15,751 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:26:15,753 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:26:15,761 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:26:15,762 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:26:16,764 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:26:16,764 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:26:16,765 INFO [CredentialsHandler] ID: null
-23:26:16,765 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:26:16,765 INFO [CredentialsHandler] Submitted abstracts:
-23:26:16,766 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-23:26:16,766 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:26:16,773 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:26:18,306 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:26:18,306 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:26:18,306 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:26:18,307 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:26:18,307 INFO [CredentialsHandler] { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:26:18,307 INFO [CredentialsHandler] responseContent: { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:26:18,308 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:26:36,790 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:26:36,835 INFO [CachedIndexHandler] Finished extracting script contents took: 44 ms.
-23:26:36,864 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:26:36,864 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:26:36,872 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:26:36,873 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:26:37,804 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:26:37,806 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:26:37,811 INFO [CredentialsHandler] ID: null
-23:26:37,811 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:26:37,812 INFO [CredentialsHandler] Submitted abstracts:
-23:26:37,812 INFO [CredentialsHandler] responseContent: {"abstracts":[]}
-23:26:37,812 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:26:37,818 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:26:39,856 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:26:39,856 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:26:39,856 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:26:39,856 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:26:39,856 INFO [CredentialsHandler] { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:26:39,857 INFO [CredentialsHandler] responseContent: { "uuidToken": "659208db-f2dd-4a58-9894-8b180cb2eaf8", "authLevel": "root"}
-23:26:39,857 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:29:31,909 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:29:31,970 INFO [CachedIndexHandler] Finished extracting script contents took: 60 ms.
-23:29:31,992 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:29:32,089 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:29:32,089 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:29:32,089 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:29:33,498 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:29:33,500 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:29:33,509 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:29:33,606 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:39:14,433 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:39:31,609 INFO [CredentialsHandler] ID: null
-23:39:31,609 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:39:31,612 INFO [CredentialsHandler] responseContent: {"submitted": true}
-23:39:31,612 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:39:34,762 INFO [CredentialsHandler] ID: null
-23:39:34,762 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:39:34,763 INFO [CredentialsHandler] Submitted abstracts:
-23:39:34,763 INFO [CredentialsHandler] Awesomeness
-23:39:34,763 INFO [PerstUserDao] Persisted users:
-23:39:34,763 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:39:34,764 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:39:34,764 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:39:37,219 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:39:37,220 INFO [AuthenticationContext] UUID: 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:39:37,220 INFO [AuthenticationContext] logging out user: 659208db-f2dd-4a58-9894-8b180cb2eaf8 :: false
-23:39:37,220 INFO [CredentialsHandler] responseContent: {"loggedOut": true}
-23:39:37,220 INFO [CredentialsHandler] coookieUuidToken 659208db-f2dd-4a58-9894-8b180cb2eaf8
-23:39:50,936 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-23:39:50,936 INFO [CredentialsHandler] {"userId":"joachim@haagen.name","firstName":"Joahcim haagen","lastName":"SKeie","homeCountry":"Norway"}
-23:39:50,938 INFO [PerstUserDao] Persisted users:
-23:39:50,938 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:39:50,940 INFO [CredentialsHandler] Registering new user: joachim@haagen.name Joahcim haagen SKeie Norway
-23:39:50,940 INFO [CredentialsHandler] responseContent: { "userRegistered": true}
-23:39:50,940 INFO [CredentialsHandler] coookieUuidToken null
-23:40:03,383 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-23:40:03,383 INFO [CredentialsHandler] Logging in via Persona.
-23:40:04,890 INFO [AuthenticationContext] Persona Status: okay :: null
-23:40:04,890 INFO [PerstUserDao] Persisted users:
-23:40:04,890 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:04,890 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:04,891 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:04,891 INFO [PerstUserDao] Persisted users:
-23:40:04,891 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:04,891 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:04,891 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:04,892 INFO [CredentialsHandler] { "uuidToken": "d3da1aca-ba9c-4c96-a748-0f2e99b95b01", "authLevel": "user"}
-23:40:04,892 INFO [CredentialsHandler] responseContent: { "uuidToken": "d3da1aca-ba9c-4c96-a748-0f2e99b95b01", "authLevel": "user"}
-23:40:04,893 INFO [CredentialsHandler] coookieUuidToken null
-23:40:10,326 INFO [CredentialsHandler] ID: null
-23:40:10,326 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:10,326 INFO [CredentialsHandler] Submitted abstracts:
-23:40:10,326 INFO [CredentialsHandler] Awesomeness
-23:40:10,326 INFO [PerstUserDao] Persisted users:
-23:40:10,327 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:10,327 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:10,327 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:40:10,327 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:32,713 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:32,714 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:32,714 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:32,714 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:32,715 INFO [PerstUserDao] Persisted users:
-23:40:32,715 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:32,715 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:32,715 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:32,715 INFO [CredentialsHandler] responseContent:
-23:40:32,716 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:40,190 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:40,190 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:40,191 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:40,191 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:40,191 INFO [PerstUserDao] Persisted users:
-23:40:40,191 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:40,191 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:40,192 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:40,192 INFO [CredentialsHandler] responseContent:
-23:40:40,192 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:40,693 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:40,694 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:40,694 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:40,694 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:40,694 INFO [PerstUserDao] Persisted users:
-23:40:40,694 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:40,694 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:40,695 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:40,695 INFO [CredentialsHandler] responseContent:
-23:40:40,695 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:40,868 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:40,868 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:40,869 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:40,869 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:40,869 INFO [PerstUserDao] Persisted users:
-23:40:40,869 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:40,869 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:40,869 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:40,870 INFO [CredentialsHandler] responseContent:
-23:40:40,870 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:41,045 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:41,046 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:41,046 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:41,046 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:41,046 INFO [PerstUserDao] Persisted users:
-23:40:41,046 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:41,046 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:41,047 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:41,047 INFO [CredentialsHandler] responseContent:
-23:40:41,047 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:41,209 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:41,209 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:41,209 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:41,209 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:41,210 INFO [PerstUserDao] Persisted users:
-23:40:41,210 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:41,210 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:41,210 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:41,210 INFO [CredentialsHandler] responseContent:
-23:40:41,210 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:41,361 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:41,362 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:41,362 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:41,362 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:41,362 INFO [PerstUserDao] Persisted users:
-23:40:41,362 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:41,363 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:41,363 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:41,363 INFO [CredentialsHandler] responseContent:
-23:40:41,363 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:41,531 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:41,531 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:41,531 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:41,531 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:41,531 INFO [PerstUserDao] Persisted users:
-23:40:41,532 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:41,532 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:41,532 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:41,532 INFO [CredentialsHandler] responseContent:
-23:40:41,532 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:49,406 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:49,406 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:49,407 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:49,407 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:49,407 INFO [PerstUserDao] Persisted users:
-23:40:49,407 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:49,407 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:49,407 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:49,407 INFO [CredentialsHandler] responseContent:
-23:40:49,408 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:49,769 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:49,769 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:49,770 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:49,770 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:49,770 INFO [PerstUserDao] Persisted users:
-23:40:49,770 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:49,770 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:49,770 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:49,771 INFO [CredentialsHandler] responseContent:
-23:40:49,771 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:49,922 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:49,923 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:49,923 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:49,923 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:49,923 INFO [PerstUserDao] Persisted users:
-23:40:49,923 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:49,923 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:49,924 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:49,924 INFO [CredentialsHandler] responseContent:
-23:40:49,924 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:50,085 INFO [CredentialsHandler] ID: 81377FF62908FD7E
-23:40:50,085 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:50,085 INFO [CredentialsHandler] deleting talk with id: 81377FF62908FD7E
-23:40:50,086 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:50,086 INFO [PerstUserDao] Persisted users:
-23:40:50,086 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:50,086 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:50,086 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:50,086 INFO [CredentialsHandler] responseContent:
-23:40:50,087 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:54,403 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:40:54,443 INFO [CachedIndexHandler] Finished extracting script contents took: 40 ms.
-23:40:54,498 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:40:54,508 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:40:54,510 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:40:54,511 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:40:56,224 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:40:56,226 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:40:56,229 INFO [CredentialsHandler] ID: null
-23:40:56,229 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:56,229 INFO [CredentialsHandler] Submitted abstracts:
-23:40:56,229 INFO [CredentialsHandler] Awesomeness
-23:40:56,229 INFO [PerstUserDao] Persisted users:
-23:40:56,230 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:56,230 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:56,230 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"}]}
-23:40:56,230 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:56,236 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:40:59,387 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:40:59,387 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:40:59,387 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:40:59,388 INFO [PerstUserDao] Persisted users:
-23:40:59,388 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:40:59,388 INFO [PerstUserDao] user:joachim@haagen.name
-23:40:59,388 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:40:59,388 INFO [CredentialsHandler] { "uuidToken": "d3da1aca-ba9c-4c96-a748-0f2e99b95b01", "authLevel": "user"}
-23:40:59,389 INFO [CredentialsHandler] responseContent: { "uuidToken": "d3da1aca-ba9c-4c96-a748-0f2e99b95b01", "authLevel": "user"}
-23:40:59,389 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:53:42,923 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-23:53:43,116 INFO [Main] Starting server: 8081
-23:53:43,220 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-23:54:00,180 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-23:54:00,180 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-23:54:00,181 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-23:54:00,181 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-23:54:00,181 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-23:54:00,181 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-23:54:00,181 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-23:54:00,181 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-23:54:00,181 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-23:54:00,181 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-23:54:00,182 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-23:54:00,182 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-23:54:00,182 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-23:54:00,182 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-23:54:00,251 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:54:01,046 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:54:01,358 INFO [CachedIndexHandler] Finished extracting script contents took: 311 ms.
-23:54:01,388 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:54:01,395 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:54:01,395 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:54:01,396 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:54:02,929 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:54:02,931 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:54:02,934 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:54:02,947 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:54:05,521 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:54:05,526 INFO [CredentialsHandler] Logging in via Persona.
-23:54:08,476 INFO [AuthenticationContext] Persona Status: okay :: null
-23:54:08,477 INFO [PerstUserDao] Persisted users:
-23:54:08,493 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:54:08,493 INFO [PerstUserDao] user:joachim@haagen.name
-23:54:08,496 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:54:08,496 INFO [PerstUserDao] Persisted users:
-23:54:08,497 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:54:08,497 INFO [PerstUserDao] user:joachim@haagen.name
-23:54:08,497 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:54:08,497 INFO [CredentialsHandler] { "uuidToken": "3c4155d5-c7fa-41b2-bac8-55153f0da8d3", "authLevel": "user"}
-23:54:08,502 INFO [CredentialsHandler] responseContent: { "uuidToken": "3c4155d5-c7fa-41b2-bac8-55153f0da8d3", "authLevel": "user"}
-23:54:08,502 INFO [CredentialsHandler] coookieUuidToken d3da1aca-ba9c-4c96-a748-0f2e99b95b01
-23:55:22,834 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:55:22,902 INFO [CachedIndexHandler] Finished extracting script contents took: 68 ms.
-23:55:22,941 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:55:22,947 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:55:22,950 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:55:22,950 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:55:24,410 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:55:24,412 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-23:55:24,414 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:55:24,427 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-23:55:26,952 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:55:26,952 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:55:26,953 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:55:26,953 INFO [PerstUserDao] Persisted users:
-23:55:26,953 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:55:26,953 INFO [PerstUserDao] user:joachim@haagen.name
-23:55:26,953 INFO [AuthenticationContext] Setting authLevel to user for : joachim@haagen.name
-23:55:26,953 INFO [CredentialsHandler] { "uuidToken": "3c4155d5-c7fa-41b2-bac8-55153f0da8d3", "authLevel": "user"}
-23:55:26,954 INFO [CredentialsHandler] responseContent: { "uuidToken": "3c4155d5-c7fa-41b2-bac8-55153f0da8d3", "authLevel": "user"}
-23:55:26,954 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:55:38,565 INFO [CredentialsHandler] ID: null
-23:55:38,565 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:55:38,579 INFO [CredentialsHandler] responseContent: {"submitted": true}
-23:55:38,579 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:55:44,176 INFO [CredentialsHandler] ID: null
-23:55:44,176 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmc=111872281; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:55:44,177 INFO [CredentialsHandler] Submitted abstracts:
-23:55:44,178 INFO [CredentialsHandler] Awesomeness
-23:55:44,178 INFO [PerstUserDao] Persisted users:
-23:55:44,178 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:55:44,179 INFO [PerstUserDao] user:joachim@haagen.name
-23:55:44,179 INFO [CredentialsHandler] New Talk Title
-23:55:44,179 INFO [PerstUserDao] Persisted users:
-23:55:44,179 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:55:44,180 INFO [PerstUserDao] user:joachim@haagen.name
-23:55:44,180 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:55:44,180 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:55:50,513 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-00:02:12,729 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-00:34:43,701 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-00:34:43,796 INFO [CachedIndexHandler] Finished extracting script contents took: 94 ms.
-00:34:43,981 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-00:34:43,982 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-00:34:43,990 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-00:34:43,993 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-00:34:45,173 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-00:34:45,175 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-00:34:45,178 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-00:34:45,213 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-00:43:26,410 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-16:53:22,002 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-16:53:22,103 INFO [CachedIndexHandler] Finished extracting script contents took: 101 ms.
-16:53:22,114 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-16:53:22,117 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-16:53:22,122 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-16:53:22,129 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-16:53:23,208 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-16:53:23,208 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-16:53:23,215 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-16:53:23,321 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:53:40,577 INFO [Main] * Property 'com.embercampeurope.netty.scriptsCacheSeconds' is not specified. Using default: '0' Configure in file config.properties.
-20:53:40,946 INFO [Main] Starting server: 8081
-20:53:41,069 INFO [Main] Started server on port: 8081 hosting directory: /Users/joahaa/Projects/EmberCampEurope/site
-20:53:51,464 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/index.html
-20:53:51,464 INFO [NettyWebserverPipelineFactory] Adding router for route: equals:/
-20:53:51,464 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/pages/
-20:53:51,464 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/register
-20:53:51,465 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/call_for_speakers
-20:53:51,465 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/talks
-20:53:51,465 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/login
-20:53:51,465 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/logout
-20:53:51,465 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/auth/registerNewUser
-20:53:51,465 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/abstracts
-20:53:51,466 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/stylesheets
-20:53:51,466 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/img
-20:53:51,466 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/mrkdwn
-20:53:51,466 INFO [NettyWebserverPipelineFactory] Adding router for route: startsWith:/cachedScript
-20:53:51,504 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:53:52,035 INFO [CachedIndexHandler] Finished extracting script contents took: 531 ms.
-20:53:52,180 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:53:52,181 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:53:52,185 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:53:52,185 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:53:52,770 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:53:52,880 INFO [CachedIndexHandler] Finished extracting script contents took: 110 ms.
-20:53:52,904 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:53:52,916 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:53:52,916 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:53:52,920 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:53:53,391 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:53:53,391 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:53:53,393 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:53:53,489 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:53:54,028 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:53:54,029 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:53:54,036 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:53:54,211 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:54:13,792 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:54:14,016 INFO [CachedIndexHandler] Finished extracting script contents took: 224 ms.
-20:54:14,044 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:54:14,044 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:54:14,044 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:54:14,053 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:54:15,206 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:54:15,207 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:54:15,210 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:54:15,324 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:54:31,553 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:54:31,674 INFO [CachedIndexHandler] Finished extracting script contents took: 120 ms.
-20:54:31,867 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:54:31,869 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:54:31,882 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:54:31,883 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:54:33,946 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:54:33,947 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:54:33,947 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:54:34,054 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:55:21,323 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:55:21,430 INFO [CachedIndexHandler] Finished extracting script contents took: 106 ms.
-20:55:21,442 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:55:21,449 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:55:21,449 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:55:21,456 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:55:22,710 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:55:22,710 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:55:22,711 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:55:22,813 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:56:05,896 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:56:06,140 INFO [CachedIndexHandler] Finished extracting script contents took: 242 ms.
-20:56:06,166 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:56:06,188 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:56:06,191 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:56:06,192 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:56:07,639 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:56:07,639 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:56:07,640 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:56:07,762 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:56:36,915 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:56:37,013 INFO [CachedIndexHandler] Finished extracting script contents took: 98 ms.
-20:56:37,030 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:56:37,033 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:56:37,040 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:56:37,040 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:56:38,570 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:56:38,572 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:56:38,577 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:56:38,693 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:57:37,149 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:57:37,232 INFO [CachedIndexHandler] Finished extracting script contents took: 83 ms.
-20:57:37,243 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:57:37,253 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:57:37,254 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:57:37,253 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:57:37,690 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:57:37,695 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:57:37,695 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:57:37,735 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:58:07,469 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:58:07,556 INFO [CachedIndexHandler] Finished extracting script contents took: 87 ms.
-20:58:07,696 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:58:07,699 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:58:07,702 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:58:07,703 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:58:08,691 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:58:08,693 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:58:08,693 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:58:08,794 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:58:24,957 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:58:25,041 INFO [CachedIndexHandler] Finished extracting script contents took: 84 ms.
-20:58:25,061 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:58:25,066 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:58:25,069 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:58:25,070 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:58:25,837 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:58:25,837 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:58:25,839 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:58:25,965 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:58:54,768 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:58:54,990 INFO [CachedIndexHandler] Finished extracting script contents took: 221 ms.
-20:58:55,014 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:58:55,025 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:58:55,026 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:58:55,025 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:58:55,986 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:58:55,990 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:58:55,992 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:58:56,113 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-20:59:06,134 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-20:59:06,219 INFO [CachedIndexHandler] Finished extracting script contents took: 85 ms.
-20:59:06,233 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-20:59:06,236 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-20:59:06,240 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-20:59:06,243 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-20:59:06,629 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-20:59:06,629 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-20:59:06,630 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-20:59:06,713 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:04:17,871 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:04:17,956 INFO [CachedIndexHandler] Finished extracting script contents took: 85 ms.
-21:04:17,975 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:04:17,982 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:04:17,983 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:04:17,983 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:04:19,223 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:04:19,224 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:04:19,225 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:04:19,324 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:50:14,435 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:50:14,549 INFO [CachedIndexHandler] Finished extracting script contents took: 112 ms.
-21:50:14,740 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:50:14,766 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:50:14,766 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:50:14,766 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:50:16,196 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:50:16,196 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:50:16,197 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:50:16,315 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:50:33,443 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:50:33,532 INFO [CachedIndexHandler] Finished extracting script contents took: 89 ms.
-21:50:33,549 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:50:33,552 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:50:33,556 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:50:33,556 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:50:34,734 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:50:34,736 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:50:34,737 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:50:34,843 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:50:57,028 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:50:57,201 INFO [CachedIndexHandler] Finished extracting script contents took: 172 ms.
-21:50:57,305 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:50:57,307 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:50:57,308 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:50:57,308 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:50:58,459 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:50:58,461 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:50:58,462 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:50:58,590 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:51:29,803 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:51:29,937 INFO [CachedIndexHandler] Finished extracting script contents took: 133 ms.
-21:51:29,956 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:51:29,969 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:51:29,970 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:51:29,982 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:51:30,855 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:51:30,855 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:51:30,856 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:51:30,998 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:51:36,970 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:51:37,074 INFO [CachedIndexHandler] Finished extracting script contents took: 104 ms.
-21:51:37,093 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:51:37,093 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:51:37,098 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:51:37,103 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:51:37,579 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:51:37,579 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:51:37,583 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:51:37,789 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:51:44,849 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:51:44,948 INFO [CachedIndexHandler] Finished extracting script contents took: 99 ms.
-21:51:44,964 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:51:44,966 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:51:44,967 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:51:44,968 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:51:45,345 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:51:45,345 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:51:45,346 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:51:45,594 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:52:56,904 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:52:57,035 INFO [CachedIndexHandler] Finished extracting script contents took: 130 ms.
-21:52:57,061 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:52:57,077 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:52:57,077 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:52:57,078 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:52:58,208 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:52:58,213 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:52:58,217 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:52:58,309 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:53:46,184 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:53:46,287 INFO [CachedIndexHandler] Finished extracting script contents took: 102 ms.
-21:53:46,311 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:53:46,318 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:53:46,320 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:53:46,321 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:53:47,960 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:53:47,967 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:53:47,972 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:53:48,080 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:54:42,875 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:54:42,954 INFO [CachedIndexHandler] Finished extracting script contents took: 79 ms.
-21:54:42,974 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:54:42,982 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:54:42,982 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:54:42,986 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:54:44,076 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:54:44,077 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:54:44,078 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:54:44,186 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:54:56,417 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:54:56,516 INFO [CachedIndexHandler] Finished extracting script contents took: 98 ms.
-21:54:56,533 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:54:56,536 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:54:56,541 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:54:56,541 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:54:58,045 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:54:58,047 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:54:58,051 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:54:58,201 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:55:10,033 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:55:10,169 INFO [CachedIndexHandler] Finished extracting script contents took: 136 ms.
-21:55:10,455 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:55:10,456 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:55:10,457 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:55:10,462 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:55:11,916 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:55:11,919 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:55:11,919 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:55:12,048 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:55:43,590 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:55:43,692 INFO [CachedIndexHandler] Finished extracting script contents took: 102 ms.
-21:55:43,711 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:55:43,713 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:55:43,714 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:55:43,716 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:55:44,949 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:55:44,951 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:55:44,951 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:55:45,076 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:56:04,455 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:56:04,535 INFO [CachedIndexHandler] Finished extracting script contents took: 80 ms.
-21:56:04,674 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:56:04,674 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:56:04,715 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:56:04,715 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:56:05,571 INFO [FileServerHandler] contentType: image/png for path: /img/side_graphic.png
-21:56:05,573 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:56:05,574 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:56:05,711 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:56:19,953 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:56:19,997 INFO [CachedIndexHandler] Finished extracting script contents took: 43 ms.
-21:56:20,043 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:56:20,050 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:56:20,051 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:56:20,054 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:56:20,920 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:56:20,920 INFO [FileServerHandler] contentType: image/png for path: /img/ece_logo.png
-21:56:21,017 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:57:17,306 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:57:17,411 INFO [CachedIndexHandler] Finished extracting script contents took: 105 ms.
-21:57:17,429 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:57:17,444 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:57:17,444 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:57:17,457 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:57:18,392 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:57:18,510 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:57:37,353 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:57:37,435 INFO [CachedIndexHandler] Finished extracting script contents took: 82 ms.
-21:57:37,501 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:57:37,502 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:57:37,514 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:57:37,542 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:57:38,299 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:57:38,430 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:57:47,057 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:57:47,169 INFO [CachedIndexHandler] Finished extracting script contents took: 112 ms.
-21:57:47,199 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:57:47,199 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:57:47,199 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:57:47,199 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:57:47,628 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:57:47,772 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:58:20,006 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:58:20,094 INFO [CachedIndexHandler] Finished extracting script contents took: 88 ms.
-21:58:20,244 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:58:20,246 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:58:20,246 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:58:20,246 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:58:21,315 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:58:21,422 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:58:25,885 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:58:25,969 INFO [CachedIndexHandler] Finished extracting script contents took: 84 ms.
-21:58:25,981 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:58:25,981 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:58:25,987 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:58:25,988 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:58:26,381 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:58:26,508 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:58:29,997 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:58:30,045 INFO [CachedIndexHandler] Finished extracting script contents took: 48 ms.
-21:58:30,113 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:58:30,114 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:58:30,114 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:58:30,115 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:58:30,617 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:58:30,732 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:59:03,582 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:59:03,631 INFO [CachedIndexHandler] Finished extracting script contents took: 49 ms.
-21:59:03,910 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:59:03,911 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:59:03,921 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:59:03,921 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:59:05,815 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:59:05,937 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:59:24,872 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:59:24,925 INFO [CachedIndexHandler] Finished extracting script contents took: 53 ms.
-21:59:25,134 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:59:25,135 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:59:25,135 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:59:25,135 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:59:26,669 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:59:26,789 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-21:59:44,493 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-21:59:44,548 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-21:59:44,564 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-21:59:44,567 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-21:59:44,570 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-21:59:44,576 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-21:59:45,774 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-21:59:45,878 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:01:10,115 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:01:10,160 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-22:01:10,184 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:01:10,201 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:01:10,201 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:01:10,215 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:01:11,346 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:01:11,434 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:01:36,691 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:01:36,743 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-22:01:36,880 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:01:36,881 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:01:36,884 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:01:36,884 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:01:38,184 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:01:38,295 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:02:16,127 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:02:16,181 INFO [CachedIndexHandler] Finished extracting script contents took: 53 ms.
-22:02:16,214 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:02:16,215 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:02:16,215 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:02:16,231 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:02:17,926 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:02:18,017 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:03:03,207 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:03:03,257 INFO [CachedIndexHandler] Finished extracting script contents took: 50 ms.
-22:03:03,300 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:03:03,317 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:03:03,325 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:03:03,330 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:03:04,188 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:03:04,291 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:03:07,815 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:03:07,914 INFO [CachedIndexHandler] Finished extracting script contents took: 99 ms.
-22:03:07,933 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:03:07,934 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:03:07,935 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:03:07,938 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:03:08,346 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:03:08,468 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:03:32,747 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:03:32,789 INFO [CachedIndexHandler] Finished extracting script contents took: 41 ms.
-22:03:32,823 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:03:32,831 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:03:32,834 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:03:32,834 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:03:33,771 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:03:33,848 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:04:18,407 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:04:18,499 INFO [CachedIndexHandler] Finished extracting script contents took: 92 ms.
-22:04:18,552 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:04:18,561 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:04:18,565 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:04:18,565 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:04:19,626 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:04:19,853 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:04:58,902 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:04:58,950 INFO [CachedIndexHandler] Finished extracting script contents took: 48 ms.
-22:04:58,995 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:04:58,995 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:04:58,999 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:04:58,999 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:05:00,325 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:05:00,557 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:07:31,691 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:07:31,786 INFO [CachedIndexHandler] Finished extracting script contents took: 94 ms.
-22:07:31,858 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:07:31,868 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:07:31,869 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:07:31,871 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:07:33,691 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:07:33,975 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:07:52,525 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:07:52,583 INFO [CachedIndexHandler] Finished extracting script contents took: 58 ms.
-22:07:52,678 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:07:52,679 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:07:52,690 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:07:52,680 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:07:54,602 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:07:54,849 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:08:01,133 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:08:01,189 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-22:08:01,238 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:08:01,239 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:08:01,239 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:08:01,249 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:08:02,122 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:08:02,254 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:08:12,797 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:08:12,875 INFO [CachedIndexHandler] Finished extracting script contents took: 77 ms.
-22:08:12,943 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:08:12,944 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:08:12,967 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:08:12,979 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:08:13,734 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:08:14,272 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:08:37,705 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:08:37,811 INFO [CachedIndexHandler] Finished extracting script contents took: 106 ms.
-22:08:37,870 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:08:37,870 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:08:37,893 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:08:37,897 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:08:39,333 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:08:39,560 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:08:47,898 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:08:47,995 INFO [CachedIndexHandler] Finished extracting script contents took: 95 ms.
-22:08:48,048 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:08:48,050 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:08:48,050 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:08:48,051 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:08:48,863 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:08:49,145 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:08:51,485 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:08:51,576 INFO [CachedIndexHandler] Finished extracting script contents took: 91 ms.
-22:08:51,628 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:08:51,628 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:08:51,632 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:08:51,633 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:08:52,275 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:08:52,506 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:09:20,458 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:09:20,524 INFO [CachedIndexHandler] Finished extracting script contents took: 65 ms.
-22:09:20,603 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:09:20,604 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:09:20,646 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:09:20,650 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:09:22,189 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:09:22,508 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:10:01,192 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:10:01,241 INFO [CachedIndexHandler] Finished extracting script contents took: 49 ms.
-22:10:01,498 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:10:01,499 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:10:01,499 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:10:01,499 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:10:03,092 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:10:03,346 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:10:27,118 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:10:27,176 INFO [CachedIndexHandler] Finished extracting script contents took: 57 ms.
-22:10:27,483 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:10:27,483 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:10:27,486 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:10:27,487 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:10:29,054 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:10:29,332 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:11:11,339 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:11:11,423 INFO [CachedIndexHandler] Finished extracting script contents took: 83 ms.
-22:11:11,475 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:11:11,490 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:11:11,496 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:11:11,496 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:11:12,983 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:11:13,218 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:12:19,484 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:12:19,561 INFO [CachedIndexHandler] Finished extracting script contents took: 77 ms.
-22:12:19,625 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:12:19,633 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:12:19,633 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:12:19,637 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:12:21,041 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:12:21,333 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:12:45,120 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:12:45,226 INFO [CachedIndexHandler] Finished extracting script contents took: 105 ms.
-22:12:45,563 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:12:45,569 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:12:45,570 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:12:45,571 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:12:46,770 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:12:47,160 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:13:01,296 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:13:01,368 INFO [CachedIndexHandler] Finished extracting script contents took: 70 ms.
-22:13:01,453 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:13:01,466 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:13:01,480 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:13:01,595 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:13:03,565 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:13:03,909 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:14:07,776 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:14:07,824 INFO [CachedIndexHandler] Finished extracting script contents took: 47 ms.
-22:14:07,873 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:14:07,881 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:14:07,883 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:14:07,883 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:14:09,310 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:14:09,530 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:14:31,051 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:14:31,101 INFO [CachedIndexHandler] Finished extracting script contents took: 49 ms.
-22:14:31,152 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:14:31,156 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:14:31,156 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:14:31,156 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:14:32,196 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:14:32,463 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:14:42,887 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:14:42,966 INFO [CachedIndexHandler] Finished extracting script contents took: 78 ms.
-22:14:43,026 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:14:43,032 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:14:43,040 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:14:43,040 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:14:43,742 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:14:44,057 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:14:57,291 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:14:57,382 INFO [CachedIndexHandler] Finished extracting script contents took: 90 ms.
-22:14:57,431 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:14:57,431 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:14:57,431 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:14:57,431 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:14:58,103 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:14:58,373 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:15:04,563 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:15:04,663 INFO [CachedIndexHandler] Finished extracting script contents took: 100 ms.
-22:15:04,897 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:15:04,899 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:15:04,902 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:15:04,903 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:15:05,543 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:15:05,784 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:15:08,922 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:15:08,978 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-22:15:09,092 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:15:09,092 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:15:09,096 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:15:09,102 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:15:09,686 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:15:09,945 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:15:37,847 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:15:37,906 INFO [CachedIndexHandler] Finished extracting script contents took: 57 ms.
-22:15:38,166 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:15:38,166 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:15:38,166 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:15:38,174 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:15:39,728 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:15:39,983 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:16:00,531 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:16:00,589 INFO [CachedIndexHandler] Finished extracting script contents took: 57 ms.
-22:16:00,796 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:16:00,799 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:16:00,802 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:16:00,803 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:16:01,926 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:16:02,241 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:16:14,659 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:16:14,766 INFO [CachedIndexHandler] Finished extracting script contents took: 106 ms.
-22:16:14,855 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:16:14,855 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:16:14,873 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:16:14,879 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:16:16,284 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:16:16,531 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:16:20,920 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:16:21,051 INFO [CachedIndexHandler] Finished extracting script contents took: 131 ms.
-22:16:21,106 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:16:21,106 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:16:21,152 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:16:21,155 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:16:21,908 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:16:22,214 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:16:29,955 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:16:30,051 INFO [CachedIndexHandler] Finished extracting script contents took: 96 ms.
-22:16:30,108 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:16:30,109 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:16:30,113 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:16:30,114 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:16:30,904 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:16:31,240 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:17:02,125 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:17:02,214 INFO [CachedIndexHandler] Finished extracting script contents took: 89 ms.
-22:17:02,271 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:17:02,274 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:17:02,275 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:17:02,275 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:17:03,352 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:17:03,569 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:17:15,275 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:17:15,318 INFO [CachedIndexHandler] Finished extracting script contents took: 43 ms.
-22:17:15,370 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:17:15,371 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:17:15,371 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:17:15,379 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:17:16,020 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:17:16,261 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:17:41,495 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:17:41,546 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-22:17:41,595 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:17:41,598 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:17:41,600 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:17:41,600 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:17:42,819 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:17:43,089 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:17:53,932 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:17:53,988 INFO [CachedIndexHandler] Finished extracting script contents took: 56 ms.
-22:17:54,238 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:17:54,239 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:17:54,240 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:17:54,240 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:17:54,881 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:17:55,155 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:21:39,303 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:21:39,406 INFO [CachedIndexHandler] Finished extracting script contents took: 102 ms.
-22:21:39,461 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:21:39,479 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:21:39,483 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:21:39,511 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:21:40,949 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:21:40,949 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:21:41,303 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:22:53,532 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:22:53,583 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-22:22:53,807 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:22:53,817 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:22:53,820 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:22:53,820 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:22:54,896 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:22:54,900 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:22:55,126 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:23:28,756 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:23:28,855 INFO [CachedIndexHandler] Finished extracting script contents took: 99 ms.
-22:23:28,906 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:23:28,907 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:23:28,914 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:23:28,915 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:23:31,518 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:23:31,518 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:23:31,821 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:26:09,122 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:26:09,177 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-22:26:09,224 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:26:09,228 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:26:09,273 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:26:09,285 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:26:10,730 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:26:10,982 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:26:16,014 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:26:16,074 INFO [CachedIndexHandler] Finished extracting script contents took: 60 ms.
-22:26:16,149 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:26:16,150 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:26:16,163 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:26:16,175 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:26:17,324 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:26:17,329 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:26:17,627 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:26:36,012 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:26:36,063 INFO [CachedIndexHandler] Finished extracting script contents took: 51 ms.
-22:26:36,509 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:26:36,511 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:26:36,511 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:26:36,525 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:26:38,353 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:26:38,353 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:26:38,602 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:26:48,144 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:26:48,276 INFO [CachedIndexHandler] Finished extracting script contents took: 132 ms.
-22:26:48,331 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:26:48,338 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:26:48,339 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:26:48,346 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:26:49,125 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:26:49,125 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:26:49,474 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:27:11,845 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:27:11,931 INFO [CachedIndexHandler] Finished extracting script contents took: 86 ms.
-22:27:11,976 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:27:11,976 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:27:11,979 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:27:11,984 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:27:14,077 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:27:14,077 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:27:14,322 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:27:39,868 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:27:39,939 INFO [CachedIndexHandler] Finished extracting script contents took: 70 ms.
-22:27:39,996 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:27:40,000 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:27:40,017 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:27:40,017 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:27:41,149 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:27:41,150 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:27:41,437 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:27:59,008 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:27:59,110 INFO [CachedIndexHandler] Finished extracting script contents took: 102 ms.
-22:27:59,355 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:27:59,356 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:27:59,362 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:27:59,362 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:28:10,473 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:28:10,632 INFO [CachedIndexHandler] Finished extracting script contents took: 159 ms.
-22:28:10,675 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:28:10,678 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:28:10,679 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:28:10,679 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:28:11,631 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:28:11,634 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:28:11,952 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:28:40,569 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:28:40,670 INFO [CachedIndexHandler] Finished extracting script contents took: 101 ms.
-22:28:40,716 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:28:40,721 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:28:40,721 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:28:40,736 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:28:42,293 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:28:42,293 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:28:42,595 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:29:09,999 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:29:10,074 INFO [CachedIndexHandler] Finished extracting script contents took: 74 ms.
-22:29:10,091 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:29:10,091 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:29:10,101 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:29:10,103 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:29:11,464 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:29:11,466 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:29:11,561 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:30:02,040 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:30:02,137 INFO [CachedIndexHandler] Finished extracting script contents took: 95 ms.
-22:30:02,221 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:30:02,222 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:30:02,227 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:30:02,228 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:30:04,092 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:30:04,093 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:30:04,384 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:30:26,121 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:30:26,177 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-22:30:26,197 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:30:26,199 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:30:26,211 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:30:26,218 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:30:27,034 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:30:27,035 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:30:27,133 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:30:41,673 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:30:41,765 INFO [CachedIndexHandler] Finished extracting script contents took: 92 ms.
-22:30:41,778 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:30:41,779 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:30:41,784 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:30:41,785 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:30:42,625 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:30:42,626 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:30:42,745 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:31:20,392 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:31:20,455 INFO [CachedIndexHandler] Finished extracting script contents took: 63 ms.
-22:31:20,471 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:31:20,471 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:31:20,477 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:31:20,478 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:31:22,120 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:31:22,120 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:31:22,789 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:32:26,518 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:32:26,611 INFO [CachedIndexHandler] Finished extracting script contents took: 93 ms.
-22:32:26,630 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:32:26,639 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:32:26,643 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:32:26,644 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:32:27,454 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:32:27,456 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:32:27,539 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:32:29,930 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:32:29,978 INFO [CachedIndexHandler] Finished extracting script contents took: 48 ms.
-22:32:30,000 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:32:30,005 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:32:30,009 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:32:30,009 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:32:30,388 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:32:30,388 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:32:30,475 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:33:02,966 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:33:03,080 INFO [CachedIndexHandler] Finished extracting script contents took: 113 ms.
-22:33:03,346 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:33:03,347 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:33:03,356 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:33:03,356 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:33:04,588 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:33:04,590 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:33:04,707 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:34:14,058 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:34:14,115 INFO [CachedIndexHandler] Finished extracting script contents took: 57 ms.
-22:34:14,358 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:34:14,364 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:34:14,365 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:34:14,365 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:34:18,217 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:34:18,217 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:34:18,309 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:34:29,368 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:34:29,455 INFO [CachedIndexHandler] Finished extracting script contents took: 87 ms.
-22:34:29,471 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:34:29,474 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:34:29,483 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:34:29,484 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:34:29,905 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:34:29,905 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:34:29,993 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:35:23,115 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:35:23,178 INFO [CachedIndexHandler] Finished extracting script contents took: 63 ms.
-22:35:23,547 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:35:23,556 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:35:23,564 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:35:23,564 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:35:24,909 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:35:24,909 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:35:25,016 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:36:34,892 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:36:34,996 INFO [CachedIndexHandler] Finished extracting script contents took: 104 ms.
-22:36:35,045 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:36:35,056 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:36:35,057 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:36:35,061 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:36:36,498 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:36:36,499 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:36:36,777 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:37:01,501 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:37:01,565 INFO [CachedIndexHandler] Finished extracting script contents took: 64 ms.
-22:37:01,655 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:37:01,656 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:37:01,673 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:37:01,673 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:37:03,060 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:37:03,062 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:37:03,386 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:37:19,365 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:37:19,448 INFO [CachedIndexHandler] Finished extracting script contents took: 83 ms.
-22:37:19,496 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:37:19,496 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:37:19,502 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:37:19,503 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:37:20,629 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:37:20,630 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:37:20,933 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:45:06,749 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:45:06,801 INFO [CachedIndexHandler] Finished extracting script contents took: 52 ms.
-22:45:07,049 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:45:07,061 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:45:07,064 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:45:07,065 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:45:08,404 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:45:08,405 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:45:08,700 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:45:34,241 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:45:34,335 INFO [CachedIndexHandler] Finished extracting script contents took: 94 ms.
-22:45:34,386 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:45:34,388 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:45:34,397 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:45:34,397 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:45:35,735 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:45:35,735 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:45:35,999 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:46:55,188 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:46:55,246 INFO [CachedIndexHandler] Finished extracting script contents took: 58 ms.
-22:46:55,583 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:46:55,592 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:46:55,594 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:46:55,594 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:46:56,995 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:46:56,996 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:46:57,439 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:47:39,615 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:47:39,704 INFO [CachedIndexHandler] Finished extracting script contents took: 89 ms.
-22:47:39,752 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:47:39,777 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:47:39,778 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:47:39,780 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:47:41,141 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:47:41,142 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:47:41,429 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:49:34,118 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:49:34,168 INFO [CachedIndexHandler] Finished extracting script contents took: 50 ms.
-22:49:34,277 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:49:34,286 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:49:34,291 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:49:34,292 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:49:35,809 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:49:35,809 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:49:36,130 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:49:46,247 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:49:46,331 INFO [CachedIndexHandler] Finished extracting script contents took: 84 ms.
-22:49:46,406 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:49:46,411 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:49:46,411 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:49:46,413 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:49:47,419 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:49:47,420 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:49:47,731 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:50:00,712 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:50:00,769 INFO [CachedIndexHandler] Finished extracting script contents took: 57 ms.
-22:50:00,840 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:50:00,852 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:50:00,859 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:50:00,859 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:50:01,928 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:50:01,933 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:50:02,174 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:50:28,455 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:50:28,542 INFO [CachedIndexHandler] Finished extracting script contents took: 87 ms.
-22:50:28,588 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:50:28,588 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:50:28,601 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:50:28,601 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:50:30,194 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:50:30,195 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:50:30,439 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:50:35,180 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:50:35,251 INFO [CachedIndexHandler] Finished extracting script contents took: 70 ms.
-22:50:35,403 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:50:35,405 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:50:35,409 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:50:35,410 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:50:36,102 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:50:36,105 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:50:36,698 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:51:44,447 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:51:44,532 INFO [CachedIndexHandler] Finished extracting script contents took: 84 ms.
-22:51:44,778 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:51:44,790 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:51:44,792 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:51:44,793 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:51:46,344 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:51:46,345 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:51:46,638 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:52:00,707 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:52:00,764 INFO [CachedIndexHandler] Finished extracting script contents took: 57 ms.
-22:52:00,835 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:52:00,836 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:52:00,841 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:52:00,841 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:52:01,558 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:52:01,558 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:52:01,857 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:55:16,588 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:55:16,680 INFO [CachedIndexHandler] Finished extracting script contents took: 92 ms.
-22:55:16,730 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:55:16,752 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:55:16,755 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:55:16,755 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:55:18,317 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:55:18,317 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:55:18,612 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:55:50,395 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:55:50,455 INFO [CachedIndexHandler] Finished extracting script contents took: 60 ms.
-22:55:50,738 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:55:50,738 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:55:50,743 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:55:50,744 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:55:52,138 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:55:52,139 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:55:52,465 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:56:07,881 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:56:07,974 INFO [CachedIndexHandler] Finished extracting script contents took: 93 ms.
-22:56:08,216 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:56:08,216 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:56:08,223 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:56:08,223 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:56:09,523 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:56:09,524 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:56:09,824 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:56:26,663 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:56:26,726 INFO [CachedIndexHandler] Finished extracting script contents took: 63 ms.
-22:56:26,742 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:56:26,747 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:56:26,748 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:56:26,748 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:56:28,067 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:56:28,067 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:56:28,169 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:56:35,997 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:56:36,086 INFO [CachedIndexHandler] Finished extracting script contents took: 88 ms.
-22:56:36,101 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:56:36,104 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:56:36,106 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:56:36,104 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:56:36,517 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:56:36,517 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:56:36,599 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-22:57:13,650 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-22:57:13,708 INFO [CachedIndexHandler] Finished extracting script contents took: 58 ms.
-22:57:13,723 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-22:57:13,731 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-22:57:13,732 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-22:57:13,732 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-22:57:15,634 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-22:57:15,635 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-22:57:15,727 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:01:25,599 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:01:27,537 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:01:28,904 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-23:01:29,923 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:01:30,833 INFO [CredentialsHandler] ID: null
-23:01:30,834 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:01:30,854 INFO [CredentialsHandler] Submitted abstracts:
-23:01:30,857 INFO [CredentialsHandler] Awesomeness
-23:01:30,865 INFO [PerstUserDao] Persisted users:
-23:01:30,865 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:01:30,865 INFO [PerstUserDao] user:joachim@haagen.name
-23:01:30,868 INFO [CredentialsHandler] New Talk Title
-23:01:30,868 INFO [PerstUserDao] Persisted users:
-23:01:30,868 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:01:30,868 INFO [PerstUserDao] user:joachim@haagen.name
-23:01:30,911 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:01:30,911 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:01:33,055 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/sponsors.md
-23:01:34,691 INFO [CredentialsHandler] ID: null
-23:01:34,692 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:01:34,692 INFO [CredentialsHandler] Submitted abstracts:
-23:01:34,693 INFO [CredentialsHandler] Awesomeness
-23:01:34,693 INFO [PerstUserDao] Persisted users:
-23:01:34,693 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:01:34,693 INFO [PerstUserDao] user:joachim@haagen.name
-23:01:34,693 INFO [CredentialsHandler] New Talk Title
-23:01:34,694 INFO [PerstUserDao] Persisted users:
-23:01:34,694 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:01:34,694 INFO [PerstUserDao] user:joachim@haagen.name
-23:01:34,695 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:01:34,695 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:01:36,135 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:04:22,246 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:04:22,337 INFO [CachedIndexHandler] Finished extracting script contents took: 91 ms.
-23:04:22,352 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:04:22,361 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:04:22,363 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:04:22,363 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:04:23,502 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:04:23,503 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:04:23,578 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:04:37,367 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:04:37,456 INFO [CachedIndexHandler] Finished extracting script contents took: 89 ms.
-23:04:37,476 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:04:37,476 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:04:37,487 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:04:37,488 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:04:38,329 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:04:38,329 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:04:38,423 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:05:33,338 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:05:33,386 INFO [CachedIndexHandler] Finished extracting script contents took: 47 ms.
-23:05:33,406 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:05:33,415 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:05:33,415 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:05:33,406 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:05:34,604 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:05:34,604 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:05:34,689 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:05:49,643 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:05:49,791 INFO [CachedIndexHandler] Finished extracting script contents took: 148 ms.
-23:05:50,052 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:05:50,053 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:05:50,053 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:05:50,060 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:05:51,092 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:05:51,093 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:05:51,199 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:06:44,575 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:06:44,630 INFO [CachedIndexHandler] Finished extracting script contents took: 54 ms.
-23:06:44,645 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:06:44,653 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:06:44,655 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:06:44,655 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:06:45,652 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:06:45,652 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:06:45,755 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:08:15,097 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:08:16,761 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:08:21,111 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:08:25,727 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:09:26,820 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:09:26,909 INFO [CachedIndexHandler] Finished extracting script contents took: 89 ms.
-23:09:26,924 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:09:26,933 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:09:26,934 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:09:26,934 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:09:28,023 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:09:28,104 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:09:29,905 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-23:09:30,863 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:09:31,832 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:09:34,103 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:10:20,957 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:10:21,022 INFO [CachedIndexHandler] Finished extracting script contents took: 64 ms.
-23:10:21,038 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:10:21,052 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:10:21,052 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:10:21,057 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:10:27,514 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:10:27,610 INFO [CachedIndexHandler] Finished extracting script contents took: 96 ms.
-23:10:27,625 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:10:27,626 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:10:27,634 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:10:27,635 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:10:38,391 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:10:38,444 INFO [CachedIndexHandler] Finished extracting script contents took: 53 ms.
-23:10:38,465 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:10:38,472 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:10:38,473 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:10:38,473 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:10:38,885 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:10:38,989 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:10:42,101 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:10:42,193 INFO [CachedIndexHandler] Finished extracting script contents took: 92 ms.
-23:10:42,240 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:10:42,243 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:10:42,243 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:10:42,243 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:10:43,049 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:10:43,133 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:10:56,831 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:10:56,877 INFO [CachedIndexHandler] Finished extracting script contents took: 45 ms.
-23:10:57,194 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:10:57,196 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:10:57,196 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:10:57,196 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:10:57,978 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:10:58,054 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:11:13,849 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:11:13,940 INFO [CachedIndexHandler] Finished extracting script contents took: 91 ms.
-23:11:13,954 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:11:13,954 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:11:13,963 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:11:13,964 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:11:15,195 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:11:15,281 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:11:57,530 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:11:57,589 INFO [CachedIndexHandler] Finished extracting script contents took: 59 ms.
-23:11:57,653 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:11:57,654 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:11:57,656 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:11:57,658 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:11:59,218 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:11:59,218 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:11:59,315 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:12:00,990 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:12:02,770 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:13:03,595 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:13:03,645 INFO [CachedIndexHandler] Finished extracting script contents took: 50 ms.
-23:13:03,846 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:13:03,855 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:13:03,856 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:13:03,857 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:13:10,567 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:13:10,659 INFO [CachedIndexHandler] Finished extracting script contents took: 91 ms.
-23:13:10,674 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:13:10,674 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:13:10,674 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:13:10,674 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:13:25,675 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:13:25,788 INFO [CachedIndexHandler] Finished extracting script contents took: 112 ms.
-23:13:25,856 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:13:25,857 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:13:25,858 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:13:25,858 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:13:32,769 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:13:32,876 INFO [CachedIndexHandler] Finished extracting script contents took: 106 ms.
-23:13:33,117 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:13:33,122 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:13:33,125 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:13:33,125 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:13:33,848 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:13:33,854 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:13:39,143 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:13:40,332 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:14:01,212 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:14:01,311 INFO [CachedIndexHandler] Finished extracting script contents took: 99 ms.
-23:14:01,663 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:14:01,665 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:14:01,669 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:14:01,670 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:14:02,982 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:14:03,243 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:14:05,616 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:14:13,879 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:14:14,843 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:14:15,478 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:14:55,937 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:14:56,026 INFO [CachedIndexHandler] Finished extracting script contents took: 88 ms.
-23:14:56,099 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:14:56,125 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:14:56,126 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:14:56,125 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:14:57,648 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:14:57,653 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:15:40,610 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:15:40,703 INFO [CachedIndexHandler] Finished extracting script contents took: 92 ms.
-23:15:40,776 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:15:40,792 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:15:40,792 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:15:40,792 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:15:42,231 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:15:42,236 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:16:05,550 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:16:05,647 INFO [CachedIndexHandler] Finished extracting script contents took: 97 ms.
-23:16:05,730 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:16:05,736 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:16:05,741 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:16:05,741 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:16:06,889 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:16:06,892 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:16:07,236 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:16:26,154 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:16:26,254 INFO [CachedIndexHandler] Finished extracting script contents took: 100 ms.
-23:16:26,304 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:16:26,305 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:16:26,314 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:16:26,314 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:16:28,019 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:16:28,020 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:16:28,304 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:16:33,093 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:16:33,214 INFO [CachedIndexHandler] Finished extracting script contents took: 119 ms.
-23:16:33,270 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:16:33,278 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:16:33,280 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:16:33,280 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:16:34,042 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:16:34,045 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:16:34,287 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:17:04,357 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:17:05,170 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:17:06,291 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:17:07,454 INFO [CredentialsHandler] ID: null
-23:17:07,454 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:17:07,455 INFO [CredentialsHandler] Submitted abstracts:
-23:17:07,455 INFO [CredentialsHandler] Awesomeness
-23:17:07,455 INFO [PerstUserDao] Persisted users:
-23:17:07,455 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:17:07,456 INFO [PerstUserDao] user:joachim@haagen.name
-23:17:07,456 INFO [CredentialsHandler] New Talk Title
-23:17:07,456 INFO [PerstUserDao] Persisted users:
-23:17:07,456 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:17:07,456 INFO [PerstUserDao] user:joachim@haagen.name
-23:17:07,457 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:17:07,457 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:17:54,481 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:17:54,573 INFO [CachedIndexHandler] Finished extracting script contents took: 91 ms.
-23:17:54,645 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:17:54,666 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:17:54,667 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:17:54,670 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:17:56,704 INFO [CredentialsHandler] ID: null
-23:17:56,706 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:17:56,706 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:17:56,707 INFO [CredentialsHandler] Submitted abstracts:
-23:17:56,707 INFO [CredentialsHandler] Awesomeness
-23:17:56,707 INFO [PerstUserDao] Persisted users:
-23:17:56,707 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:17:56,707 INFO [PerstUserDao] user:joachim@haagen.name
-23:17:56,708 INFO [CredentialsHandler] New Talk Title
-23:17:56,708 INFO [PerstUserDao] Persisted users:
-23:17:56,708 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:17:56,708 INFO [PerstUserDao] user:joachim@haagen.name
-23:17:56,709 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:17:56,709 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:18:03,728 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:18:04,647 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-23:18:05,416 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:18:06,133 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:18:12,094 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:18:12,094 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:18:23,883 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:18:23,979 INFO [CachedIndexHandler] Finished extracting script contents took: 96 ms.
-23:18:24,024 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:18:24,025 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:18:24,027 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:18:24,051 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:18:25,381 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:18:25,381 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:18:25,695 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:18:29,033 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:18:33,491 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:18:34,418 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:18:35,676 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:18:39,715 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-23:18:42,109 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:18:43,228 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:18:45,093 INFO [CredentialsHandler] ID: null
-23:18:45,093 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:18:45,094 INFO [CredentialsHandler] Submitted abstracts:
-23:18:45,094 INFO [CredentialsHandler] Awesomeness
-23:18:45,094 INFO [PerstUserDao] Persisted users:
-23:18:45,094 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:18:45,094 INFO [PerstUserDao] user:joachim@haagen.name
-23:18:45,094 INFO [CredentialsHandler] New Talk Title
-23:18:45,094 INFO [PerstUserDao] Persisted users:
-23:18:45,095 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:18:45,095 INFO [PerstUserDao] user:joachim@haagen.name
-23:18:45,095 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:18:45,095 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:18:52,926 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/sponsors.md
-23:18:56,908 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/organizers.md
-23:18:59,951 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:19:02,617 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:19:05,787 INFO [CredentialsHandler] ID: null
-23:19:05,788 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:19:05,788 INFO [CredentialsHandler] Submitted abstracts:
-23:19:05,788 INFO [CredentialsHandler] Awesomeness
-23:19:05,788 INFO [PerstUserDao] Persisted users:
-23:19:05,788 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:19:05,788 INFO [PerstUserDao] user:joachim@haagen.name
-23:19:05,788 INFO [CredentialsHandler] New Talk Title
-23:19:05,788 INFO [PerstUserDao] Persisted users:
-23:19:05,789 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:19:05,789 INFO [PerstUserDao] user:joachim@haagen.name
-23:19:05,789 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:19:05,789 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:19:07,717 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:19:15,985 INFO [CredentialsHandler] ID: null
-23:19:15,985 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:19:15,985 INFO [CredentialsHandler] Submitted abstracts:
-23:19:15,985 INFO [CredentialsHandler] Awesomeness
-23:19:15,986 INFO [PerstUserDao] Persisted users:
-23:19:15,986 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:19:15,986 INFO [PerstUserDao] user:joachim@haagen.name
-23:19:15,986 INFO [CredentialsHandler] New Talk Title
-23:19:15,986 INFO [PerstUserDao] Persisted users:
-23:19:15,986 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:19:15,986 INFO [PerstUserDao] user:joachim@haagen.name
-23:19:15,987 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:19:15,987 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:19:20,273 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:19:22,283 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:20:51,950 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:20:52,045 INFO [CachedIndexHandler] Finished extracting script contents took: 95 ms.
-23:20:52,105 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:20:52,120 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:20:52,120 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:20:52,128 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:20:54,546 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:20:54,546 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:20:54,840 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:21:09,239 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:21:09,342 INFO [CachedIndexHandler] Finished extracting script contents took: 103 ms.
-23:21:09,423 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:21:09,425 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:21:09,439 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:21:09,440 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:21:10,876 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:21:10,877 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:21:11,173 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:21:15,864 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:21:15,980 INFO [CachedIndexHandler] Finished extracting script contents took: 116 ms.
-23:21:16,030 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:21:16,033 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:21:16,034 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:21:16,035 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:21:16,843 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:21:16,846 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:21:17,313 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:21:37,259 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:21:37,350 INFO [CachedIndexHandler] Finished extracting script contents took: 91 ms.
-23:21:37,508 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:21:37,509 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:21:37,513 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:21:37,514 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:21:38,752 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:21:38,753 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:21:39,063 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:21:58,720 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:21:58,811 INFO [CachedIndexHandler] Finished extracting script contents took: 91 ms.
-23:21:58,888 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:21:58,892 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:21:58,898 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:21:58,898 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:22:00,152 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:22:00,154 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:22:00,489 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:23:07,307 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:23:07,361 INFO [CachedIndexHandler] Finished extracting script contents took: 53 ms.
-23:23:07,510 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:23:07,515 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:23:07,516 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:23:07,516 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:23:09,122 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:23:09,124 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:23:09,395 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:23:13,156 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:23:14,842 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:23:15,784 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:23:26,183 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:23:26,247 INFO [CachedIndexHandler] Finished extracting script contents took: 63 ms.
-23:23:26,293 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:23:26,294 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:23:26,300 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:23:26,301 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:23:27,482 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:23:27,804 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:23:29,416 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-23:23:30,551 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:23:32,675 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:23:32,683 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:24:14,658 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:24:36,032 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:24:36,033 INFO [CredentialsHandler] Logging in via Persona.
-23:24:39,348 INFO [AuthenticationContext] Persona Status: okay :: null
-23:24:39,348 INFO [PerstUserDao] Persisted users:
-23:24:39,349 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:24:39,349 INFO [PerstUserDao] user:joachim@haagen.name
-23:24:39,349 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:24:39,350 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:24:39,350 INFO [CredentialsHandler] { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:24:39,351 INFO [CredentialsHandler] responseContent: { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:24:39,351 INFO [CredentialsHandler] coookieUuidToken 3c4155d5-c7fa-41b2-bac8-55153f0da8d3
-23:24:44,724 INFO [CredentialsHandler] ID: null
-23:24:44,724 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:24:44,724 INFO [CredentialsHandler] Submitted abstracts:
-23:24:44,724 INFO [CredentialsHandler] Awesomeness
-23:24:44,724 INFO [PerstUserDao] Persisted users:
-23:24:44,725 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:24:44,725 INFO [PerstUserDao] user:joachim@haagen.name
-23:24:44,725 INFO [CredentialsHandler] New Talk Title
-23:24:44,725 INFO [PerstUserDao] Persisted users:
-23:24:44,725 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:24:44,725 INFO [PerstUserDao] user:joachim@haagen.name
-23:24:44,726 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:24:44,726 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:24:59,070 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:24:59,215 INFO [CachedIndexHandler] Finished extracting script contents took: 144 ms.
-23:24:59,280 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:24:59,297 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:24:59,299 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:24:59,298 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:25:02,465 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:25:02,465 INFO [CredentialsHandler] ID: null
-23:25:02,466 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:25:02,466 INFO [CredentialsHandler] Submitted abstracts:
-23:25:02,466 INFO [CredentialsHandler] Awesomeness
-23:25:02,467 INFO [PerstUserDao] Persisted users:
-23:25:02,467 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:25:02,467 INFO [PerstUserDao] user:joachim@haagen.name
-23:25:02,467 INFO [CredentialsHandler] New Talk Title
-23:25:02,467 INFO [PerstUserDao] Persisted users:
-23:25:02,467 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:25:02,467 INFO [PerstUserDao] user:joachim@haagen.name
-23:25:02,468 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:25:02,468 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:25:05,175 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:25:05,175 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:25:05,175 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:25:05,176 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:25:05,176 INFO [CredentialsHandler] { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:25:05,176 INFO [CredentialsHandler] responseContent: { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:25:05,176 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:25:52,233 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:25:52,345 INFO [CachedIndexHandler] Finished extracting script contents took: 112 ms.
-23:25:52,398 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:25:52,412 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:25:52,416 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:25:52,417 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:25:54,580 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:25:54,581 INFO [CredentialsHandler] ID: null
-23:25:54,581 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:25:54,581 INFO [CredentialsHandler] Submitted abstracts:
-23:25:54,581 INFO [CredentialsHandler] Awesomeness
-23:25:54,581 INFO [PerstUserDao] Persisted users:
-23:25:54,581 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:25:54,582 INFO [PerstUserDao] user:joachim@haagen.name
-23:25:54,582 INFO [CredentialsHandler] New Talk Title
-23:25:54,582 INFO [PerstUserDao] Persisted users:
-23:25:54,582 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:25:54,582 INFO [PerstUserDao] user:joachim@haagen.name
-23:25:54,583 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:25:54,583 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:25:56,925 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:25:56,926 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:25:56,926 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:25:56,926 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:25:56,926 INFO [CredentialsHandler] { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:25:56,927 INFO [CredentialsHandler] responseContent: { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:25:56,927 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:26:10,099 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/sponsors.md
-23:26:11,907 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/organizers.md
-23:26:13,476 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:26:13,480 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:26:16,694 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:26:16,802 INFO [CachedIndexHandler] Finished extracting script contents took: 108 ms.
-23:26:16,880 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:26:16,882 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:26:16,892 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:26:16,892 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:26:18,492 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:26:18,492 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:26:18,771 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:26:20,935 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:26:20,935 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:26:20,935 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:26:20,936 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:26:20,936 INFO [CredentialsHandler] { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:26:20,936 INFO [CredentialsHandler] responseContent: { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:26:20,936 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:26:37,307 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:26:37,362 INFO [CachedIndexHandler] Finished extracting script contents took: 55 ms.
-23:26:37,501 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:26:37,504 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:26:37,505 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:26:37,505 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:26:38,543 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:26:38,545 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:26:38,804 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:26:40,923 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:26:40,923 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:26:40,923 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:26:40,923 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:26:40,923 INFO [CredentialsHandler] { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:26:40,924 INFO [CredentialsHandler] responseContent: { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:26:40,924 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:26:42,179 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/venue.md
-23:26:44,305 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:27:28,906 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:27:28,969 INFO [CachedIndexHandler] Finished extracting script contents took: 63 ms.
-23:27:29,070 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:27:29,079 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:27:29,088 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:27:29,089 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:27:30,676 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:27:30,678 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:27:30,927 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:27:33,379 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:27:33,380 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:27:33,380 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:27:33,380 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:27:33,380 INFO [CredentialsHandler] { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:27:33,381 INFO [CredentialsHandler] responseContent: { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:27:33,381 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:27:55,648 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:27:55,773 INFO [CachedIndexHandler] Finished extracting script contents took: 125 ms.
-23:27:55,820 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:27:55,821 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:27:55,832 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:27:55,833 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:27:56,909 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:27:56,911 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:27:57,277 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:27:59,393 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:27:59,393 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:27:59,393 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:27:59,393 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:27:59,393 INFO [CredentialsHandler] { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:27:59,394 INFO [CredentialsHandler] responseContent: { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:27:59,394 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:27:59,990 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:28:07,716 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:28:07,823 INFO [CachedIndexHandler] Finished extracting script contents took: 106 ms.
-23:28:07,874 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:28:07,876 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:28:07,890 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:28:07,891 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:28:09,042 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:28:09,341 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/tickets.md
-23:28:11,227 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:28:11,227 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:28:11,227 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:28:11,227 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:28:11,227 INFO [CredentialsHandler] { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:28:11,228 INFO [CredentialsHandler] responseContent: { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:28:11,228 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:28:13,464 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/cfs.md
-23:28:14,616 INFO [CredentialsHandler] ID: null
-23:28:14,617 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:28:14,617 INFO [CredentialsHandler] Submitted abstracts:
-23:28:14,617 INFO [CredentialsHandler] Awesomeness
-23:28:14,617 INFO [PerstUserDao] Persisted users:
-23:28:14,617 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:28:14,617 INFO [PerstUserDao] user:joachim@haagen.name
-23:28:14,617 INFO [CredentialsHandler] New Talk Title
-23:28:14,617 INFO [PerstUserDao] Persisted users:
-23:28:14,617 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:28:14,618 INFO [PerstUserDao] user:joachim@haagen.name
-23:28:14,618 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:28:14,618 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:28:15,946 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/sponsors.md
-23:28:17,599 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/index.md
-23:28:17,603 INFO [FileServerHandler] contentType: image/jpeg for path: /img/venue.jpg
-23:31:19,321 INFO [FileServerHandler] contentType: text/plain for path: /mrkdwn/schedule.md
-23:31:59,381 INFO [CredentialsHandler] ID: null
-23:31:59,382 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:31:59,382 INFO [CredentialsHandler] Submitted abstracts:
-23:31:59,382 INFO [CredentialsHandler] Awesomeness
-23:31:59,382 INFO [PerstUserDao] Persisted users:
-23:31:59,382 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:31:59,382 INFO [PerstUserDao] user:joachim@haagen.name
-23:31:59,383 INFO [CredentialsHandler] New Talk Title
-23:31:59,383 INFO [PerstUserDao] Persisted users:
-23:31:59,383 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:31:59,383 INFO [PerstUserDao] user:joachim@haagen.name
-23:31:59,383 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:31:59,383 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:33:29,147 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:33:29,254 INFO [CachedIndexHandler] Finished extracting script contents took: 107 ms.
-23:33:29,271 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:33:29,276 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:33:29,278 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:33:29,279 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:33:31,546 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:33:31,546 INFO [CredentialsHandler] ID: null
-23:33:31,546 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:33:31,547 INFO [CredentialsHandler] Submitted abstracts:
-23:33:31,547 INFO [CredentialsHandler] Awesomeness
-23:33:31,547 INFO [PerstUserDao] Persisted users:
-23:33:31,547 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:33:31,548 INFO [PerstUserDao] user:joachim@haagen.name
-23:33:31,548 INFO [CredentialsHandler] New Talk Title
-23:33:31,548 INFO [PerstUserDao] Persisted users:
-23:33:31,548 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:33:31,548 INFO [PerstUserDao] user:joachim@haagen.name
-23:33:31,549 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:33:31,549 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:33:33,308 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:33:33,308 INFO [CredentialsHandler] User Cached. Logging in automatically without Persona.
-23:33:33,308 INFO [AuthenticationContext] root user. joachim@haagen-software.no
-23:33:33,308 INFO [AuthenticationContext] Setting authLevel to ROOT for : joachim@haagen-software.no
-23:33:33,308 INFO [CredentialsHandler] { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:33:33,309 INFO [CredentialsHandler] responseContent: { "uuidToken": "3b96bec0-1d24-49f2-9640-e10a5bb21637", "authLevel": "root"}
-23:33:33,309 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:33:36,479 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uuidToken=3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:33:36,480 INFO [AuthenticationContext] UUID: 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:33:36,480 INFO [AuthenticationContext] logging out user: 3b96bec0-1d24-49f2-9640-e10a5bb21637 :: false
-23:33:36,480 INFO [CredentialsHandler] responseContent: {"loggedOut": true}
-23:33:36,480 INFO [CredentialsHandler] coookieUuidToken 3b96bec0-1d24-49f2-9640-e10a5bb21637
-23:33:43,014 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:33:43,118 INFO [CachedIndexHandler] Finished extracting script contents took: 104 ms.
-23:33:43,133 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:33:43,142 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:33:43,144 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:33:43,145 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:33:44,131 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:33:44,131 INFO [CredentialsHandler] ID: null
-23:33:44,210 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-23:33:44,210 INFO [CredentialsHandler] Submitted abstracts:
-23:33:44,210 INFO [CredentialsHandler] Awesomeness
-23:33:44,210 INFO [PerstUserDao] Persisted users:
-23:33:44,210 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:33:44,210 INFO [PerstUserDao] user:joachim@haagen.name
-23:33:44,210 INFO [CredentialsHandler] New Talk Title
-23:33:44,211 INFO [PerstUserDao] Persisted users:
-23:33:44,211 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:33:44,211 INFO [PerstUserDao] user:joachim@haagen.name
-23:33:44,211 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:33:44,234 INFO [CredentialsHandler] coookieUuidToken null
-23:34:14,524 INFO [CachedIndexHandler] Updating index.html from filesystem path: /index.html
-23:34:14,635 INFO [CachedIndexHandler] Finished extracting script contents took: 110 ms.
-23:34:14,651 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/master.css
-23:34:14,652 INFO [FileServerHandler] contentType: text/css for path: /stylesheets/bootstrap.css
-23:34:14,662 INFO [CachedScriptHandler] CachedScriptHandler uri: /index.html.js
-23:34:14,662 INFO [CachedScriptHandler] CachedScriptHandler path: /index.html
-23:34:15,518 INFO [CacheableFileServerHandler] contentType: text/plain for path: /pages
-23:34:15,520 INFO [CredentialsHandler] ID: null
-23:34:15,520 INFO [FileServerHandler] cookie header:
-__utma=111872281.1103232200.1365515103.1365573282.1365614357.8; __utmz=111872281.1365515103.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-23:34:15,520 INFO [CredentialsHandler] Submitted abstracts:
-23:34:15,520 INFO [CredentialsHandler] Awesomeness
-23:34:15,520 INFO [PerstUserDao] Persisted users:
-23:34:15,521 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:34:15,521 INFO [PerstUserDao] user:joachim@haagen.name
-23:34:15,521 INFO [CredentialsHandler] New Talk Title
-23:34:15,521 INFO [PerstUserDao] Persisted users:
-23:34:15,521 INFO [PerstUserDao] user:joachim@haagen-software.no
-23:34:15,521 INFO [PerstUserDao] user:joachim@haagen.name
-23:34:15,522 INFO [CredentialsHandler] responseContent: {"abstracts":[{"id":"81377FF62908FD7E","talkTitle":"Awesomeness","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!","talkTopics":"topics","talkType":"proposal","talkSuggestedBy":"Joachim Haagen Skeie"},{"id":"CFB62F6C2605AF69","talkTitle":"New Talk Title","talkText":"We are looking for the best and most worthwhile Ember.js related talks. Your topic can be about anything, as long as it relates to Ember.js development somehow.\nTalks: Format and Duration\nTalks are either 20 or 35 minutes long. Please note in your abstract how long you estimate your talk to be.\nWorkshops/Tutorials\nWe want to be able to offer a few hands-on workshops/tutorials. The details about the arrangement of these are not yet finalized. You can influence the setup by submitting an abstract!\nWhat you get!\nSpeakers with accepted abstracts get free admission to the mini-conference day (day 3) and will get invited to the Speakers Dinner.","talkTopics":"Topics","talkType":"Proposal","talkSuggestedBy":"Joahcim haagen SKeie"}]}
-23:34:15,522 INFO [CredentialsHandler] coookieUuidToken null
diff --git a/backend/pom.xml b/backend/pom.xml
deleted file mode 100644
index 1c6de47a..00000000
--- a/backend/pom.xml
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
- 4.0.0
- org.haagensoftware
- emberfest
- 0.1.0
- Ember Fest Backend
- jar
-
-
- 3.6.4.Final
- 4.7
- 1.2.13
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.7
- 1.7
- ISO-8859-1
-
-
-
-
-
-
-
- junit
- junit
- test
-
-
- log4j
- log4j
-
-
- com.google.code.gson
- gson
-
-
- io.netty
- netty
- ${netty.version}
-
-
- org.apache.httpcomponents
- httpclient
- 4.1.1
-
-
- org.jsoup
- jsoup
- 1.6.3
-
-
- org.iq80.leveldb
- leveldb
-
-
- com.dkhenry
- rethinkjava
-
-
- org.ektorp
- org.ektorp
-
-
-
-
-
-
- log4j
- log4j
- ${log4j.version}
- jar
-
-
- junit
- junit
- ${junit.version}
- test
-
-
- com.google.code.gson
- gson
- 2.2.1
-
-
- org.iq80.leveldb
- leveldb
- 0.5
-
-
- com.dkhenry
- rethinkjava
- 0.7
-
-
- org.ektorp
- org.ektorp
- 1.3.0
-
-
-
-
-
-
- assembly
-
-
- !skip.assembly
-
-
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
- 1.5
-
-
- package
-
- shade
-
-
- emberfest-${project.version}-jar-with-dependencies
-
-
- no.haagensoftware.netty.server.Main
-
-
-
-
-
-
-
-
-
-
-
-
-
- maven-repo
- Maven Repository
- http://repo1.maven.org/maven2
- default
-
-
- rethinkjava-mvn-repo
- https://raw.github.com/dkhenry/rethinkjava/mvn-repo/
-
- true
- always
-
-
-
-
diff --git a/backend/src/main/java/no/haagensoftware/auth/MozillaPersonaCredentials.java b/backend/src/main/java/no/haagensoftware/auth/MozillaPersonaCredentials.java
deleted file mode 100644
index 59b7cb25..00000000
--- a/backend/src/main/java/no/haagensoftware/auth/MozillaPersonaCredentials.java
+++ /dev/null
@@ -1,61 +0,0 @@
-package no.haagensoftware.auth;
-
-public class MozillaPersonaCredentials {
- public String status;
- public String email;
- public String audience;
- public Long expires;
- public String issuer;
- public String reason;
-
- public MozillaPersonaCredentials() {
- }
-
- public String getStatus() {
- return status;
- }
-
- public void setStatus(String status) {
- this.status = status;
- }
-
- public String getEmail() {
- return email;
- }
-
- public void setEmail(String email) {
- this.email = email;
- }
-
- public String getAudience() {
- return audience;
- }
-
- public void setAudience(String audience) {
- this.audience = audience;
- }
-
- public Long getExpires() {
- return expires;
- }
-
- public void setExpires(Long expires) {
- this.expires = expires;
- }
-
- public String getIssuer() {
- return issuer;
- }
-
- public void setIssuer(String issuer) {
- this.issuer = issuer;
- }
-
- public String getReason() {
- return reason;
- }
-
- public void setReason(String reason) {
- this.reason = reason;
- }
-}
diff --git a/backend/src/main/java/no/haagensoftware/datatypes/Cookie.java b/backend/src/main/java/no/haagensoftware/datatypes/Cookie.java
deleted file mode 100644
index c57fe947..00000000
--- a/backend/src/main/java/no/haagensoftware/datatypes/Cookie.java
+++ /dev/null
@@ -1,46 +0,0 @@
-package no.haagensoftware.datatypes;
-
-/**
- * Created by jhsmbp on 1/5/14.
- */
-public class Cookie {
- private String id;
- private String userId;
- private Long created;
- private Long lastUsed;
-
- public Cookie() {
- }
-
- public String getId() {
- return id;
- }
-
- public void setId(String id) {
- this.id = id;
- }
-
- public String getUserId() {
- return userId;
- }
-
- public void setUserId(String userId) {
- this.userId = userId;
- }
-
- public Long getCreated() {
- return created;
- }
-
- public void setCreated(Long created) {
- this.created = created;
- }
-
- public Long getLastUsed() {
- return lastUsed;
- }
-
- public void setLastUsed(Long lastUsed) {
- this.lastUsed = lastUsed;
- }
-}
diff --git a/backend/src/main/java/no/haagensoftware/datatypes/Talk.java b/backend/src/main/java/no/haagensoftware/datatypes/Talk.java
deleted file mode 100644
index e8acdb5d..00000000
--- a/backend/src/main/java/no/haagensoftware/datatypes/Talk.java
+++ /dev/null
@@ -1,89 +0,0 @@
-package no.haagensoftware.datatypes;
-
-public class Talk {
- private String abstractId;
- private String userId;
- private String title;
- private String talkAbstract;
- private String topics;
- private String talkType;
- private String outline;
- private String participantRequirements;
- private String comments;
-
- public Talk() {
-
- }
-
- public String getAbstractId() {
- return abstractId;
- }
-
- public void setAbstractId(String abstractId) {
- this.abstractId = abstractId;
- }
-
- public String getUserId() {
- return userId;
- }
-
- public void setUserId(String userId) {
- this.userId = userId;
- }
-
- public String getTitle() {
- return title;
- }
-
- public void setTitle(String title) {
- this.title = title;
- }
-
- public String getTalkAbstract() {
- return talkAbstract;
- }
-
- public void setTalkAbstract(String talkAbstract) {
- this.talkAbstract = talkAbstract;
- }
-
- public String getTopics() {
- return topics;
- }
-
- public void setTopics(String topics) {
- this.topics = topics;
- }
-
- public String getTalkType() {
- return talkType;
- }
-
- public void setTalkType(String talkType) {
- this.talkType = talkType;
- }
-
- public String getOutline() {
- return outline;
- }
-
- public void setOutline(String outline) {
- this.outline = outline;
- }
-
- public String getParticipantRequirements() {
- return participantRequirements;
- }
-
- public void setParticipantRequirements(String participantRequirements) {
- this.participantRequirements = participantRequirements;
- }
-
- public String getComments() {
- return comments;
- }
-
- public void setComments(String comments) {
- this.comments = comments;
- }
-}
diff --git a/backend/src/main/java/no/haagensoftware/datatypes/TalkObject.java b/backend/src/main/java/no/haagensoftware/datatypes/TalkObject.java
deleted file mode 100644
index bd4fe8a3..00000000
--- a/backend/src/main/java/no/haagensoftware/datatypes/TalkObject.java
+++ /dev/null
@@ -1,21 +0,0 @@
-package no.haagensoftware.datatypes;
-
-import no.haagensoftware.netty.webserver.SubmittedTalk;
-
-/**
- * Created by jhsmbp on 1/5/14.
- */
-public class TalkObject {
- private SubmittedTalk talk;
-
- public TalkObject() {
- }
-
- public SubmittedTalk getTalk() {
- return talk;
- }
-
- public void setTalk(SubmittedTalk talk) {
- this.talk = talk;
- }
-}
diff --git a/backend/src/main/java/no/haagensoftware/datatypes/User.java b/backend/src/main/java/no/haagensoftware/datatypes/User.java
deleted file mode 100644
index e5fab3b7..00000000
--- a/backend/src/main/java/no/haagensoftware/datatypes/User.java
+++ /dev/null
@@ -1,120 +0,0 @@
-package no.haagensoftware.datatypes;
-
-import java.util.List;
-import org.codehaus.jackson.annotate.JsonProperty;
-
-public class User {
- private String id;
- private String userId;
- private String authenticationToken;
- private String fullName;
- private String company;
- private String phone;
- private String dietaryRequirements;
- private String countryOfResidence;
- private String yearOfBirth;
- private Boolean attendingDinner;
- private String userLevel;
- private Long loginExpires;
-
-
- public User() {
-
- }
-
- public String getId() {
- return id;
- }
-
- public void setId(String id) {
- this.id = id;
- }
-
- public String getUserId() {
- return userId;
- }
-
- public void setUserId(String userId) {
- this.userId = userId;
- }
-
- public String getAuthenticationToken() {
- return authenticationToken;
- }
-
- public void setAuthenticationToken(String authenticationToken) {
- this.authenticationToken = authenticationToken;
- }
-
- public String getFullName() {
- return fullName;
- }
-
- public void setFullName(String fullName) {
- this.fullName = fullName;
- }
-
- public String getCompany() {
- return company;
- }
-
- public void setCompany(String company) {
- this.company = company;
- }
-
- public String getPhone() {
- return phone;
- }
-
- public void setPhone(String phone) {
- this.phone = phone;
- }
-
- public String getDietaryRequirements() {
- return dietaryRequirements;
- }
-
- public void setDietaryRequirements(String dietaryRequirements) {
- this.dietaryRequirements = dietaryRequirements;
- }
-
- public String getCountryOfResidence() {
- return countryOfResidence;
- }
-
- public void setCountryOfResidence(String countryOfResidence) {
- this.countryOfResidence = countryOfResidence;
- }
-
- public String getYearOfBirth() {
- return yearOfBirth;
- }
-
- public void setYearOfBirth(String yearOfBirth) {
- this.yearOfBirth = yearOfBirth;
- }
-
- public Boolean getAttendingDinner() {
- return attendingDinner;
- }
-
- public void setAttendingDinner(Boolean attendingDinner) {
- this.attendingDinner = attendingDinner;
- }
-
- public String getUserLevel() {
- return userLevel;
- }
-
- public void setUserLevel(String userLevel) {
- this.userLevel = userLevel;
- }
-
- public Long getLoginExpires() {
- return loginExpires;
- }
-
- public void setLoginExpires(Long loginExpires) {
- this.loginExpires = loginExpires;
- }
-}
diff --git a/backend/src/main/java/no/haagensoftware/datatypes/UserObject.java b/backend/src/main/java/no/haagensoftware/datatypes/UserObject.java
deleted file mode 100644
index f68fded5..00000000
--- a/backend/src/main/java/no/haagensoftware/datatypes/UserObject.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package no.haagensoftware.datatypes;
-
-/**
- * Created by jhsmbp on 1/5/14.
- */
-public class UserObject {
- private User user;
-
- public UserObject() {
- }
-
- public User getUser() {
- return user;
- }
-
- public void setUser(User user) {
- this.user = user;
- }
-}
diff --git a/backend/src/main/java/no/haagensoftware/db/AbstractDao.java b/backend/src/main/java/no/haagensoftware/db/AbstractDao.java
deleted file mode 100644
index a6f25f12..00000000
--- a/backend/src/main/java/no/haagensoftware/db/AbstractDao.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package no.haagensoftware.db;
-
-import no.haagensoftware.datatypes.Talk;
-
-import java.util.List;
-
-/**
- * Created by jhsmbp on 1/4/14.
- */
-public interface AbstractDao {
- public void persistAbstract(Talk talk);
-
- public Talk getAbstract(String abstractId);
-
- public List getAbstracts();
-
- public void deleteAbstract(String abstractId);
-
- public List getAbstractsForUser(String userId);
-}
diff --git a/backend/src/main/java/no/haagensoftware/db/DbEnv.java b/backend/src/main/java/no/haagensoftware/db/DbEnv.java
deleted file mode 100644
index 5b0ba932..00000000
--- a/backend/src/main/java/no/haagensoftware/db/DbEnv.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package no.haagensoftware.db;
-
-import com.dkhenry.RethinkDB.errors.RqlDriverException;
-
-/**
- * Created by jhsmbp on 1/5/14.
- */
-public interface DbEnv {
- void connect() throws RqlDriverException;
-
- UserDao getUserDao();
-
- AbstractDao getAbstractDao();
-}
diff --git a/backend/src/main/java/no/haagensoftware/db/UserDao.java b/backend/src/main/java/no/haagensoftware/db/UserDao.java
deleted file mode 100644
index fb2d215f..00000000
--- a/backend/src/main/java/no/haagensoftware/db/UserDao.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package no.haagensoftware.db;
-
-import no.haagensoftware.datatypes.Cookie;
-import no.haagensoftware.datatypes.User;
-
-/**
- * Created by jhsmbp on 1/4/14.
- */
-public interface UserDao {
- public void persistUser(User user);
-
- public User getUser(String userId);
-
- public void persistCookie(Cookie cookie);
-
- public Cookie getCookie(String id);
-
- public void deleteCookie(String id);
-}
diff --git a/backend/src/main/java/no/haagensoftware/leveldb/LevelDbEnv.java b/backend/src/main/java/no/haagensoftware/leveldb/LevelDbEnv.java
deleted file mode 100644
index 2ab85c0b..00000000
--- a/backend/src/main/java/no/haagensoftware/leveldb/LevelDbEnv.java
+++ /dev/null
@@ -1,58 +0,0 @@
-package no.haagensoftware.leveldb;
-
-import no.haagensoftware.db.AbstractDao;
-import no.haagensoftware.db.DbEnv;
-import no.haagensoftware.db.UserDao;
-import no.haagensoftware.leveldb.dao.LevelDbAbstractDao;
-import no.haagensoftware.leveldb.dao.LevelDbUserDao;
-import org.iq80.leveldb.*;
-
-import static org.iq80.leveldb.impl.Iq80DBFactory.*;
-
-import java.io.*;
-
-public class LevelDbEnv implements DbEnv {
- private String dbPath;
- private DB db;
-
- private UserDao userDao;
- private AbstractDao abstractDao;
-
- public LevelDbEnv(String dbPath) {
- this.dbPath = dbPath;
- }
-
- public void connect() {
- Options options = new Options();
- options.createIfMissing(true);
- try {
- db = factory.open(new File(dbPath), options);
- } catch (IOException e) {
- e.printStackTrace();
- }
-
- userDao = new LevelDbUserDao(db);
- abstractDao = new LevelDbAbstractDao(db);
- }
-
- public DB getDb() {
- return db;
- }
-
- public void close() {
- try {
- db.close();
- } catch (IOException e) {
- // TODO Auto-generated catch block
- e.printStackTrace();
- }
- }
-
- public UserDao getUserDao() {
- return userDao;
- }
-
- public AbstractDao getAbstractDao() {
- return abstractDao;
- }
-}
diff --git a/backend/src/main/java/no/haagensoftware/leveldb/dao/LevelDbAbstractDao.java b/backend/src/main/java/no/haagensoftware/leveldb/dao/LevelDbAbstractDao.java
deleted file mode 100644
index 1280ca8a..00000000
--- a/backend/src/main/java/no/haagensoftware/leveldb/dao/LevelDbAbstractDao.java
+++ /dev/null
@@ -1,80 +0,0 @@
-package no.haagensoftware.leveldb.dao;
-
-import static org.iq80.leveldb.impl.Iq80DBFactory.*;
-
-import java.io.IOException;
-import java.util.ArrayList;
-import java.util.List;
-
-import no.haagensoftware.datatypes.Talk;
-import no.haagensoftware.db.AbstractDao;
-
-import org.apache.log4j.Logger;
-import org.iq80.leveldb.DB;
-import org.iq80.leveldb.DBIterator;
-
-import com.google.gson.Gson;
-
-public class LevelDbAbstractDao implements AbstractDao {
- private Logger logger = Logger.getLogger(LevelDbAbstractDao.class.getName());
- private DB db;
-
- public LevelDbAbstractDao(DB db) {
- this.db = db;
- }
-
- @Override
- public void persistAbstract(Talk talk) {
- db.put(bytes("talk_" + talk.getAbstractId()), bytes(new Gson().toJson(talk)));
- }
-
- @Override
- public Talk getAbstract(String abstractId) {
- String json = asString(db.get(bytes("talk_" + abstractId)));
- Talk talk = new Gson().fromJson(json, Talk.class);
- return talk;
- }
-
- @Override
- public List getAbstracts() {
- List abstractList = new ArrayList<>();
- DBIterator iterator = db.iterator();
- try {
- for(iterator.seekToFirst(); iterator.hasNext(); iterator.next()) {
- if (asString(iterator.peekNext().getKey()).startsWith("talk_")) {
- String json = asString(iterator.peekNext().getValue());
- logger.info("talk: " + json);
- abstractList.add(new Gson().fromJson(json, Talk.class));
- }
- }
- } finally {
- try {
- iterator.close();
- } catch (IOException e) {
- // TODO Auto-generated catch block
- e.printStackTrace();
- }
- }
-
- return abstractList;
- }
-
- public List getAbstractsForUser(String userId) {
- List allAbstracts = getAbstracts();
- List userAbstracts = new ArrayList<>();
-
- for (Talk talk : allAbstracts) {
- if (talk.getUserId().equals(userId)) {
- userAbstracts.add(talk);
- }
- }
-
- return userAbstracts;
-
- }
-
- @Override
- public void deleteAbstract(String abstractId) {
- db.delete(("talk_" + abstractId).getBytes());
- }
-}
diff --git a/backend/src/main/java/no/haagensoftware/leveldb/dao/LevelDbUserDao.java b/backend/src/main/java/no/haagensoftware/leveldb/dao/LevelDbUserDao.java
deleted file mode 100644
index fcd27a94..00000000
--- a/backend/src/main/java/no/haagensoftware/leveldb/dao/LevelDbUserDao.java
+++ /dev/null
@@ -1,80 +0,0 @@
-package no.haagensoftware.leveldb.dao;
-
-import static org.iq80.leveldb.impl.Iq80DBFactory.*;
-
-import no.haagensoftware.datatypes.Cookie;
-import no.haagensoftware.datatypes.User;
-import no.haagensoftware.db.UserDao;
-import org.apache.log4j.Logger;
-import org.iq80.leveldb.DB;
-
-import com.google.gson.Gson;
-
-import org.iq80.leveldb.DBIterator;
-
-import java.util.Map;
-
-public class LevelDbUserDao implements UserDao {
- private Logger logger = Logger.getLogger(LevelDbUserDao.class.getName());
- private DB db;
-
- public LevelDbUserDao(DB db) {
- this.db = db;
- }
-
- @Override
- public void persistUser(User user) {
- String userJson = new Gson().toJson(user);
- System.out.println("Persisting user: " + userJson);
- db.put(bytes("user_" + user.getUserId()), bytes(userJson));
- }
-
- @Override
- public User getUser(String userId) {
- listDb();
- logger.info("Getting user: " + userId);
- User user = null;
-
- String userJson = asString(db.get(bytes("user_" + userId)));
- System.out.println(userJson);
-
- if (userJson != null) {
- logger.info(userJson);
- user = new Gson().fromJson(userJson, User.class);
- }
-
- return user;
- }
-
- public void persistCookie(Cookie cookie) {
- String cookieJson = new Gson().toJson(cookie);
- db.put(bytes("cookie_" + cookie.getId()), bytes(cookieJson));
- }
-
- public Cookie getCookie(String id) {
- String cookieJson = asString(db.get(bytes("cookie_" + id)));
- Cookie cookie = null;
- if (cookieJson != null) {
- cookie = new Gson().fromJson(cookieJson, Cookie.class);
- }
-
- return cookie;
- }
-
- public void deleteCookie(String id) {
- db.delete(bytes("cookie_" + id));
- }
-
- public void listDb() {
- logger.info("--------<<>>>---------");
- DBIterator iterator = db.iterator();
- try {
- for (iterator.seekToFirst(); iterator.hasNext(); ) {
- Map.Entry entry = iterator.next();
- logger.info(asString(entry.getKey()) + " ::: " + asString(entry.getValue()));
- }
- } catch (Exception e) {
- e.printStackTrace();
- }
- }
-}
diff --git a/backend/src/main/java/no/haagensoftware/netty/server/Main.java b/backend/src/main/java/no/haagensoftware/netty/server/Main.java
deleted file mode 100644
index 1efe99c6..00000000
--- a/backend/src/main/java/no/haagensoftware/netty/server/Main.java
+++ /dev/null
@@ -1,132 +0,0 @@
-package no.haagensoftware.netty.server;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.IOException;
-import java.net.InetSocketAddress;
-import java.util.ArrayList;
-import java.util.Enumeration;
-import java.util.List;
-import java.util.Properties;
-import java.util.concurrent.Executors;
-import no.haagensoftware.leveldb.LevelDbEnv;
-import no.haagensoftware.netty.webserver.pipeline.NettyWebserverPipelineFactory;
-import no.haagensoftware.netty.webserver.plugin.EmberCampRouterPlugin;
-import no.haagensoftware.pluginService.ApplicationServerInfo;
-
-import no.haagensoftware.db.DbEnv;
-import org.apache.log4j.ConsoleAppender;
-import org.apache.log4j.Level;
-import org.apache.log4j.Logger;
-import org.apache.log4j.PatternLayout;
-import org.haagensoftware.netty.webserver.spi.NettyWebserverRouterPlugin;
-import org.haagensoftware.netty.webserver.spi.PropertyConstants;
-import org.haagensoftware.netty.webserver.util.IntegerParser;
-import org.jboss.netty.bootstrap.ServerBootstrap;
-import org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory;
-
-public class Main {
- private static Logger logger = Logger.getLogger(Main.class.getName());
-
- public static void main(String[] args) throws Exception{
- //new Main().run();
-
-
- Main main = new Main();
-
-
- main.configureLog4J();
- configure();
-
- main.run();
- }
-
- private static void configure() throws Exception {
- Properties properties = new Properties();
- File configFile = new File("config.properties");
- if (!configFile.exists()) {
- configFile = new File("../config.properties");
- }
- if (!configFile.exists()) {
- configFile = new File("../../config.properties");
- }
- if (configFile.exists()) {
- FileInputStream configStream = new FileInputStream(configFile);
- properties.load(configStream);
- configStream.close();
- logger.info("Server properties loaded from " + configFile.getAbsolutePath());
- for (Enumeration