Repository: activemq Updated Branches: refs/heads/master f6bf823de -> ff34668a2
[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/ff34668a Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/ff34668a Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/ff34668a Branch: refs/heads/master Commit: ff34668a2da0b0d3850f2a568b43218edbca62c7 Parents: f6bf823 Author: Christian Schneider <[email protected]> Authored: Fri Feb 17 18:11:23 2017 +0100 Committer: Christian Schneider <[email protected]> Committed: Fri Feb 17 18:11:23 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/ff34668a/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/ff34668a/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/ff34668a/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/ff34668a/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/ff34668a/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 4ca3bc1..fbbb570 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/ff34668a/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/ff34668a/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 ccefb89..d4fab07 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/ff34668a/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/ff34668a/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 9953669..c08be84 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/ff34668a/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 8082bdd..c67cfa7 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/ff34668a/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/ff34668a/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/ff34668a/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/ff34668a/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 f2b62df..07b0b09 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/ff34668a/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 5cefc9b..f90de93 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/ff34668a/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 7b83834..71f9693 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/ff34668a/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"/>
