it's been a feature for many years and I don't think false positives impact usability in any meaningful way.
OK, if unnecessary queries of DNS records that modern Clients (Browsers and Searchengines) do for prefetching and the like are no impact to usability (they cost time and bandwith, think of ...
Search found 28 matches
- Sat Mar 26, 2016 11:46 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14527 Dataloss caused by link shortening (maybe)
- Replies: 35
- Views: 74056
- Fri Mar 25, 2016 11:24 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14527 Dataloss caused by link shortening (maybe)
- Replies: 35
- Views: 74056
Re: PHPBB3-14527 Dataloss caused by link shortening (maybe)
The hardcoded rewrite of to like [nonalpha]www.something or (nonalpha)www.something or /nonalpha/www.something or .nonalpha.www.something
Hopefully it is more clear now what i mean. Thanks.
Code: Select all
[nonalpha]www.something
Code: Select all
[nonalpha]http://www.something
Hopefully it is more clear now what i mean. Thanks.
- Fri Mar 25, 2016 8:19 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14527 Dataloss caused by link shortening (maybe)
- Replies: 35
- Views: 74056
Re: PHPBB3-14527 Dataloss caused by link shortening (maybe)
Sorry, wasn't meant to be abrasive tone, just a proposed fix.
- Fri Mar 25, 2016 7:48 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14527 Dataloss caused by link shortening (maybe)
- Replies: 35
- Views: 74056
Re: PHPBB3-14527 Dataloss caused by link shortening (maybe)
Fine, but the hardcoded
is the real problem.
It should be restricted to instead of
Even better, just remove this buggy hardcoding entirely.
Code: Select all
.*www => http://www
It should be restricted to
Code: Select all
(EOL|SPACE)www
Code: Select all
.*www
- Fri Mar 25, 2016 6:30 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14527 Dataloss caused by link shortening (maybe)
- Replies: 35
- Views: 74056
Re: PHPBB3-14527 Dataloss caused by link shortening (maybe)
Links like ftps://www.phpbb.com/ are parsed wrong.
- Fri Mar 25, 2016 5:54 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14527 Dataloss caused by link shortening (maybe)
- Replies: 35
- Views: 74056
Re: PHPBB3-14527 Dataloss caused by link shortening (maybe)
The dataloss is fixed now, thanks.
But there are some more problems with link parsing left unfixed.
But there are some more problems with link parsing left unfixed.
- Sun Mar 13, 2016 6:52 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14535 [url] works unexpected
- Replies: 11
- Views: 36613
- Sun Mar 13, 2016 6:49 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14535 [url] works unexpected
- Replies: 11
- Views: 36613
- Sun Mar 13, 2016 5:37 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14535 [url] works unexpected
- Replies: 11
- Views: 36613
PHPBB3-14535 [url] works unexpected
This demonstrating link should not be a link.
- Thu Mar 10, 2016 10:13 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14527 Dataloss caused by link shortening (maybe)
- Replies: 35
- Views: 74056
PHPBB3-14527 Dataloss caused by link shortening
Since there is no progress: https://tracker.phpbb.com/browse/PHPBB3-14527
@Devs: Stop implementing new features and fix this nasty showstopping bug first.
Start reading here https://area51.phpbb.com/phpBB/viewtopi ... 41#p288141
@Devs: Stop implementing new features and fix this nasty showstopping bug first.
Start reading here https://area51.phpbb.com/phpBB/viewtopi ... 41#p288141