Skip to content

WalkingLibrary/Jumbo-Dinosaurs-Web-Server

Repository files navigation

Jumbo Dinosaurs Web Server

Rating Sauce Build Status

Java Based Web Server

  • Netty IO
  • HTTPs Connections
  • Linux Targeted
  • Post and User Authentication
  • Console Commands

Todos

  • keep alive post commands?
  • fix email verification to link?
  • Front end js api??
  • statistics/health report??
  • GZIP?
  • ZIP Chunking
  • Add localHost "Support"
  • updating index page
  • file sync? proxy?
  • add easier to use console commands
  • prep for Trom-Bone Integration

Web Security

  • Secure cookies

    • avoid using persistent cookies for session auth
    • set the secure attribute
    • Set the HttpOnly attribute
    • set the samesite attribute
  • Reponse headers

    • HTTP Strict Transport security -cahce-control
    • HSTS

Reference: http://logback.qos.ch/manual/appenders.html

License

AUR license