You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2020/10/17 14:50:02 UTC

[GitHub] [james-project] chibenwa commented on a change in pull request #254: Move JMAP session resource to /.well-known/jmap

chibenwa commented on a change in pull request #254:
URL: https://github.com/apache/james-project/pull/254#discussion_r506950523



##########
File path: server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/http/SessionRoutes.scala
##########
@@ -42,7 +42,7 @@ import reactor.core.scheduler.Schedulers
 import reactor.netty.http.server.HttpServerResponse
 
 object SessionRoutes {
-  private val JMAP_SESSION: String = "/jmap/session"
+  private val JMAP_SESSION: String = "/.well-known/jmap"

Review comment:
       Can we use a redirect as suggested hy the specs instead?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org