Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 90be7c4

Browse files
author
ykohata
committed
Merge branch 'technology-2014-12-18'
2 parents c17ca98 + 520545c commit 90be7c4

File tree

63 files changed

+957
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+957
-178
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@
381381
<include name="scripts/*.*"/>
382382
<include name="scripts/launch/**/*.*"/>
383383
<include name="scripts/copilot/**/*.*"/>
384+
<include name="scripts/my/**/*.*"/>
384385
<include name="scripts/scorecard/**/*.*"/>
385386
<include name="scripts/tinyMCE/templates/*.html"/>
386387
<include name="scripts/ckeditor/templates/**/*.*"/>

conf/web/WEB-INF/struts.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<constant name="struts.convention.exclude.parentClassLoader" value="true"/>
1616
<constant name="struts.convention.action.fileProtocols" value="jar,vfsfile,vfszip"/>
1717
<constant name="struts.multipart.maxSize" value="20971520"/>
18+
<constant name="struts.ognl.allowStaticMethodAccess" value="true" />
1819

1920

2021
<package name="base" namespace="/base" extends="default">
@@ -1196,14 +1197,14 @@
11961197
<result name="success">/WEB-INF/vmmanager/dashboard-vm-management.jsp</result>
11971198
</action>
11981199
<action name="launchVMInstance" class="launchVMInstanceAction">
1199-
<interceptor-ref name="token"/>
1200+
<!--<interceptor-ref name="token"/>-->
12001201
<interceptor-ref name="authnInterceptor"/>
12011202
<result name="success" type="json"/>
12021203
<result name="error" type="json"/>
12031204
<result name="invalid.token" type="json"/>
12041205
</action>
12051206
<action name="terminateVMInstance" class="terminateVMInstanceAction">
1206-
<interceptor-ref name="token"/>
1207+
<!--<interceptor-ref name="token"/>-->
12071208
<interceptor-ref name="authnInterceptor"/>
12081209
<result name="success" type="json"/>
12091210
<result name="error" type="json"/>

0 commit comments

Comments
 (0)