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

Adds a default send(Throwable) method to ServerResponse.java as the first step in providing an easy facility for reporting exceptions during HTTP processing #1378

Merged
merged 12 commits into from
Feb 18, 2020

Commits on Feb 12, 2020

  1. Adds a default send(Throwable) method to ServerResponse.java as the f…

    …irst step in providing an easy facility for reporting exceptions during HTTP processing.
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2bcdde5 View commit details
    Browse the repository at this point in the history
  2. Interim squashable commit; added Javadoc comment to satisfy checkstyle

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    8d2b36b View commit details
    Browse the repository at this point in the history
  3. Interim squashable commit; adds ThrowableBodyWriter.java

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    dc87626 View commit details
    Browse the repository at this point in the history
  4. Interim squashable commit; adds another create() method in ThrowableB…

    …odyWriter.java
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    3a41844 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Interim squashable commit; incorporated discussion outcome with Romain

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    d7096ed View commit details
    Browse the repository at this point in the history
  2. Interim squashable commit; moved send(Throwable) to Response.java per…

    … discussion
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    199f84c View commit details
    Browse the repository at this point in the history
  3. Interim squashable commit; removed apparently deprecated style of wri…

    …ter-furnishing method in ContentWriters.java per discussion
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c079f8c View commit details
    Browse the repository at this point in the history
  4. Interim squashable commit; removed content length concerns from write…

    …StackTrace method in ContentWriters.java per discussion
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    27566c8 View commit details
    Browse the repository at this point in the history
  5. Interim squashable commit; fixing style

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    b6682c2 View commit details
    Browse the repository at this point in the history
  6. Interim squashable commit; removed null check in ThrowableBodyWriter …

    …per direction
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    070053e View commit details
    Browse the repository at this point in the history
  7. Interim squashable commit; moved media type assignment out of the map…

    …per and into the write method per instruction
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    3136982 View commit details
    Browse the repository at this point in the history
  8. Interim squashable commit; removed another super() call

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    908308a View commit details
    Browse the repository at this point in the history