From a4dd516ff8889a21f467b8b6f0aa1682260a1f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Musa=20Karaka=C5=9F?= Date: Fri, 11 Dec 2015 17:51:19 +0200 Subject: [PATCH] Fix warning: Empty tag doesn't work in some browsers --- cdi/built-in/src/main/webapp/index.jsp | 2 +- cdi/exclude-filter/src/main/webapp/index.jsp | 2 +- cdi/extension/src/main/webapp/index.jsp | 2 +- cdi/pkg-level/src/main/webapp/index.jsp | 2 +- cdi/scopes/src/main/webapp/index.jsp | 2 +- cdi/vetoed/src/main/webapp/index.jsp | 2 +- ejb/lifecycle/src/main/webapp/index.jsp | 2 +- ejb/singleton/src/main/webapp/index.jsp | 2 +- extra/quartz/src/main/webapp/index.jsp | 2 +- javamail/definition/src/main/webapp/index.jsp | 6 +++--- jaxrs/filter-interceptor/src/main/webapp/index.jsp | 2 +- jaxrs/interceptor/src/main/webapp/index.jsp | 2 +- jaxrs/invocation-async/src/main/webapp/index.jsp | 2 +- jaxrs/invocation/src/main/webapp/index.jsp | 2 +- jaxrs/jsonp/src/main/webapp/index.jsp | 2 +- jaxrs/link/src/main/webapp/index.jsp | 2 +- jaxrs/moxy/src/main/webapp/index.jsp | 2 +- jaxrs/readerwriter-json/src/main/webapp/index.jsp | 2 +- jaxrs/request-binding/src/main/webapp/index.jsp | 2 +- jaxrs/resource-validation/src/main/webapp/index.jsp | 2 +- jpa/jpa-converter/src/main/webapp/index.jsp | 2 +- jpa/locking-pessimistic/src/main/webapp/index.jsp | 2 +- jpa/schema-gen-scripts/src/main/webapp/index.jsp | 2 +- jpa/unsynchronized-pc/src/main/webapp/index.jsp | 2 +- servlet/async-servlet/src/main/webapp/index.jsp | 2 +- servlet/event-listeners/src/main/webapp/index.jsp | 2 +- servlet/metadata-complete/src/main/webapp/index.jsp | 2 +- servlet/security-form-based/src/main/webapp/loginform.jsp | 4 ++-- servlet/simple-servlet/src/main/webapp/index.jsp | 2 +- websocket/endpoint-security/src/main/webapp/index.jsp | 4 ++-- websocket/httpsession/src/main/webapp/index.jsp | 2 +- websocket/messagesize/src/main/webapp/index.jsp | 2 +- 32 files changed, 36 insertions(+), 36 deletions(-) diff --git a/cdi/built-in/src/main/webapp/index.jsp b/cdi/built-in/src/main/webapp/index.jsp index 90e0d295d..95334cb2c 100644 --- a/cdi/built-in/src/main/webapp/index.jsp +++ b/cdi/built-in/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

CDI : Built-in Beans

- Invoke the Greeting Service. + Invoke the Greeting Service. diff --git a/cdi/exclude-filter/src/main/webapp/index.jsp b/cdi/exclude-filter/src/main/webapp/index.jsp index 1d6e75206..911027a4d 100644 --- a/cdi/exclude-filter/src/main/webapp/index.jsp +++ b/cdi/exclude-filter/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

CDI : Exclude Filter

- Invoke the bean. + Invoke the bean. diff --git a/cdi/extension/src/main/webapp/index.jsp b/cdi/extension/src/main/webapp/index.jsp index c4cf8ace3..2c785f277 100644 --- a/cdi/extension/src/main/webapp/index.jsp +++ b/cdi/extension/src/main/webapp/index.jsp @@ -52,7 +52,7 @@

CDI Extension

Check "server.log" for output with "CDI Extension Processing Annotation" string. The CDI extension (implemented in "extension-impl") prints all the annotations processed by CDI. -

Optionally invoke the Greeting. +

Optionally invoke the Greeting. diff --git a/cdi/pkg-level/src/main/webapp/index.jsp b/cdi/pkg-level/src/main/webapp/index.jsp index d43134eb2..d8deb458b 100644 --- a/cdi/pkg-level/src/main/webapp/index.jsp +++ b/cdi/pkg-level/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

