[haiku-bugs] [Haiku] #17285: WebPositive

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Sun, 26 Sep 2021 14:56:01 -0000

#17285: WebPositive
--------------------------+-----------------------------
 Reporter:  andreas_dr    |       Owner:  nobody
     Type:  bug           |      Status:  new
 Priority:  normal        |   Milestone:  Unscheduled
Component:  Applications  |     Version:  R1/Development
 Keywords:                |  Blocked By:
 Blocking:                |    Platform:  All
--------------------------+-----------------------------
 Hi,

 there seems to be a bug with HTTP location header based redirection.
 It seems to work with absolute URLs but not with relative.

 Try:

 http://drewke.net/tdme2-documentation/alpha/private/

 This tries to do a redirect using a relative URL using a "Location: ./xyz"
 header.

 It works on Safari, FireFox and so on, but not in WebPositive.

 My script doing the redirection has the following content currently:

 <?php
 header('Location: ./1.9.104');
 ?>
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/17285>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: