Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
7190277e
Commit
7190277e
authored
Nov 19, 2015
by
Christian Schudt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong taglibs after upgrade to new JSP libraries.
parent
bf850502
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
muc-history-settings.jsp
src/web/muc-history-settings.jsp
+1
-1
muc-sysadmins.jsp
src/web/muc-sysadmins.jsp
+1
-1
security-certificate-store-management.jsp
src/web/security-certificate-store-management.jsp
+2
-2
No files found.
src/web/muc-history-settings.jsp
View file @
7190277e
...
...
@@ -27,7 +27,7 @@
<%@ page
import=
"java.net.URLEncoder"
%>
<%@ taglib
uri=
"http://java.sun.com/jsp/jstl/core"
prefix=
"c"
%>
<%@ taglib
uri=
"http://java.sun.com/jstl/fmt"
prefix=
"fmt"
%>
<%@ taglib
uri=
"http://java.sun.com/js
p/js
tl/fmt"
prefix=
"fmt"
%>
<%!
// Global vars and methods:
...
...
src/web/muc-sysadmins.jsp
View file @
7190277e
...
...
@@ -29,7 +29,7 @@
<%@ page
import=
"java.net.URLDecoder"
%>
<%@ taglib
uri=
"http://java.sun.com/jsp/jstl/core"
prefix=
"c"
%>
<%@ taglib
uri=
"http://java.sun.com/jstl/fmt"
prefix=
"fmt"
%>
<%@ taglib
uri=
"http://java.sun.com/js
p/js
tl/fmt"
prefix=
"fmt"
%>
<jsp:useBean
id=
"webManager"
class=
"org.jivesoftware.util.WebManager"
/>
<%
webManager
.
init
(
request
,
response
,
session
,
application
,
out
);
%>
...
...
src/web/security-certificate-store-management.jsp
View file @
7190277e
...
...
@@ -7,8 +7,8 @@
<%@ page
import=
"org.jivesoftware.openfire.keystore.Purpose"
%>
<%@ taglib
uri=
"admin"
prefix=
"admin"
%>
<%@ taglib
uri=
"http://java.sun.com/js
tl/core_rt
"
prefix=
"c"
%>
<%@ taglib
uri=
"http://java.sun.com/js
tl/fmt_r
t"
prefix=
"fmt"
%>
<%@ taglib
uri=
"http://java.sun.com/js
p/jstl/core
"
prefix=
"c"
%>
<%@ taglib
uri=
"http://java.sun.com/js
p/jstl/fm
t"
prefix=
"fmt"
%>
<%@ taglib
uri=
"http://java.sun.com/jsp/jstl/functions"
prefix=
"fn"
%>
<jsp:useBean
id=
"webManager"
class=
"org.jivesoftware.util.WebManager"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment