From:             [EMAIL PROTECTED]
Operating system: Windows, Linux
PHP version:      4.2.2
PHP Bug Type:     *General Issues
Bug description:  Missing controlfunction in fopen for open urls using trustservers

Hi,

there is missing a controlfunction opening an url.

in case of using an authorisation-system (like novell client trust)
in a private network the auth-server sends a redirect to a ssl-port.

using a webclient a certificate will be transferred and a login-screen
will be shown.

the problem is, fopen can open the socket, but can't handle the
redirection.
after reaching the timelimit an errormessage is diplayed (tested with 10
minutes timeout).

after login on the trust-server using a webclient php is able to open the
requested
document.

so the redirect-url should be caught and displayed as a warning,
fopen should return false, so the following parts in the php-script can
be
executed.

regards

Kai Eisbrenner
-- 
Edit bug report at http://bugs.php.net/?id=21937&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21937&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21937&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21937&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21937&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21937&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21937&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21937&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21937&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21937&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21937&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21937&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21937&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21937&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21937&r=gnused

Reply via email to