1. 11 Apr, 2014 1 commit
  2. 10 Apr, 2014 5 commits
  3. 09 Apr, 2014 4 commits
  4. 08 Apr, 2014 1 commit
    • Dave Syer's avatar
      Fix path stripper in JolokiaEndpoint to account for management.contextPath · 708d5ade
      Dave Syer authored
      When the user sets management.contextPath=/admin the Jolokia
      endpoint gets mapped to /admin/jolokia, but that the path stripper it uses
      internally makes a false assumption about the form of the request path.
      The fix is simple (just use a smarter search for the endpoint path in the
      request path).
      
      Fixes gh-642
      708d5ade
  5. 07 Apr, 2014 4 commits
  6. 06 Apr, 2014 1 commit
    • Dave Syer's avatar
      Extend use of reflection for port in Jetty 9 · 8295e82e
      Dave Syer authored
      There was already a reflection hack in place for logging the local
      port in Jetty 8/9. It wasn't being used for the getPort() method
      for some reason, so that needed to be fixed.
      
      Fixes gh-635
      8295e82e
  7. 05 Apr, 2014 1 commit
  8. 04 Apr, 2014 3 commits
  9. 03 Apr, 2014 8 commits
  10. 02 Apr, 2014 3 commits
  11. 01 Apr, 2014 9 commits