Commit 84c5ae3e authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Updated so 1.0.2 can be released for 3.5.*


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/openfire_3_5_3@10747 b35dd754-fafc-0310-a699-88a17e54d16e
parent fe116135
......@@ -44,6 +44,11 @@
Client Control Plugin Changelog
</h1>
<p><b>1.0.2</b> -- June 20, 2008</p>
<ul>
<li>Authentication is no longer required to download new Spark version.</li>
</ul>
<p><b>1.0.1</b> -- May 26, 2008</p>
<ul>
<li>Authentication is no longer required to download new Spark version.</li>
......
......@@ -8,8 +8,8 @@
<name>Client Control</name>
<description>Controls clients allowed to connect and available features</description>
<author>Jive Software</author>
<version>1.0.1</version>
<date>5/26/2008</date>
<version>1.0.2</version>
<date>8/13/2008</date>
<minServerVersion>3.5.0</minServerVersion>
<databaseKey>clientcontrol</databaseKey>
<databaseVersion>0</databaseVersion>
......
......@@ -40,7 +40,7 @@ public class SparkDownloadServlet extends HttpServlet {
public void init(ServletConfig config) throws ServletException {
super.init(config);
AuthCheckFilter.addExclude("clientControl/getspark");
AuthCheckFilter.addExclude("clientcontrol/getspark");
}
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment