Realized I forgot to mention what this code does.
It opens a password-protected page which contains a link to another page
in the same password-protected folder and opens up in a new window.
The expected behavior is that the second page will open fine, since
we're already authenticated to the
Below is some code that illustrates a problem I've been having for several
months now. I've got a widget based on the QWebView that needs to be able
to open pop-up windows (e.g., links with target="_blank" or javascript
window.open() calls) in a password-protected context.
I can get the windows c