-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QA] oc10 public link with password fails #4531
Comments
Just tested and it looks it works like a charm for me. It can be tested in https://demo.owncloud.com and cannot reproduce it |
public links are redirected by the oc10 backend. Config option: |
@micbar the documentation disagrees with that: "To display ownCloud Web in the app switcher and to redirect all private and public links to the new WebUI, add the following config into config/config.php:
That is what I did, and thus I end up in the New Design. |
Public / private links are always redirected to web |
@jnweiger Maybe semantic misunderstanding
I meant the oc10 backend does the redirects. It redirects to the new WebUI. |
Reproduced unchanged in 1.0.2 |
@kulmann could you take a look eventually? |
Cannot reproduce with web v3.2.0 as oc10 app. |
Deployed web-1.0.0 into docker run -ti --rm -v $HOME/oc10-mnt-data:/mnt/data -p 8080:8080 owncloud/server:10.6.0
using https://owncloud.github.io/clients/web/deployments/oc10-app/
This problem only occurs in the same browser session.
In a different browser session we get
A requester that asks for username and password -> owncloud/ocis#829
The text was updated successfully, but these errors were encountered: