Skip Menu |

This queue is for tickets about the Test-WWW-Mechanize-Catalyst CPAN distribution.

Report information
The Basics
Id: 43741
Status: resolved
Priority: 0/
Queue: Test-WWW-Mechanize-Catalyst

People
Owner: Nobody in particular
Requestors: andrey [...] kostenko.name
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 0.51



Subject: Content-Base header
After hour of debugging I've found in the _make_request method this string: $response->header( 'Content-Base', $request->uri ); But if I already wrote <base href=""> tag, or Content-Base header, it will be ignored. Is this string heeded? Or may be you can set this header only if it is empty?
On Sat Feb 28 14:25:35 2009, GUGU wrote: Show quoted text
> After hour of debugging I've found in the _make_request method this string: > > $response->header( 'Content-Base', $request->uri ); > > But if I already wrote <base href=""> tag, or Content-Base header, it > will be ignored. Is this string heeded? Or may be you can set this > header only if it is empty?
Sure - if you can give me a failing test case showing me this problem, then I'll be happy to fix this. The svn repo is at http://dev.catalyst.perl.org/repos/Catalyst/Test-WWW-Mechanize- Catalyst or if you prefer git a copy is available at http://github.com/ashb/test-www- mechanize-catalyst/tree/master
I no onlt set Content-Base header if there isn't one already. If this doesn't work, give me a failing test case.