6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/6/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13105] call of prefs_init() for non-existant user f and entries in history table with history_who == 'f'
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__ .___.___.._. | |[__)[__ _/ | |/\|[__)[___./__._|_
Comment
>> Actually, I can't reproduce the problem where a 'f' is being sent as >> the username to the prefs_init hook. It is always passed as a null >> value if $registry->getAuth() is false. >> >> If this is still happening for you, please provide a backtrace from >> within the hook so we can see where it is originating from. > > I have added the patch from comment 3 to: > > Horde_History 2.3.0 stable > > First tested with CalDAV / KDE only: > Before the patch I have gotten 'f' entries in the history_who field, > after the patch I get no more such entries. > > I have also added a logging command to History.php here: > > if (!isset($attributes['who'])) { > $attributes['who'] = $this->_auth; > } > if(!is_string($attributes['who'])) { /* test userid */ > > The second if() was triggered _before_ the patch, but never _after_ > applying the patch. So it looks like your patch fixes the problem for > CalDAV. > > I will setup an ActiveSync testbed and report back.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers