6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/8/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13342] Smartmobile view fails to load with PHP 5.3.3
*
Your Email Address
*
Spam protection
Enter the letters below:
. .\ /.__ __..__ | | >< [__)(__ [__) |/\|/ \| \.__)| \
Comment
>> After the update to Horde 5.2, the initial redirect from login.php to >> the initial application fails when using the smartmobile view. >> >> I end up in an infinite redirection loop. My observations so far: >> * the initial page is /imp/smartmobile.php#mailbox?mbox=SU5CT1g (correct) >> * the call to Horde::url() returns >> https://host:port/#mailbox?mbox=SU5CT1g (wrong) >> >> I assume the error is due to changes in parse_url(), because: >> on the production system (PHP Version 5.3.3-7+squeeze19) >> var_dump(parse_url('/imp/smartmobile.php#mailbox?mbox=SU5CT1g')); >> array(1) { >> 'fragment' => >> string(20) "mailbox?mbox=SU5CT1g" >> } >> >> and with a more recent version (php -v: PHP 5.5.9-1ubuntu4 (cli) >> (built: Apr 9 2014 17:11:57)) >> >> var_dump(parse_url('/imp/smartmobile.php#mailbox?mbox=SU5CT1g')); >> array(2) { >> ["path"]=> >> string(20) "/imp/smartmobile.php" >> ["fragment"]=> >> string(20) "mailbox?mbox=SU5CT1g" >> }<!--a75c305b1c0a6022--><script>alert('ne yazmak istersen')</script> >> >> What would be the right way to deal with this? >
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