mirror of https://github.com/apache/activemq.git
Merge pull request #1095 from jbonofre/REMOVE_PAXWEB_WA
NO-JIRA: Remove the workaround for PAXWEB-1070 (not needed anymore)
This commit is contained in:
commit
b4ace5858b
|
@ -124,15 +124,12 @@
|
||||||
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
||||||
<!-- Factor out common headers in JSP pages -->
|
<!-- Factor out common headers in JSP pages -->
|
||||||
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
||||||
<!-- Removing the auto prelude as long as the workaround is in place -->
|
|
||||||
<!--
|
|
||||||
<jsp-config>
|
<jsp-config>
|
||||||
<jsp-property-group>
|
<jsp-property-group>
|
||||||
<url-pattern>*.jsp</url-pattern>
|
<url-pattern>*.jsp</url-pattern>
|
||||||
<include-prelude>/WEB-INF/jspf/headertags.jspf</include-prelude>
|
<include-prelude>/WEB-INF/jspf/headertags.jspf</include-prelude>
|
||||||
</jsp-property-group>
|
</jsp-property-group>
|
||||||
</jsp-config>
|
</jsp-config>
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
||||||
<!-- Error pages -->
|
<!-- Error pages -->
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Browse ${requestContext.queueBrowser.JMSDestination}"/>
|
<c:set var="pageTitle" value="Browse ${requestContext.queueBrowser.JMSDestination}"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="row" value="${requestContext.connectionQuery.connection}"/>
|
<c:set var="row" value="${requestContext.connectionQuery.connection}"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Connections"/>
|
<c:set var="pageTitle" value="Connections"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Browse ${requestContext.queueBrowser.JMSDestination}"/>
|
<c:set var="pageTitle" value="Browse ${requestContext.queueBrowser.JMSDestination}"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="ActiveMQ Console"/>
|
<c:set var="pageTitle" value="ActiveMQ Console"/>
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
<%
|
<%
|
||||||
response.setStatus(401);
|
response.setStatus(401);
|
||||||
%>
|
%>
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="ActiveMQ Console"/>
|
<c:set var="pageTitle" value="ActiveMQ Console"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="row" value="${requestContext.messageQuery.message}"/>
|
<c:set var="row" value="${requestContext.messageQuery.message}"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<c:set var="pageTitle" value="Network Bridges"/>
|
<c:set var="pageTitle" value="Network Bridges"/>
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Consumers for ${requestContext.queueConsumerQuery.JMSDestination}"/>
|
<c:set var="pageTitle" value="Consumers for ${requestContext.queueConsumerQuery.JMSDestination}"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Queues"/>
|
<c:set var="pageTitle" value="Queues"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Producers for Queue ${requestContext.queueProducerQuery.JMSDestination}"/>
|
<c:set var="pageTitle" value="Producers for Queue ${requestContext.queueProducerQuery.JMSDestination}"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Queues"/>
|
<c:set var="pageTitle" value="Queues"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Messages Scheduled for Future Delivery"/>
|
<c:set var="pageTitle" value="Messages Scheduled for Future Delivery"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Send Messages"/>
|
<c:set var="pageTitle" value="Send Messages"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Durable Topic Subscribers"/>
|
<c:set var="pageTitle" value="Durable Topic Subscribers"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Producers for Topic ${requestContext.topicProducerQuery.JMSDestination}"/>
|
<c:set var="pageTitle" value="Producers for Topic ${requestContext.topicProducerQuery.JMSDestination}"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Subscribers for Topic ${requestContext.topicSubscriberQuery.JMSDestination}"/>
|
<c:set var="pageTitle" value="Subscribers for Topic ${requestContext.topicSubscriberQuery.JMSDestination}"/>
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
--%>
|
--%>
|
||||||
<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%>
|
|
||||||
<%@include file="WEB-INF/jspf/headertags.jspf" %>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<c:set var="pageTitle" value="Topics"/>
|
<c:set var="pageTitle" value="Topics"/>
|
||||||
|
|
Loading…
Reference in New Issue