diff --git a/share/images/icons/Apache JSPWiki.png b/share/images/icons/Apache JSPWiki.png new file mode 100644 index 000000000..bb6f654ce Binary files /dev/null and b/share/images/icons/Apache JSPWiki.png differ diff --git a/share/js/apps.js b/share/js/apps.js index 26f32a4fd..64e20ec60 100644 --- a/share/js/apps.js +++ b/share/js/apps.js @@ -51,6 +51,7 @@ 'AMPcms': { cats: [ 1 ], headers: { 'X-AMP-Version': /.*/i, 'Set-Cookie': /AMP=/ }, env: /amp_js_init/, implies: [ 'PHP' ] }, 'AOLserver': { cats: [ 22 ], headers: { 'Server': /AOLserver/i } }, 'Apache': { cats: [ 22 ], headers: { 'Server': /(Apache($|[^-])|HTTPD)/i } }, + 'Apache JSPWiki': { cats: [ 8 ], html: /]* xmlns:jspwiki=/i }, 'Apache Tomcat': { cats: [ 22 ], headers: { 'Server': /Apache-Coyote/i } }, 'Apache Traffic Server': { cats: [ 22 ], headers: { 'Server': /YTS/i } }, 'Arc Forum': { cats: [ 2 ], html: /ping\.src = node\.href;/ },