Summary: | URL redirection problem browsing with lisa | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | John Browne <jkbrowne> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | thiago, tonecho |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
John Browne
2003-01-20 21:59:50 UTC
I've done bit of code-hunting. This appears to be related to the KApplication::authorizeURLAction call added in kdelibs 3.1. That call disallows redirection from lan://* to anything other than http://* and ftp://*. A new rule allowing a redirection from lan://* to anything would solve the problem, I think. Or maybe a better solution. While the problem isn't fixed by default, you can work around it by using this. Open your $KDEHOME/share/config/kdeglobals. Add these lines at the end: [KDE URL Restrictions] rule_count=1 rule_1=redirect,lan,,,,,,true Save the file then run the following: dcop kded kbuildsycoca recreate You should be set to go and be able to browse any redirection from lan:/ Please report if the solution doesn't work. Waldo commited both to 3.1 and HEAD revision 1.545.2.10 date: 2003/02/04 20:09:41; author: waba; state: Exp; lines: +5 -1 Lan may redirect everywhere *** Bug 55939 has been marked as a duplicate of this bug. *** |