Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions interceptors/src/main/resources/struts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<result name="input">register.jsp</result>
</action>

<!-- for logger interceptor see: http://struts.apache.org/2.2.1/docs/logger-interceptor.html -->
<!-- for timer interceptor see http://struts.apache.org/2.2.1/docs/timer-interceptor.html -->
<!-- for logger interceptor see: https://struts.apache.org/core-developers/logging-interceptor.html -->
<!-- for timer interceptor see https://struts.apache.org/core-developers/timer-interceptor.html -->
<action name="register" class="org.apache.struts.register.action.Register" method="execute">
<interceptor-ref name="timer" />
<interceptor-ref name="logger" />
Expand All @@ -35,4 +35,4 @@

</package>

</struts>
</struts>