-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Session Handling with Firestore tutorial. #1746
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
Conversation
run/session-handling/src/main/java/com/example/gettingstarted/actions/HelloWorldServlet.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/java/com/example/gettingstarted/actions/HelloWorldServlet.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/java/com/example/gettingstarted/actions/HelloWorldServlet.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/java/com/example/gettingstarted/util/FirestoreSessionFilter.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/java/com/example/gettingstarted/util/FirestoreSessionFilter.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/java/com/example/gettingstarted/util/FirestoreSessionFilter.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/java/com/example/gettingstarted/util/FirestoreSessionFilter.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/test/java/com/example/getstarted/actions/UserJourneyTestIT.java
Outdated
Show resolved
Hide resolved
29cdc06
to
d41b4de
Compare
feedback done |
a73f999
to
d41b4de
Compare
Ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of remaining issues with error handling.
} | ||
String greeting = greetingValue.toString(); | ||
|
||
System.out.println("Writing response " + req.toString()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still printing to stdout
run/session-handling/src/main/java/com/example/gettingstarted/util/FirestoreSessionFilter.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/test/java/com/example/getstarted/actions/UserJourneyTestIT.java
Outdated
Show resolved
Hide resolved
9e08472
to
71423fb
Compare
Other feedback changes done. |
run/session-handling/src/main/java/com/example/gettingstarted/util/FirestoreSessionFilter.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/java/com/example/gettingstarted/util/FirestoreSessionFilter.java
Outdated
Show resolved
Hide resolved
run/session-handling/src/main/java/com/example/gettingstarted/util/FirestoreSessionFilter.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feedback fixed
Ping |
I think the other Run tutorials are written differently for testing purposes, as they have their own special test run script in Kokoro that doesn't seem to work with this one. I'm moving the sample to the base directory. |
No description provided.