The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Updates configuration and replaces jsp with action
by
Randy the Sloth 2014-03-03 20:52:54 UTC
commit d0c90dda952ccd4539c6ecd912bce7a0f97aa014
Struts
Fix
CVE-2015-5169
apps/showcase/src/main/resources/struts-ajax.xml
-27
apps/showcase/src/main/resources/struts-conversion.xml
-4
apps/showcase/src/main/resources/struts-filedownload.xml
-4
apps/showcase/src/main/resources/struts-integration.xml
+1
-1
apps/showcase/src/main/resources/struts-interactive.xml
-5
apps/showcase/src/main/resources/struts-jsf.xml
-4
apps/showcase/src/main/resources/struts-tags-non-ui.xml
-3
apps/showcase/src/main/resources/struts-tags-ui.xml
-16
apps/showcase/src/main/resources/struts-validation.xml
-7
apps/showcase/src/main/resources/struts-wait.xml
-12
apps/showcase/src/main/resources/struts.xml
+11
-12
apps/showcase/src/main/webapp/WEB-INF/ajax/autocompleter/index.jsp
+10
-18
apps/showcase/src/main/webapp/WEB-INF/ajax/commonInclude.jsp
+1
-1
apps/showcase/src/main/webapp/WEB-INF/ajax/footer.jsp
+1
-1
apps/showcase/src/main/webapp/WEB-INF/ajax/index.jsp
+24
apps/showcase/src/main/webapp/WEB-INF/customTemplateDir/customTheme/ftlCustomTemplate.ftl
+7
apps/showcase/src/main/webapp/WEB-INF/customTemplateDir/customTheme/jspCustomTemplate.jsp
+8
apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
+17
-17
apps/showcase/src/main/webapp/WEB-INF/empmanager/index.jsp
+1
apps/showcase/src/main/webapp/WEB-INF/person/index.jsp
+1
apps/showcase/src/main/webapp/WEB-INF/template/xhtml/mytemplate.jsp
+9
apps/showcase/src/main/webapp/WEB-INF/tiles.xml
+9
-9
apps/showcase/src/main/webapp/WEB-INF/token/doublePost.jsp
+1
-1
apps/showcase/src/main/webapp/WEB-INF/token/index.jsp
+48
apps/showcase/src/main/webapp/WEB-INF/token/transferDone.jsp
+1
-1
apps/showcase/src/main/webapp/WEB-INF/validation/index.jsp
+1
-1
apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp
+1
-1
apps/showcase/src/main/webapp/WEB-INF/wait/index.jsp
+34
apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp
+1
-1
apps/showcase/src/main/webapp/ajax/index.html
-24
apps/showcase/src/main/webapp/customTemplateDir/customTheme/ftlCustomTemplate.ftl
-7
apps/showcase/src/main/webapp/customTemplateDir/customTheme/jspCustomTemplate.jsp
-8
apps/showcase/src/main/webapp/person/index.html
-10
apps/showcase/src/main/webapp/skill/index.html
-10
apps/showcase/src/main/webapp/template/xhtml/mytemplate.jsp
-9
apps/showcase/src/main/webapp/token/index.html
-47
apps/showcase/src/main/webapp/wait/index.html
-33
expand_less