Skip to content

Commit

Permalink
Improvements suggested; Changing URL ports
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedhassk committed Apr 11, 2016
1 parent 328080c commit 84a2d26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public final class OAuth2Constant {
public static final String UNSUPPORTED_GRANT_TYPE = "unsupported_grant_type";

public final static String CALLBACK_URL = "http://localhost:8490/playground2/oauth2client";
public final static String CALLBACK_URL_REGEXP = "regexp=http:\\/\\/localhost:8080\\/playground2\\/oauth2client[\\?]?((\\w+)=(\\w+)&?)+";
public final static String CALLBACK_REQUEST_URL_WITH_PARAMS = "http://localhost:8080/playground2/oauth2client?param=value&param2=value2";
public final static String CALLBACK_URL_REGEXP = "regexp=http:\\/\\/localhost:8490\\/playground2\\/oauth2client[\\?]?((\\w+)=(\\w+)&?)+";
public final static String CALLBACK_REQUEST_URL_WITH_PARAMS = "http://localhost:8490/playground2/oauth2client?param=value&param2=value2";
public final static String AUTHORIZED_USER_URL = "http://localhost:8490/playground2/oauth2-authorize-user.jsp";
public final static String AUTHORIZED_URL = "http://localhost:8490/playground2/oauth2.jsp";
public final static String GET_ACCESS_TOKEN_URL = "http://localhost:8490/playground2/oauth2-get-access-token.jsp";
Expand Down

0 comments on commit 84a2d26

Please sign in to comment.