Page MenuHomeDevCentral

Configure Tomcat server explicitly
Needs ReviewPublic

Authored by dereckson on Mon, Oct 13, 20:47.
Tags
None
Referenced Files
F12271434: D3755.id9715.diff
Wed, Oct 15, 18:41
F12271433: D3755.id9714.diff
Wed, Oct 15, 18:41
F12270638: D3755.diff
Wed, Oct 15, 14:19
F12270105: D3755.diff
Wed, Oct 15, 11:16
Subscribers
None

Details

Reviewers
DorianWinty
Maniphest Tasks
Unknown Object (Maniphest Task)
Summary

Use the default current Tomcat server.xml configuration from Orbeon container.

Credentials are stored in tomcat-users.xml with SHA-256 digest for hashing,
with a bruteforce protection.

Ref T2143

Test Plan

Redeploy Orbeon container and associated files

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
orbeon-tomcat-config
Build Status
Buildable 6019
Build 6303: arc lint + arc unit

Event Timeline

dereckson created this revision.

Update to use Tomcat 9 syntax in realm:
<CredentialHandler className="org.apache.catalina.realm.MessageDigestCredentialHandler" algorithm="SHA-256" />