1. 09 Nov, 2015 2 commits
  2. 30 Oct, 2015 2 commits
  3. 28 Oct, 2015 1 commit
  4. 13 Oct, 2015 1 commit
  5. 08 Oct, 2015 1 commit
    • jiangwei513's avatar
      Add PluginClassLoader plugin loader isolation mechanism · ac476109
      jiangwei513 authored
      	Different plug-ins should not be able to obtain other plug-ins through reflection resource.
      
      	PluginClassloader for each plug-in classes and resources provides a local isolation mechanism
      	that will safeguard their load classes and resources, when loading plugin all the resources
      	and classes only in PluginClassloader , and does not exist in the parent Classloader.
      
      	When the plugin needs to load a resource, it will first load plugins own resources in PluginClassloader,
      	and secondly then required to load in the parent Classloader
      ac476109
  6. 13 Dec, 2014 1 commit
  7. 09 Dec, 2014 3 commits
  8. 27 Nov, 2014 1 commit
    • Seanster's avatar
      fix enabling https admin port without http enabled · 80315cd7
      Seanster authored
      If the http admin port is disabled enabling https fails because it tries to copy from an uninitialized httpd configuration. An exception is generated and the server runs but you have no admin interfaces.
      
      The only httpd configuration parameter that might have needed to be copied is setSendServerVersion. This just makes a new 'empty' connection and sets that parameter before continuing on as usual.
      
      According to the documentation you're supposed to be able to use https admin without http admin. This situation appears to be a side effect of some code changes later on where someone just forgot to consider this.
      
      More info here in my bug report:
      https://igniterealtime.jiveon.com/message/241471
      80315cd7
  9. 17 Sep, 2014 1 commit
  10. 04 Jun, 2014 1 commit
  11. 02 Jun, 2014 1 commit
  12. 29 May, 2014 1 commit
  13. 08 May, 2014 1 commit
  14. 02 May, 2014 1 commit
  15. 01 May, 2014 1 commit
  16. 28 Apr, 2014 1 commit
  17. 27 Mar, 2013 1 commit
  18. 16 Jan, 2013 1 commit
  19. 01 Jan, 2012 3 commits
  20. 07 Feb, 2010 1 commit
  21. 01 Feb, 2010 1 commit
  22. 19 Jan, 2010 1 commit
  23. 06 Jan, 2010 2 commits
  24. 09 Nov, 2009 1 commit
  25. 30 Sep, 2009 1 commit
  26. 17 Nov, 2008 1 commit
  27. 26 Jun, 2008 1 commit
  28. 16 Jun, 2008 1 commit
  29. 11 Apr, 2008 1 commit
  30. 07 Apr, 2008 1 commit
  31. 23 Mar, 2008 1 commit
  32. 13 Mar, 2008 1 commit
  33. 21 Feb, 2008 1 commit