Giter Club home page Giter Club logo

Comments (2)

thilaktp avatar thilaktp commented on September 26, 2024
2016-03-25 00:37:08.102 DEBUG 71364 --- [           main] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Written [e51ff52a-853a-46f5-ad72-9500cb2e15d3] as "application/json;charset=UTF-8" using [org.springframework.http.converter.json.GsonHttpMessageConverter@20256a0b]
2016-03-25 00:37:08.102 DEBUG 71364 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Null ModelAndView returned to DispatcherServlet with name '': assuming HandlerAdapter completed request handling
2016-03-25 00:37:08.102 DEBUG 71364 --- [           main] o.s.t.web.servlet.TestDispatcherServlet  : Successfully completed request
2016-03-25 00:37:08.103 DEBUG 71364 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Returning cached instance of singleton bean 'delegatingApplicationListener'
2016-03-25 00:37:08.103 DEBUG 71364 --- [           main] o.s.s.w.a.ExceptionTranslationFilter     : Chain processed normally
2016-03-25 00:37:08.103 DEBUG 71364 --- [           main] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed

MockHttpServletRequest:
      HTTP Method = POST
      Request URI = /oauth/token
       Parameters = {username=[craig], password=[spring], grant_type=[password], scope=[read write], client_id=[clientapp], client_secret=[123456]}
          Headers = {Authorization=[Basic Y2xpZW50YXBwOjEyMzQ1Ng==], Content-Type=[application/x-www-form-urlencoded]}

Handler:
             Type = org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
           Method = public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map<java.lang.String, java.lang.String>) throws org.springframework.web.HttpRequestMethodNotSupportedException

Async:
    Async started = false
     Async result = null

Resolved Exception:
             Type = null

ModelAndView:
        View name = null
             View = null
            Model = null

FlashMap:
       Attributes = null

MockHttpServletResponse:
           Status = 200
    Error message = null
          Headers = {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate, no-store], Pragma=[no-cache, no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8]}
     Content type = application/json;charset=UTF-8
             Body = {}
    Forwarded URL = null
   Redirected URL = null
          Cookies = []
2016-03-25 00:37:08.158 DEBUG 71364 --- [           main] c.jayway.jsonpath.internal.CompiledPath  : Evaluating path: $['access_token']

from spring-rest-service-oauth.

marcellom avatar marcellom commented on September 26, 2024

Hi, I have this problem as well. I created an issue on the official spring repo: spring-attic/spring-security-oauth#1143

from spring-rest-service-oauth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.