Skip to content

Commit

Permalink
IVIS-46: - Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Nov 1, 2016
1 parent 870b61f commit 271c207
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/routines/login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Let's see how it looks like.
:language: java
:linenos:
:lineno-start: 22
:lines: 22-53
:lines: 22-59



Expand Down
8 changes: 8 additions & 0 deletions docs/sdk/routines/tokens_flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Let's see how it looks like.

In IvisAuthorizationController.java for last two points let's defined method that will define what need to do with unauthorized users.

:download:`IvisAuthorizationController.java </sdk/routines/code/IvisAuthorizationController.java>`

.. literalinclude:: /sdk/routines/code/IvisAuthorizationController.java
:language: java
:linenos:
:lineno-start: 61
:lines: 61-80

.. note::

Don't forget write information about error page in web.xml.
Expand Down

0 comments on commit 271c207

Please sign in to comment.