Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add load url to set cookie, redirect to index.html #60

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2022

  1. * add fake HASH as valid hash for testing purposes

    * add servlet to handle /load/HASH URL and set a cookie then redirect to index.html
    * Pull out the various servlets to the outer class level
    
    Signed-off-by: Terence Parr <[email protected]>
    parrt committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    87e3ca4 View commit details
    Browse the repository at this point in the history
  2. clean up load servlet

    Signed-off-by: Terence Parr <[email protected]>
    parrt committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    db57672 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. snapshot... The seems mostly OK but I'd like to change how we do rout…

    …ing of URL so I'm going back to the main branchTo work on a new branch
    
    Signed-off-by: Terence Parr <[email protected]>
    parrt committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f5726ff View commit details
    Browse the repository at this point in the history