Skip to content

Commit

Permalink
Merge branch 'hotfix/2.1.8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Aug 23, 2014
2 parents 78cbe05 + 156e720 commit 5521a8a
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Tests/TestBundle/Resources/config/routing_client.yml
@@ -1,4 +1,4 @@
client_index:
client:
path: /client
defaults: { _controller: TestBundle:Client:clientIndex }
methods: [ GET ]
2 changes: 1 addition & 1 deletion Tests/TestBundle/Resources/config/routing_demo.yml
@@ -1,4 +1,4 @@
demo_index:
demo:
path: /demo
defaults: { _controller: TestBundle:Demo:demoIndex }
methods: [ GET ]
Expand Down
2 changes: 1 addition & 1 deletion Tests/TestBundle/Resources/config/routing_oauth2.yml
@@ -1,4 +1,4 @@
oauth2_index:
oauth2:
path: /oauth2
defaults: { _controller: TestBundle:OAuth2:oauth2Index }
methods: [ GET ]
Expand Down
2 changes: 1 addition & 1 deletion Tests/TestBundle/Resources/config/routing_resource.yml
@@ -1,4 +1,4 @@
resource_index:
resource:
path: /resource
defaults: { _controller: TestBundle:Resource:resourceIndex }
methods: [ GET ]
Expand Down
Expand Up @@ -14,7 +14,7 @@
<p><a class="btn btn-primary" role="button" href="{{ model_path }}">Debug with Local Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ debug_path }}">Debug with Remote Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ refresh_path }}">Refreshing an Access Token</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('oauth2_authorize_logout') }}">Logout</a></p>

<h2 class="page-header">Access Token Response</h2>
Expand Down
Expand Up @@ -14,7 +14,7 @@
<p><a class="btn btn-primary" role="button" href="{{ model_path }}">Debug with Local Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ debug_path }}">Debug with Remote Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ refresh_path }}">Refreshing an Access Token</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('oauth2_authorize_logout') }}">Logout</a></p>

<h2 class="page-header">Access Token Response:</h2>
Expand Down
Expand Up @@ -14,7 +14,7 @@
<p><a class="btn btn-primary" role="button" href="{{ model_path }}">Debug with Local Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ debug_path }}">Debug with Remote Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ refresh_path }}">Refreshing an Access Token</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('oauth2_authorize_logout') }}">Logout</a></p>

<h2 class="page-header">Access Token Response</h2>
Expand Down
Expand Up @@ -14,7 +14,7 @@
<p><a class="btn btn-primary" role="button" href="{{ model_path }}">Debug with Local Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ debug_path }}">Debug with Remote Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ refresh_path }}">Refreshing an Access Token</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('oauth2_authorize_logout') }}">Logout</a></p>

<h2 class="page-header">Access Token Response</h2>
Expand Down
Expand Up @@ -11,7 +11,7 @@
<p>The client accesses protected resources by presenting the access token to the resource server.</p>
<footer><a href="http://tools.ietf.org/html/rfc6749#section-7">7. Accessing Protected Resources</a></footer>
</blockquote>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('oauth2_authorize_logout') }}">Logout</a></p>

<h2 class="page-header">Resource Response</h2>
Expand Down
Expand Up @@ -11,7 +11,7 @@
<p>The client accesses protected resources by presenting the access token to the resource server.</p>
<footer><a href="http://tools.ietf.org/html/rfc6749#section-7">7. Accessing Protected Resources</a></footer>
</blockquote>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('oauth2_authorize_logout') }}">Logout</a></p>

<h2 class="page-header">Resource Response</h2>
Expand Down
Expand Up @@ -12,7 +12,7 @@
<footer><a href="http://tools.ietf.org/html/rfc6749#section-4.1.1">4.1.1. Authorization Request</a></footer>
</blockquote>
<p><a class="btn btn-primary" role="button" href="{{ token_path }}">Access Token Request</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('oauth2_authorize_logout') }}">Logout</a></p>

<h2 class="page-header">Authorization response</h2>
Expand Down
Expand Up @@ -13,7 +13,7 @@
</blockquote>
<p><a class="btn btn-primary" role="button" href="{{ model_path }}">Debug with Local Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ debug_path }}">Debug with Remote Resource</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('oauth2_authorize_logout') }}">Logout</a></p>

<h2 class="page-header">Access Token Response</h2>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<button class="btn btn-success" type="submit" name="submit" />Authorize Application</button>
</div>
</form>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('oauth2_authorize_logout') }}">Logout</a></p>

<h2 class="page-header">Authorization request</h2>
Expand Down
2 changes: 1 addition & 1 deletion Tests/TestBundle/Resources/views/oauth2/index.html.twig
Expand Up @@ -67,7 +67,7 @@ Host: server.example.com</code></pre>
&quot;token_type&quot;: &quot;bearer&quot;,
&quot;username&quot;: &quot;demousername1&quot;
}</code></pre>
<p>Remote <a href="{{ path('resource_index') }}">Resource Server</a> may also utilize this debug endpoint to verfiy the supplied access token.</p>
<p>Remote <a href="{{ path('resource') }}">Resource Server</a> may also utilize this debug endpoint to verfiy the supplied access token.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Tests/TestBundle/Resources/views/oauth2/login.html.twig
Expand Up @@ -32,7 +32,7 @@
<button class="btn btn-success" type="submit" name="submit">Login</button>
</div>
</form>
<p><a class="btn btn-primary" role="button" href="{{ path('demo_index') }}">Return</a></p>
<p><a class="btn btn-primary" role="button" href="{{ path('demo') }}">Return</a></p>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions Tests/TestBundle/Resources/views/page_top.html.twig
Expand Up @@ -17,10 +17,10 @@
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="{{ path('demo_index') }}">Demo</a></li>
<li><a href="{{ path('client_index') }}">Client</a></li>
<li><a href="{{ path('oauth2_index') }}">Authorization Server</a></li>
<li><a href="{{ path('resource_index') }}">Resource Server</a></li>
<li><a href="{{ path('demo') }}">Demo</a></li>
<li><a href="{{ path('client') }}">Client</a></li>
<li><a href="{{ path('oauth2') }}">Authorization Server</a></li>
<li><a href="{{ path('resource') }}">Resource Server</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
Expand Down

0 comments on commit 5521a8a

Please sign in to comment.