Skip to content

Instantly share code, notes, and snippets.

View adiov's full-sized avatar
💙

Adi adiov

💙
View GitHub Profile
<!--
Disarmed version of http://superlogout.com
https://gist.github.com/adiov/6dce6df8b96de78e3a434e36d1e6037b/
-->
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Super Logout</title>
<style>
body {
font-family: sans-serif;

Keybase proof

I hereby claim:

  • I am adiov on github.
  • I am adisc (https://keybase.io/adisc) on keybase.
  • I have a public key ASDlBcLbGVpRiKPddh4pMKUfcfX4kg3tBZ1W7t-Dfu1tHgo

To claim this, I am signing this object:

FROM tomcat:8.5
RUN set -ex \
&& rm -rf /usr/local/tomcat/webapps/* \
&& chmod a+x /usr/local/tomcat/bin/*.sh
RUN curl http://mirror.netinch.com/pub/apache/struts/2.5.18/struts-2.5.18-all.zip --output struts-2.5.18-all.zip
RUN unzip struts-2.5.18-all.zip && cp struts-2.5.18/apps/struts2-showcase.war /usr/local/tomcat/webapps/struts.war
EXPOSE 8080