plugins/index_html/index_html.rb in rsence-2.0.0.10.pre vs plugins/index_html/index_html.rb in rsence-2.0.0.11

- old
+ new

@@ -4,10 +4,12 @@ # # You should have received a copy of the GNU General Public License along # with this software package. If not, contact licensing@riassence.com ## -# IndexHtmlPlugin is the servlet plugin that is responsible for initializing the "boot-strap page". + + +# @private IndexHtmlPlugin is the servlet plugin that is responsible for initializing the "boot-strap page". It's not intended as a part of the public API at this time. class IndexHtmlPlugin < Servlet def match( uri, method ) if uri == ::RSence.config[:index_html][:respond_address] and method == :get return true