opengeospatial / teamengine

TEAM Engine (Test, Evaluation, And Measurement Engine) is an engine for testing web services and other resources written in JAVA. It executes test scripts written in Compliance Test Language (CTL), TestNG and other languages. It is lightweight and easy to run as a command line or to setup as a service. It can be used to test any type of service or encoding. It is also the official tool used by the Open Geospatial Consortium (OGC) for compliance testing.
Apache License 2.0
45 stars 41 forks source link

Session id is not displayed correctly #523

Closed dstenger closed 2 years ago

dstenger commented 2 years ago

Describe the bug When current status of master branch is deployed, the session ids are not displayed correctly. Please see screenshot at the bottom of this issue.

To Reproduce Steps to reproduce the behavior:

  1. Setup master branch of TEAM Engine.
  2. Execute test session.
  3. View session list (e.g. http://localhost:8081/teamengine/viewSessions.jsp).

Expected behavior Session id shall be displayed as previously (see Production environment): E.g. s0001

Screenshots Bildschirmfoto vom 2022-05-10 20-51-19

bpross-52n commented 2 years ago

This was introduced within the code fortification effort by Chuck. I can revert the changes. Let me know if I should do it.