mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Adds missing comma
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
order CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT package (result-types?, interceptors?, default-interceptor-ref?, default-action-ref?, default-class-ref?, global-results?, global-allowed-methods? global-exception-mappings?, action*)>
|
||||
<!ELEMENT package (result-types?, interceptors?, default-interceptor-ref?, default-action-ref?, default-class-ref?, global-results?, global-allowed-methods?, global-exception-mappings?, action*)>
|
||||
<!ATTLIST package
|
||||
name CDATA #REQUIRED
|
||||
extends CDATA #IMPLIED
|
||||
|
||||
@@ -358,11 +358,12 @@
|
||||
|
||||
</interceptors>
|
||||
|
||||
<global-allowed-methods>execute,input,back,cancel,browse</global-allowed-methods>
|
||||
|
||||
<default-interceptor-ref name="defaultStack"/>
|
||||
|
||||
<default-class-ref class="com.opensymphony.xwork2.ActionSupport" />
|
||||
|
||||
<global-allowed-methods>execute,input,back,cancel,browse</global-allowed-methods>
|
||||
|
||||
</package>
|
||||
|
||||
</struts>
|
||||
|
||||
Reference in New Issue
Block a user