CDI : Package Level Annotations

- Invoke the Greeting Service. + Invoke the Greeting Service. diff --git a/cdi/scopes/src/main/webapp/index.jsp b/cdi/scopes/src/main/webapp/index.jsp index d69c19f6b..d87fc9d86 100644 --- a/cdi/scopes/src/main/webapp/index.jsp +++ b/cdi/scopes/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

CDI : Scopes

- Invoke the Greeting. + Invoke the Greeting. diff --git a/cdi/vetoed/src/main/webapp/index.jsp b/cdi/vetoed/src/main/webapp/index.jsp index 8f0fb31e4..e925ac17a 100644 --- a/cdi/vetoed/src/main/webapp/index.jsp +++ b/cdi/vetoed/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

CDI @Vetoed

- Invoke the Greeting Service. + Invoke the Greeting Service. diff --git a/ejb/lifecycle/src/main/webapp/index.jsp b/ejb/lifecycle/src/main/webapp/index.jsp index f0697771a..beb3df64c 100644 --- a/ejb/lifecycle/src/main/webapp/index.jsp +++ b/ejb/lifecycle/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

EJB : Lifecycle Callbacks

- Call beans. + Call beans. diff --git a/ejb/singleton/src/main/webapp/index.jsp b/ejb/singleton/src/main/webapp/index.jsp index f3ea8920e..b4853df81 100644 --- a/ejb/singleton/src/main/webapp/index.jsp +++ b/ejb/singleton/src/main/webapp/index.jsp @@ -51,6 +51,6 @@

EJB : Singleton

- Call bean + Call bean diff --git a/extra/quartz/src/main/webapp/index.jsp b/extra/quartz/src/main/webapp/index.jsp index dfbe5fb27..e15ada84e 100644 --- a/extra/quartz/src/main/webapp/index.jsp +++ b/extra/quartz/src/main/webapp/index.jsp @@ -51,6 +51,6 @@

Quartz Scheduler

- Trigger scheduler + Trigger scheduler \ No newline at end of file diff --git a/javamail/definition/src/main/webapp/index.jsp b/javamail/definition/src/main/webapp/index.jsp index 487581aa8..b6fd3f60f 100644 --- a/javamail/definition/src/main/webapp/index.jsp +++ b/javamail/definition/src/main/webapp/index.jsp @@ -50,7 +50,7 @@

JavaMail Definition

- Make sure "<%= System.getProperty("user.home") %><%= System.getProperty("file.separator") %>.javamail" contains the following name/value pairs:

+ Make sure "<%= System.getProperty("user.home") %><%= System.getProperty("file.separator") %>.javamail" contains the following name/value pairs:

Send an email from "username" to "to" using:
    -
  1. Programmatic Session
  2. -
  3. Declarative Session
  4. +
  5. Programmatic Session
  6. +
  7. Declarative Session
diff --git a/jaxrs/filter-interceptor/src/main/webapp/index.jsp b/jaxrs/filter-interceptor/src/main/webapp/index.jsp index bdfc5b547..b32497b70 100644 --- a/jaxrs/filter-interceptor/src/main/webapp/index.jsp +++ b/jaxrs/filter-interceptor/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

JAX-RS 2 Filter/Interceptor

- Invoke the Client and check the server.log for filter output. + Invoke the Client and check the server.log for filter output. diff --git a/jaxrs/interceptor/src/main/webapp/index.jsp b/jaxrs/interceptor/src/main/webapp/index.jsp index 4fa766766..4c676c3ed 100644 --- a/jaxrs/interceptor/src/main/webapp/index.jsp +++ b/jaxrs/interceptor/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

JAX-RS 2 Interceptor

- Invoke the Client and check the server.log for interceptor output. + Invoke the Client and check the server.log for interceptor output. diff --git a/jaxrs/invocation-async/src/main/webapp/index.jsp b/jaxrs/invocation-async/src/main/webapp/index.jsp index d07762e20..dd3301a52 100644 --- a/jaxrs/invocation-async/src/main/webapp/index.jsp +++ b/jaxrs/invocation-async/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

JAX-RS 2 Client Invocation Async API

- Invoke the Client Invocation Async API. + Invoke the Client Invocation Async API. diff --git a/jaxrs/invocation/src/main/webapp/index.jsp b/jaxrs/invocation/src/main/webapp/index.jsp index f5ab8a6e4..9a467e758 100644 --- a/jaxrs/invocation/src/main/webapp/index.jsp +++ b/jaxrs/invocation/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

JAX-RS 2 Client Invocation API

- Invoke the Client Invocation API. + Invoke the Client Invocation API. diff --git a/jaxrs/jsonp/src/main/webapp/index.jsp b/jaxrs/jsonp/src/main/webapp/index.jsp index ab3b1837c..cb9747b56 100644 --- a/jaxrs/jsonp/src/main/webapp/index.jsp +++ b/jaxrs/jsonp/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

JSON-P using JAX-RS

- Invoke the endpoint. + Invoke the endpoint. diff --git a/jaxrs/link/src/main/webapp/index.jsp b/jaxrs/link/src/main/webapp/index.jsp index fc9c8d0db..491540834 100644 --- a/jaxrs/link/src/main/webapp/index.jsp +++ b/jaxrs/link/src/main/webapp/index.jsp @@ -9,6 +9,6 @@

JAX-RS 2 Links

- Invoke the Client. + Invoke the Client. diff --git a/jaxrs/moxy/src/main/webapp/index.jsp b/jaxrs/moxy/src/main/webapp/index.jsp index e336220da..a7bfbfe1c 100644 --- a/jaxrs/moxy/src/main/webapp/index.jsp +++ b/jaxrs/moxy/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

JSON Binding in JAX-RS using Moxy

- Invoke the endpoint. + Invoke the endpoint. diff --git a/jaxrs/readerwriter-json/src/main/webapp/index.jsp b/jaxrs/readerwriter-json/src/main/webapp/index.jsp index 9273cbf12..5dd442bbe 100644 --- a/jaxrs/readerwriter-json/src/main/webapp/index.jsp +++ b/jaxrs/readerwriter-json/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

JAX-RS 2 Message Body Reader/Writer using JSON

- Invoke the Client and check the server.log for output. + Invoke the Client and check the server.log for output. diff --git a/jaxrs/request-binding/src/main/webapp/index.jsp b/jaxrs/request-binding/src/main/webapp/index.jsp index 2cbdbe298..89e5f9354 100644 --- a/jaxrs/request-binding/src/main/webapp/index.jsp +++ b/jaxrs/request-binding/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

Request Binding

- Invoke the Client. + Invoke the Client. diff --git a/jaxrs/resource-validation/src/main/webapp/index.jsp b/jaxrs/resource-validation/src/main/webapp/index.jsp index c97320564..8ae12b500 100644 --- a/jaxrs/resource-validation/src/main/webapp/index.jsp +++ b/jaxrs/resource-validation/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

Resource Validation

- Invoke the Client. + Invoke the Client. diff --git a/jpa/jpa-converter/src/main/webapp/index.jsp b/jpa/jpa-converter/src/main/webapp/index.jsp index 533145e82..e31c1c45f 100644 --- a/jpa/jpa-converter/src/main/webapp/index.jsp +++ b/jpa/jpa-converter/src/main/webapp/index.jsp @@ -51,7 +51,7 @@

JPA 2.1 Converter

- List & Add employees. + List & Add employees. diff --git a/jpa/locking-pessimistic/src/main/webapp/index.jsp b/jpa/locking-pessimistic/src/main/webapp/index.jsp index 3af6a9d43..4e0f3ae4e 100644 --- a/jpa/locking-pessimistic/src/main/webapp/index.jsp +++ b/jpa/locking-pessimistic/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

JPA Pessimistic Locking

- CRUD entity. + CRUD entity. diff --git a/jpa/schema-gen-scripts/src/main/webapp/index.jsp b/jpa/schema-gen-scripts/src/main/webapp/index.jsp index a27849d8b..1091d28c5 100644 --- a/jpa/schema-gen-scripts/src/main/webapp/index.jsp +++ b/jpa/schema-gen-scripts/src/main/webapp/index.jsp @@ -51,7 +51,7 @@

JPA 2.1 Schema Generation (using scripts)

- List employees. + List employees.

