phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bugs #2239] missing urldecode for ldap-url


From: Philipp Kamps
Subject: [Phpgroupware-tracker] [bugs #2239] missing urldecode for ldap-url
Date: Fri, 18 Jun 2004 14:53:07 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #2239] Latest Modifications:

Changes by: 
                Philipp Kamps <address@hidden>
'Date: 
                Fri 06/18/04 at 18:52 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed







/**************************************************************************/
[bugs #2239] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=2239>
Project: phpGroupWare
Submitted by: Robert Weilhammer
On: Fri 01/17/03 at 09:38

Category:  eldaptir
Item Group:  0.9.14.001 release
Severity:  5 - Average
Priority:  5 - Normal
Resolution:  None
Assigned to:  fipsfuchs
Status:  Closed
Component Version:  None
Platform Version:  GNU/Linux - RedHat/Fedora
Reproducibility:  Every Time


Summary:  missing urldecode for ldap-url

Original Submission:  Whe using CN with full-name (cn=Firstname Lastname, 
ou=...) you are not able to view/edit/delete ldap-entries. The URL which is 
used to call [edit|view|delete].php is not retranslated from url to "normal" 
text.

After I have replaced the line in phpgroupware/edaptir/inc/class.ldap.inc.php 
it's working !

Old : $thisdn = $this->despace($dn);
New : $thisdn = urldecode($this->despace($dn));


Cheers 

Robert



Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 03/18/03 at 21:14         By: skwashd
dunno why i didn't allocate this one earlier - sorry

-------------------------------------------------------
Date: Thu 01/23/03 at 10:19         By: rweilham
diff class.ldap.inc.php class.ldap.inc.php.orig
243c243
<                       $thisdn = urldecode($this->despace($dn));
---
>                       $thisdn = $this->despace($dn);

-------------------------------------------------------
Date: Thu 01/23/03 at 06:50         By: skwashd
what line number is this from?

I will apply the fix soon












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=2239>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]