Skip to content

Commit

Permalink
feature/79 Externalized cookie session configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorbel committed Aug 19, 2024
1 parent 5a2ad09 commit b8855ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dataverse-webapp/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
<!-- Uncomment the line below to disble `;jsessionid=` in URLs -->
<tracking-mode>COOKIE</tracking-mode>
</session-config>
<!-- Listener to override defaults with environment variables -->
<listener>
<listener-class>edu.harvard.iq.dataverse.DataverseSessionConfigListener</listener-class>
</listener>
<!-- web fonts -->
<mime-mapping>
<extension>eot</extension>
Expand Down

0 comments on commit b8855ce

Please sign in to comment.