[ http://jira.magnolia.info/browse/MAGNOLIA-1033?page=comments#action_12302 
] 
            
Anthony Ogier commented on MAGNOLIA-1033:
-----------------------------------------

Magnolia trunk doesn't build anymore duing to a typping error in 
RequestFormUtil.java.
Here is the patch :

Index: RequestFormUtil.java
===================================================================
--- RequestFormUtil.java        (revision 6425)
+++ RequestFormUtil.java        (working copy)
@@ -140,7 +140,7 @@
         return map;
     }
 
-    public MultipartForm getFrom() {
+    public MultipartForm getForm() {
         return form;
     }
 

(and there is other from / form mistakes in this class)

> Exception on single file or zip upload
> --------------------------------------
>
>                 Key: MAGNOLIA-1033
>                 URL: http://jira.magnolia.info/browse/MAGNOLIA-1033
>             Project: magnolia
>          Issue Type: Bug
>          Components: document management
>    Affects Versions: 3.0 RC2
>            Reporter: Sameer Charles
>         Assigned To: Philipp Bracher
>            Priority: Blocker
>             Fix For: 3.0 RC3
>
>
> 1)
> On zip upload 
> - 404 Resource not found
> 2)
> Exception while uploading a file via add document dialog:
> ------------------------------------------------------------------------------------------------------------------------------------
> ERROR  info.magnolia.cms.servlets.MVCServletHandlerImpl 
> MVCServletHandlerImpl.java(execute:99) 06.09.2006 17:09:01  can't call 
> command: save
> java.lang.NullPointerException
>         at 
> info.magnolia.module.dms.DocumentDialog.onPostSave(DocumentDialog.java:170)
>         at 
> info.magnolia.module.admininterface.DialogMVCHandler.save(DialogMVCHandler.java:189)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> ....................
> ....................
> java.lang.NullPointerException
>       
> info.magnolia.module.dms.DocumentDialog.renderHtml(DocumentDialog.java:196)
>       info.magnolia.cms.servlets.MVCServlet.doPost(MVCServlet.java:112)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
> ------------------------------------------------------------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to