Skip to content

Commit

Permalink
Make sure the default not-found behavior is also displayed correctly …
Browse files Browse the repository at this point in the history
…in OSGi config dialog (Adobe-Consulting-Services#1038)
  • Loading branch information
stefanseifert authored and davidjgonzalez committed Aug 11, 2017
1 parent 56f4b61 commit 8e7684c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -159,7 +159,8 @@ public final class ErrorPageHandlerImpl implements ErrorPageHandlerService {
options = {
@PropertyOption(value = "Redirect to Login", name = REDIRECT_TO_LOGIN),
@PropertyOption(value = "Respond with 404", name = RESPOND_WITH_404)
})
},
value = DEFAULT_NOT_FOUND_DEFAULT_BEHAVIOR)
private static final String PROP_NOT_FOUND_DEFAULT_BEHAVIOR = "not-found.behavior";


Expand Down

0 comments on commit 8e7684c

Please sign in to comment.