-
Notifications
You must be signed in to change notification settings - Fork 366
Basic provider route throws exception #367
Comments
Due to dependency resolving problems, I can't put my finger on the exact commit that's introducing the error. When I authenticated successfully in an unaffected version, affected versions redirected from http://localhost:9000/authenticate/basic without prompting an error. Of course, resetting the browser session got back the error prompt. |
Ah, I think I found it - its the |
I pushed a fix in 02138d9, can you please give that a try @adpes? |
Unfortunately, I do still experience the issue. How can I make sure that contents of folders respectively
and uncommenting the line
for sbt's dependencies? There are pgp and routing errors thrown with the commented and uncommentented line, respectively. |
Ah yes, there are a few places in the various files of the sample where it
says `Comment here` - you need to find all of them for it to use the local
code. Alternatively, can you check if the commit with the fix produced a
snapshot build? It should have, then you can just replace the release
version with he snapshot version and it should work as well.
Cheers,
Joscha
…On Thu., 27 Sep. 2018, 18:45 adpes, ***@***.***> wrote:
I pushed a fix in 02138d9
<02138d9>,
can you please give that a try @adpes <https://github.com/adpes>?
Unfortunately, I do still experience the issue.
How can I make sure that contents of folders respectively code or
samples/java/play-authenticate-usage/modules/ are used in the example? I
reckon mismatching byte-code and source-code when debugging.
What's the difference between commenting the line
// Comment the next line for local development of the Play Authentication core:
// Use the latest release version when copying this code, e.g. "0.9.0"
"com.feth" %% "play-authenticate" % "0.9.0-SNAPSHOT"
for sbt's dependencies? There are routing errors thrown with the commented
line.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#367 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALehkrCEiQmcMjfdAs2QfzjUVO7CgyBks5ufJAhgaJpZM4Wzvr9>
.
|
Opening http://localhost:9000/authenticate/basic (thus the examples HTTP basic auth) causes the following error on samples/java/play-authenticate-usage
@3f70e03
:I've tried debugging and I didn't figure where's the problem, maybe as I'm new to the framework too. I'm going to test previous versions and will report any findings. I appreciate any help.
The text was updated successfully, but these errors were encountered: