This is an automated email from the ASF dual-hosted git repository.

asalamon74 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git


The following commit(s) were added to refs/heads/master by this push:
     new b840c32  OOZIE-3431 [web UI] Oozie web UI should not serve image from 
http://extjs.com/s.gif (jtolar via asalamon74)
b840c32 is described below

commit b840c32767a5bf6051fdbb49bbb790633ca11bfb
Author: Andras Salamon <[email protected]>
AuthorDate: Fri Feb 15 15:36:26 2019 +0100

    OOZIE-3431 [web UI] Oozie web UI should not serve image from 
http://extjs.com/s.gif (jtolar via asalamon74)
---
 release-log.txt                         |   1 +
 webapp/src/main/webapp/blank.gif        | Bin 0 -> 42 bytes
 webapp/src/main/webapp/oozie-console.js |   2 ++
 3 files changed, 3 insertions(+)

diff --git a/release-log.txt b/release-log.txt
index 2dcdf06..a69c610 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.2.0 release (trunk - unreleased)
 
+OOZIE-3431 [web UI] Oozie web UI should not serve image from 
http://extjs.com/s.gif (jtolar via asalamon74)
 OOZIE-3427 [core] Use best practices in HTTP response headers (asalamon74 via 
andras.piros)
 OOZIE-2949 Escape quotes whitespaces in Sqoop <command> field (asalamon74 via 
kmarton) 
 OOZIE-3426 [core] V1JobsServlet should log HDFS related error when trying to 
save workflow definition (asalamon74 via andras.piros)
diff --git a/webapp/src/main/webapp/blank.gif b/webapp/src/main/webapp/blank.gif
new file mode 100644
index 0000000..f191b28
Binary files /dev/null and b/webapp/src/main/webapp/blank.gif differ
diff --git a/webapp/src/main/webapp/oozie-console.js 
b/webapp/src/main/webapp/oozie-console.js
index 5e087e5..b09a6d1 100644
--- a/webapp/src/main/webapp/oozie-console.js
+++ b/webapp/src/main/webapp/oozie-console.js
@@ -30,6 +30,8 @@ $(document).ready(function() {
     }
 });
 
+Ext.BLANK_IMAGE_URL = 'blank.gif';
+
 Ext.override(Ext.Component, {
     saveState : function() {
         if (Ext.state.Manager && this.stateful !== false) {

Reply via email to