You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/05/22 18:06:54 UTC

svn commit: r1341548 - /geronimo/server/branches/3.0-beta/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml

Author: xiaming
Date: Tue May 22 16:06:54 2012
New Revision: 1341548

URL: http://svn.apache.org/viewvc?rev=1341548&view=rev
Log:
GERONIMO-6348 Missing a forward slash

Modified:
    geronimo/server/branches/3.0-beta/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml

Modified: geronimo/server/branches/3.0-beta/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml?rev=1341548&r1=1341547&r2=1341548&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/web.xml Tue May 22 16:06:54 2012
@@ -37,7 +37,7 @@ limitations under the License.
     <filter-class>org.apache.geronimo.console.filter.XSSXSRFFilter</filter-class>
     <init-param>
        <param-name>xsrf.ignorePaths</param-name>
-       <param-value>/dojo/dojo/resources/blank.html,portal/0/Welcome</param-value>
+       <param-value>/dojo/dojo/resources/blank.html,/portal/0/Welcome</param-value>
     </init-param>
   </filter>
   <filter-mapping>