Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[16:51:05 CDT(-0500)] <EricDalquist> but I'd love to hear about it tomorrow (or via reading chat logs)

[16:59:42 CDT(-0500)] <cwaymire> got it working. just had the AttachmentsPorltet inject the request.getRemoteUser() value into the session at application scope then had the mvc controller pull that value. The design was that the service methods would receive the request object and pull the remote user from there so I just created a class that extends HttpServletRequestWrapper and overrides the getRemoteUser method

[17:00:01 CDT(-0500)] <cwaymire> working great now.