Repository: activemq Updated Branches: refs/heads/activemq-5.12.x df3a81067 -> 72d542394
[AMQ-6605] Properly specify the tag libs we use Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/72d54239 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/72d54239 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/72d54239 Branch: refs/heads/activemq-5.12.x Commit: 72d5423940bde484c0bbf1be51cbeaddc028aad2 Parents: df3a810 Author: Christian Schneider <[email protected]> Authored: Fri Feb 17 18:11:23 2017 +0100 Committer: Christian Schneider <[email protected]> Committed: Fri Feb 17 18:12:29 2017 +0100 ---------------------------------------------------------------------- activemq-web-console/src/main/webapp/connection.jsp | 1 + activemq-web-console/src/main/webapp/connections.jsp | 1 + activemq-web-console/src/main/webapp/graph.jsp | 1 + activemq-web-console/src/main/webapp/index.jsp | 1 + activemq-web-console/src/main/webapp/message.jsp | 1 + activemq-web-console/src/main/webapp/network.jsp | 1 + activemq-web-console/src/main/webapp/queueConsumers.jsp | 1 + activemq-web-console/src/main/webapp/queueGraph.jsp | 1 + activemq-web-console/src/main/webapp/queueProducers.jsp | 1 + activemq-web-console/src/main/webapp/queues.jsp | 1 + activemq-web-console/src/main/webapp/scheduled.jsp | 1 + activemq-web-console/src/main/webapp/send.jsp | 1 + activemq-web-console/src/main/webapp/slave.jsp | 6 +----- activemq-web-console/src/main/webapp/subscribers.jsp | 1 + activemq-web-console/src/main/webapp/topicProducers.jsp | 1 + activemq-web-console/src/main/webapp/topicSubscribers.jsp | 1 + activemq-web-console/src/main/webapp/topics.jsp | 1 + 17 files changed, 17 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/connection.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/connection.jsp b/activemq-web-console/src/main/webapp/connection.jsp index 474dadc..39beb8b 100644 --- a/activemq-web-console/src/main/webapp/connection.jsp +++ b/activemq-web-console/src/main/webapp/connection.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="row" value="${requestContext.connectionQuery.connection}"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/connections.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/connections.jsp b/activemq-web-console/src/main/webapp/connections.jsp index c66f677..87dd1e2 100644 --- a/activemq-web-console/src/main/webapp/connections.jsp +++ b/activemq-web-console/src/main/webapp/connections.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Connections"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/graph.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/graph.jsp b/activemq-web-console/src/main/webapp/graph.jsp index 3f87f96..1e9c98b 100644 --- a/activemq-web-console/src/main/webapp/graph.jsp +++ b/activemq-web-console/src/main/webapp/graph.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Browse ${requestContext.queueBrowser.JMSDestination}"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/index.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/index.jsp b/activemq-web-console/src/main/webapp/index.jsp index 8859147..f9dae8c 100644 --- a/activemq-web-console/src/main/webapp/index.jsp +++ b/activemq-web-console/src/main/webapp/index.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="ActiveMQ Console"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/message.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/message.jsp b/activemq-web-console/src/main/webapp/message.jsp index 40b78f7..beb1738 100644 --- a/activemq-web-console/src/main/webapp/message.jsp +++ b/activemq-web-console/src/main/webapp/message.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="row" value="${requestContext.messageQuery.message}"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/network.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/network.jsp b/activemq-web-console/src/main/webapp/network.jsp index f817829..f72a15b 100644 --- a/activemq-web-console/src/main/webapp/network.jsp +++ b/activemq-web-console/src/main/webapp/network.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <c:set var="pageTitle" value="Network Bridges"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/queueConsumers.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/queueConsumers.jsp b/activemq-web-console/src/main/webapp/queueConsumers.jsp index 5ba581f..c094aa1 100644 --- a/activemq-web-console/src/main/webapp/queueConsumers.jsp +++ b/activemq-web-console/src/main/webapp/queueConsumers.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Consumers for ${requestContext.queueConsumerQuery.JMSDestination}"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/queueGraph.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/queueGraph.jsp b/activemq-web-console/src/main/webapp/queueGraph.jsp index 7628778..7ba6223 100644 --- a/activemq-web-console/src/main/webapp/queueGraph.jsp +++ b/activemq-web-console/src/main/webapp/queueGraph.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Queues"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/queueProducers.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/queueProducers.jsp b/activemq-web-console/src/main/webapp/queueProducers.jsp index 724a76c..1540da2 100644 --- a/activemq-web-console/src/main/webapp/queueProducers.jsp +++ b/activemq-web-console/src/main/webapp/queueProducers.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Producers for Queue ${requestContext.queueProducerQuery.JMSDestination}"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/queues.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/queues.jsp b/activemq-web-console/src/main/webapp/queues.jsp index 7c23c24..5c7e3a8 100644 --- a/activemq-web-console/src/main/webapp/queues.jsp +++ b/activemq-web-console/src/main/webapp/queues.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Queues"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/scheduled.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/scheduled.jsp b/activemq-web-console/src/main/webapp/scheduled.jsp index e2c8c88..1c59bb0 100644 --- a/activemq-web-console/src/main/webapp/scheduled.jsp +++ b/activemq-web-console/src/main/webapp/scheduled.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Messages Scheduled for Future Delivery"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/send.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/send.jsp b/activemq-web-console/src/main/webapp/send.jsp index ab04040..d257231 100644 --- a/activemq-web-console/src/main/webapp/send.jsp +++ b/activemq-web-console/src/main/webapp/send.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Send Messages"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/slave.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/slave.jsp b/activemq-web-console/src/main/webapp/slave.jsp index ae12f4e..ded5607 100644 --- a/activemq-web-console/src/main/webapp/slave.jsp +++ b/activemq-web-console/src/main/webapp/slave.jsp @@ -14,11 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/subscribers.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/subscribers.jsp b/activemq-web-console/src/main/webapp/subscribers.jsp index 1dfbbd7..6ab4b0f 100644 --- a/activemq-web-console/src/main/webapp/subscribers.jsp +++ b/activemq-web-console/src/main/webapp/subscribers.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Durable Topic Subscribers"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/topicProducers.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/topicProducers.jsp b/activemq-web-console/src/main/webapp/topicProducers.jsp index 2a14077..1b437b7 100644 --- a/activemq-web-console/src/main/webapp/topicProducers.jsp +++ b/activemq-web-console/src/main/webapp/topicProducers.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Producers for Topic ${requestContext.topicProducerQuery.JMSDestination}"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/topicSubscribers.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/topicSubscribers.jsp b/activemq-web-console/src/main/webapp/topicSubscribers.jsp index 7f2e9c9..6c85408 100644 --- a/activemq-web-console/src/main/webapp/topicSubscribers.jsp +++ b/activemq-web-console/src/main/webapp/topicSubscribers.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Subscribers for Topic ${requestContext.topicSubscriberQuery.JMSDestination}"/> http://git-wip-us.apache.org/repos/asf/activemq/blob/72d54239/activemq-web-console/src/main/webapp/topics.jsp ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/topics.jsp b/activemq-web-console/src/main/webapp/topics.jsp index 3043e04..332a10c 100644 --- a/activemq-web-console/src/main/webapp/topics.jsp +++ b/activemq-web-console/src/main/webapp/topics.jsp @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <c:set var="pageTitle" value="Topics"/>
