You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2006/04/05 23:22:38 UTC

svn commit: r391816 - in /struts/sandbox/trunk/action2: README.txt apps/mailreader/src/java/applicationContext.xml apps/mailreader/src/webapp/WEB-INF/applicationContext.xml apps/mailreader/src/webapp/WEB-INF/web.xml

Author: husted
Date: Wed Apr  5 14:22:35 2006
New Revision: 391816

URL: http://svn.apache.org/viewcvs?rev=391816&view=rev
Log:
mailreader app
* Move Spring configuration file to classpath

README.txt 
* A couple of more suggestions for the cookbook jar. 

Added:
    struts/sandbox/trunk/action2/apps/mailreader/src/java/applicationContext.xml
      - copied unchanged from r391296, struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/applicationContext.xml
Removed:
    struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/applicationContext.xml
Modified:
    struts/sandbox/trunk/action2/README.txt
    struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml

Modified: struts/sandbox/trunk/action2/README.txt
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/README.txt?rev=391816&r1=391815&r2=391816&view=diff
==============================================================================
--- struts/sandbox/trunk/action2/README.txt (original)
+++ struts/sandbox/trunk/action2/README.txt Wed Apr  5 14:22:35 2006
@@ -100,8 +100,11 @@
 * Setting form type to "POST"
 ** (Should POST be the default?)
 
-* Proxy Result 
-** http://forums.opensymphony.com/thread.jspa?threadID=23621&tstart=0
+* Switching to SSL after login
+** http://forums.opensymphony.com/thread.jspa?messageID=11452&#11452
+
+* Customizing pages for multiple installations across multiple releases
+** http://forums.opensymphony.com/thread.jspa?messageID=23991&#23991
 
 ----
 
@@ -125,6 +128,10 @@
 * Default package names 
 ** Allow a default package name to be set for Action classes
    so that .MyAction could resolve to org.mycorp.myapp.mypackage.MyAction 
+
+* Proxy Result 
+** http://forums.opensymphony.com/thread.jspa?threadID=23621&tstart=0
+
 
 ----------------------------------------------------------------------------
 

Modified: struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml?rev=391816&r1=391815&r2=391816&view=diff
==============================================================================
--- struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml (original)
+++ struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml Wed Apr  5 14:22:35 2006
@@ -4,6 +4,11 @@
 
     <display-name>Action2 Mailreader</display-name>
 
+    <context-param>
+        <param-name>contextConfigLocation</param-name>
+        <param-value>classpath*:applicationContext*.xml</param-value>
+    </context-param>
+
     <filter>
         <filter-name>Action2</filter-name>
         <filter-class>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org