web-tests.xml

Diff Revision Date Message Lines Author Branch
3257 25 Oct 09

APF-1164: Removed OSCache and cleaned up archetypes.

+1 -14 Matt Raible trunk
3213 24 Apr 09

Changed web modules to use sources from web-common module instead of using warpath plugin. Archetypes still not working (http://www.nabble.com/Is-it-possible-to-add-files-to-an-archetype-from-other-directories--td23212840.html#a23212840). Would love to get to a state where the archetypes only have a pom.xml and read sources from web modules.

+2 -2 Matt Raible trunk
3188 12 Dec 08

APF-1110: Fixed Eclipse issues 1) Exception scriplet in dataAccessFailure.jsp and 2) renamed login.xml and config.xml to login.xmlf and config.xmlf.

+2 -2 Matt Raible trunk
3134 05 May 08

APF-1061: Upgrade to Canoo Web Test R_1702 which has *much* better JavaScript support. APF-946: Upgrade to Scriptaculous 1.8.1

+2 -2 Matt Raible trunk
2944 13 Sep 07

APF-880: Fixed XSS issue in success/error messages by removing HTML from i18n bundles and changing messages.jsp so it does escape XML.

+2 -2 Matt Raible trunk
2868 29 Aug 07

APF-673: Moved all admin-only screens (i.e. users) to /admin/*

+3 -3 Matt Raible trunk
2669 08 May 07

APF-734: Changed usernames to be more professional: mraible/tomcat -> admin/admin, tomcat/tomcat -> admin/admin

+1 -1 Matt Raible trunk
2643 20 Apr 07

APF-734: Changed role names to follow Acegi Security conventions: user -> ROLE_USER and admin -> ROLE_ADMIN

+1 -1 Matt Raible trunk
2585 22 Mar 07

APF-431: Added StaticFilter to handle resources that end with *.html - like Dojo. Configured and tests for Struts 2, Spring and Tapestry. Doesn't currently work for JSF (http://www.nabble.com/Using-a-StaticFilter-and-dispatching-to-FacesServlet-doesn%27t-work-tf3450338.html#a9624114), so it's not configured in web.xml.

+15 -5 Matt Raible trunk
2353 23 Jan 07

APF-475 (Changed user list to pass in id instead of username) and APF-569 (ControllerClassNameHandlerMapping to use controller names for URLs)

+27 -46 Matt Raible trunk
2254 05 Jan 07

APF-564: Escape ${basedir} so it's not expanded by archetypes

+2 -2 Matt Raible trunk
2253 05 Jan 07

APF-564: Split basic archetype into 4 separate archetypes (appfuse-basic-jsf, appfuse-basic-spring, appfuse-basic-struts, appfuse-basic-tapestry) and consolidated i18n bundles into common-web project.

+2 -2 Matt Raible trunk
2170 19 Dec 06

Moved test/data to test/resources for simplification purposes

+232 Matt Raible trunk
2108 01 Dec 06

APF-539 - Fixed issue with logout caused by Acegi 1.0.3: http://www.nabble.com/-ANN--Acegi-Security-1.0.3-released-tf2649507.html#a7646082

-3 Matt Raible trunk
1833 11 Sep 06

Collapsed JAR and WAR projects into same thanks to Mike Horwitz's "warpath" plugin

+235 Matt Raible trunk
1795 31 Aug 06

Cargo and Canoo WebTest now working with Maven 2 (needs cleanup though, lots of duplication)

+235 Matt Raible trunk