If you see this page, that means database tables are created diff --git a/jpa/unsynchronized-pc/src/main/webapp/index.jsp b/jpa/unsynchronized-pc/src/main/webapp/index.jsp index 1bec2dc71..18fd83bfe 100644 --- a/jpa/unsynchronized-pc/src/main/webapp/index.jsp +++ b/jpa/unsynchronized-pc/src/main/webapp/index.jsp @@ -51,6 +51,6 @@

JPA 2.1 Unsynchronized Persistence Context

- Add & List employees. + Add & List employees. diff --git a/servlet/async-servlet/src/main/webapp/index.jsp b/servlet/async-servlet/src/main/webapp/index.jsp index 15d03237e..c1c155732 100644 --- a/servlet/async-servlet/src/main/webapp/index.jsp +++ b/servlet/async-servlet/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

Servlet : Filters

- Invoke the Async Servlet. + Invoke the Async Servlet. diff --git a/servlet/event-listeners/src/main/webapp/index.jsp b/servlet/event-listeners/src/main/webapp/index.jsp index 614f08eb9..4f0599b03 100644 --- a/servlet/event-listeners/src/main/webapp/index.jsp +++ b/servlet/event-listeners/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

Servlet : Event Listeners

- Call the servlet to set/update/remove attributes. + Call the servlet to set/update/remove attributes. diff --git a/servlet/metadata-complete/src/main/webapp/index.jsp b/servlet/metadata-complete/src/main/webapp/index.jsp index b162cf651..1836d6e08 100644 --- a/servlet/metadata-complete/src/main/webapp/index.jsp +++ b/servlet/metadata-complete/src/main/webapp/index.jsp @@ -50,6 +50,6 @@

Servlet : Metadata Complete

- Call the servlet.

@WebServlet is ignored, instead the servlet-mapping from "web.xml" is used. + Call the servlet.

@WebServlet is ignored, instead the servlet-mapping from "web.xml" is used. diff --git a/servlet/security-form-based/src/main/webapp/loginform.jsp b/servlet/security-form-based/src/main/webapp/loginform.jsp index 054c05f16..d21f59bf5 100644 --- a/servlet/security-form-based/src/main/webapp/loginform.jsp +++ b/servlet/security-form-based/src/main/webapp/loginform.jsp @@ -53,8 +53,8 @@

Form-Based Login Page

- Username:

- Password:

+ Username:
+ Password:

diff --git a/servlet/simple-servlet/src/main/webapp/index.jsp b/servlet/simple-servlet/src/main/webapp/index.jsp index 13b44666f..e1379643b 100644 --- a/servlet/simple-servlet/src/main/webapp/index.jsp +++ b/servlet/simple-servlet/src/main/webapp/index.jsp @@ -9,6 +9,6 @@

Simple Servlet

- Call the servlet. + Call the servlet. diff --git a/websocket/endpoint-security/src/main/webapp/index.jsp b/websocket/endpoint-security/src/main/webapp/index.jsp index 3d8beb62b..183cb7bf7 100644 --- a/websocket/endpoint-security/src/main/webapp/index.jsp +++ b/websocket/endpoint-security/src/main/webapp/index.jsp @@ -57,8 +57,8 @@
-

If you see this page that means you've entered the username/password - credentials correctly. Make sure to create the user by giving the command.

+

If you see this page that means you've entered the username/password + credentials correctly. Make sure to create the user by giving the command.


Make sure to create a user:

For WildFly: Invoke "./bin/add-user.sh -a -u u1 -p p1 -g g1"
diff --git a/websocket/httpsession/src/main/webapp/index.jsp b/websocket/httpsession/src/main/webapp/index.jsp index f52b6fb31..9d14635dc 100644 --- a/websocket/httpsession/src/main/webapp/index.jsp +++ b/websocket/httpsession/src/main/webapp/index.jsp @@ -57,7 +57,7 @@
-

Look for HttpSession id and creation time in server.log. +

Look for HttpSession id and creation time in server.log.

diff --git a/websocket/messagesize/src/main/webapp/index.jsp b/websocket/messagesize/src/main/webapp/index.jsp index 7a4a2a6ad..bae361cb6 100644 --- a/websocket/messagesize/src/main/webapp/index.jsp +++ b/websocket/messagesize/src/main/webapp/index.jsp @@ -63,7 +63,7 @@
-

Connection is closed if more than 6 characters are sent.

+

Connection is closed if more than 6 characters are sent.