Bug 446640
| Summary: | base URL incorrectly set | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> |
| Component: | gnash | Assignee: | Patrice Dumas <pertusus> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-23 07:33:32 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
David Woodhouse
2008-05-15 14:25:16 UTC
I can reproduce the bug. I'll wait a bit for the next release which is due in few days, and if I can still reproduce it I'll fill it upstream. It still happens with gnash from cvs. Looks like it sees the <param name="base" value="."> in the HTML source, and calculates that relative to the current directory, instead of to the original URL. A fix should in upstream CVS. Could you please test? Bug report I filled upstream is: http://savannah.gnu.org/bugs/?23260 'cvs up -dP ; make' fails, as usual. Normally this is because Gnash is afflicted by autotools and doesn't just use proper makefiles; I'll try to make it work... Life's too short to work out why autotools were causing problems (I think libnet/Makefile wasn't including rtmp_msg.cpp even after I'd rerun ./autogen.sh and ./configure and it had tested my fortran compiler a dozen more times, as it does). Building from a clean checkout works, and the bug is fixed. Thanks. |