Package: fusionforge-plugin-oslc
Version: 5.2.3-1
Severity: normal
Tags: upstream

Hi.

Zend framework apparently now requires a new concrete method for headAction() 
in subclasses of Zend_Rest_Controller. This wasn't required back then when the 
OSLC plugin was developed, but is now required for the version in sid.

A simple patch looks like :

--- 
/usr/share/gforge/plugins/oslc/include/oslc-zend/application/controllers/CmController.php.orig
      2014-04-21 17:17:58.554170349 +0000
+++ 
/usr/share/gforge/plugins/oslc/include/oslc-zend/application/controllers/CmController.php
   2014-04-21 17:18:37.642038984 +0000
@@ -237,6 +237,12 @@
                return $class;
        }
 
+       public function headAction(){
+ 
+               #$this->_forward('index');
+ 
+       }
+
        public function getAction(){
                switch (TRACKER_TYPE) {
                                case 'mantis':

Hope this helps.

Best regards,

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to