Dave,

Been trying to check in this simple patch/fix (firefox issue) in but all I
get is:

    URL access forbidden for unknown reason
svn: Commit failed (details follow):
svn: access to
'/repos/asf/!svn/ver/1201435/roller/trunk/weblogger-webapp/src/main/webapp/WEB-INF/jsps/editor/TemplateEdit.jsp'
forbidden



### Eclipse Workspace Patch 1.0
#P roller-weblogger-webapp
Index: src/main/webapp/WEB-INF/jsps/editor/TemplateEdit.jsp
===================================================================
--- src/main/webapp/WEB-INF/jsps/editor/TemplateEdit.jsp    (revision
1228837)
+++ src/main/webapp/WEB-INF/jsps/editor/TemplateEdit.jsp    (working copy)
@@ -137,7 +137,7 @@
             <td>
                 <s:submit value="%{getText('pageForm.save')}" />
                 <input type="button" value='<s:text
name="application.done"/>'
-                    onclick='window.location=<s:url
action="templates"><s:param name="weblog" value="%{weblog}"/></s:url>' />
+                    onclick="window.location='<s:url
action="templates"><s:param name="weblog" value="%{weblog}"/></s:url>'" />
             </td>
             <td align="right">
                 <!-- Add buttons to make this textarea taller or shorter
-->

I have checked my settings and look ok (javaHL subclipse).  It does not
seem to be a pasword issue, as if I enter an incorrect password I get a
different error message.  Any ideas?

Reply via email to