Skip to content
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

"shodowPassword VirtualSession failed" when visit "/admin/config" #8718

Closed
2 of 7 tasks
yasuokav opened this issue Oct 28, 2019 · 1 comment · Fixed by #8984
Closed
2 of 7 tasks

"shodowPassword VirtualSession failed" when visit "/admin/config" #8718

yasuokav opened this issue Oct 28, 2019 · 1 comment · Fixed by #8984
Labels

Comments

@yasuokav
Copy link
Contributor

  • Gitea version (or commit ref): 1.10.0 / e3875ac
  • Git version: 2.17.1
  • Operating system: Ubuntu 18.04
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:
...uters/admin/admin.go:224:shadownURL() [E] shodowPassword VirtualSession failed: parse {"Provider":"file","ProviderConfig":"/path/data/sessions","CookieName":"i_like_gitea","CookiePath":"","Gclifetime":86400,"Maxlifetime":86400,"Secure":false,"CookieLifeTime":0,"Domain":"","IDLength":0,"Section":"","IgnoreReleaseForWebSocket":false}: first path segment in URL cannot contain colon

Description

N/A

Screenshots

N/A

@lunny lunny added the type/bug label Oct 28, 2019
@archfish
Copy link

archfish commented Nov 7, 2019

same issue with
Database: PostgreSQL
Gitea version: 1.11.0+dev-164-g8d8aecd3c built with GNU Make 4.2.1, go1.13.4 : bindata, sqlite, sqlite_unlock_notify
Git version: 2.22.0

zeripath added a commit to zeripath/gitea that referenced this issue Nov 14, 2019
Fix go-gitea#8718

This PR shadows passwords in session config correctly by detecting
the VirtualProvider, unmarshalling the original config and then
shadowing config within that.
zeripath added a commit that referenced this issue Nov 14, 2019
Fix #8718

This PR shadows passwords in session config correctly by detecting
the VirtualProvider, unmarshalling the original config and then
shadowing config within that.
zeripath added a commit to zeripath/gitea that referenced this issue Nov 14, 2019
Fix go-gitea#8718

This PR shadows passwords in session config correctly by detecting
the VirtualProvider, unmarshalling the original config and then
shadowing config within that.
zeripath added a commit that referenced this issue Nov 14, 2019
Fix #8718

This PR shadows passwords in session config correctly by detecting
the VirtualProvider, unmarshalling the original config and then
shadowing config within that.
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants