Commit d5445253 authored by guus's avatar guus

Updating with release op Tinder 1.2. Replacing StringPrep with LibIDN (a...

Updating with release op Tinder 1.2. Replacing StringPrep with LibIDN (a Tinder dependency). (OF-78)

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11436 b35dd754-fafc-0310-a699-88a17e54d16e
parent 59d2f12d
......@@ -32,6 +32,7 @@ jsp-api.jar | Jetty 6.0.1 (2.0)
jtds.jar | 1.2.2 | LGPL
junit.jar | 4.3.1 |
jzlib.jar | 1.0.7 | GPL
libidn.jar | 1.15 | GNU Lesser General Public License version 2.1 or later (http://www.gnu.org/licenses/licenses.html)
log4j.jar | 1.2.15 | Apache 2.0 (http://logging.apache.org/log4j/1.2/license.html)
mail.jar | 1.4.1 (JavaMail) |
mina-core.jar | 1.1.8 (https://svn.apache.org/repos/asf/mina/branches/1.1) | Apache 2.0
......@@ -50,7 +51,7 @@ sitemesh.jar | 2.2.1
slf4j-api | 1.5.8 | http://www.slf4j.org/license.html
slf4j-log4j12 | 1.5.8 | http://www.slf4j.org/license.html
standard.jar | Jakarta standard taglib 1.1.2 |
tinder-with-dependencies.jar | 1.2.0-SNAPSHOT | Apache 2.0
tinder.jar | 1.2.0-SNAPSHOT | Apache 2.0
xmltask.jar | 1.11 | Apache 1.1
xpp3.jar | XPP_3 1.1.4c | BSD (http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt)
......
......@@ -17,7 +17,7 @@
org.jivesoftware.openfire.user.UserManager,
org.jivesoftware.openfire.user.UserNotFoundException"
%>
<%@ page import="org.jivesoftware.stringprep.Stringprep"%>
<%@ page import="gnu.inet.encoding.Stringprep"%>
<%@ page import="org.jivesoftware.util.LocaleUtils"%>
<%@ page import="org.jivesoftware.util.Log"%>
<%@ page import="org.jivesoftware.util.ParamUtils"%>
......
......@@ -19,8 +19,8 @@
org.xmpp.packet.IQ,
org.xmpp.packet.Message,
org.xmpp.packet.JID,
org.jivesoftware.stringprep.Stringprep,
org.jivesoftware.stringprep.StringprepException,
gnu.inet.encoding.Stringprep,
gnu.inet.encoding.StringprepException,
java.net.URLEncoder"
errorPage="error.jsp"
%>
......
......@@ -12,8 +12,8 @@
<%@ page import="org.jivesoftware.util.*,
org.jivesoftware.openfire.user.*,
java.net.URLEncoder,
org.jivesoftware.stringprep.Stringprep,
org.jivesoftware.stringprep.StringprepException"
gnu.inet.encoding.Stringprep,
gnu.inet.encoding.StringprepException"
errorPage="error.jsp"
%>
<%@ page import="java.util.Map"%>
......
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