Asqatasun / Contrast-Finder

Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
GNU Affero General Public License v3.0
56 stars 18 forks source link

don't expose session ID in the URL #9

Closed dzc34 closed 7 years ago

dzc34 commented 7 years ago

Observed behaviour

/result.html;jsessionid=1C22591EA3096B15B6D026154F236FCE?foreground=%23468847&(...)

Expected behaviour

/result.html?foreground=%23468847&(...)

Configuration

same result for two tests:

  1. docker
  2. https://app.contrast-finder.org
dzc34 commented 7 years ago

Not fixed Now different result for both tests:

dzc34 commented 7 years ago

fixed e3118783b8407fd53a878784f3e559d71a3ac0a1