You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be good to change the URL structure so /:identifer first tries for group, then artifact. Some thought needs to be put into how we handle artifacts with the same group and name. Thoughts on this are welcome. This would be a breaking change in how the URLs work, so I don't want to rush into this.
Currently there are two routes to see a user:
/:username
and/users/:username
. This has a few impliciations.bilus
group, but thebilus
user.It might be good to change the URL structure so
/:identifer
first tries for group, then artifact. Some thought needs to be put into how we handle artifacts with the same group and name. Thoughts on this are welcome. This would be a breaking change in how the URLs work, so I don't want to rush into this.https://github.com/clojars/clojars-web/blob/master/src/clojars/routes/user.clj#L37-L38
The text was updated successfully, but these errors were encountered: