Skip to content

Commit

Permalink
added secretRequired attribute (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj authored Apr 13, 2023
1 parent 57908e9 commit 74685d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tomcat/conf/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
-->

<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="9009" protocol="AJP/1.3" redirectPort="9443" />
<Connector port="9009" protocol="AJP/1.3" redirectPort="9443" secretRequired="false" />


<!-- An Engine represents the entry point (within Catalina) that processes
Expand Down Expand Up @@ -165,4 +165,4 @@
</Host>
</Engine>
</Service>
</Server>
</Server>

0 comments on commit 74685d2

Please sign in to comment.