Skip to content

Support nesting text page URL#708

Merged
aycabta merged 1 commit intoruby:masterfrom
aycabta:support-nesting-text-page-url
Mar 29, 2019
Merged

Support nesting text page URL#708
aycabta merged 1 commit intoruby:masterfrom
aycabta:support-nesting-text-page-url

Conversation

@aycabta
Copy link
Member

@aycabta aycabta commented Mar 27, 2019

RDoc::Servlet#documentation_page replaces "/" in URL with "::" for class or module but it's also used for the replaced name on text pages. This causes a bug when text pages are in nesting directory.

This commit fixes #615.

RDoc::Servlet#documentation_page replaces "/" in URL with "::" for class
or module but it's also used for the replaced name on text pages. This
causes a bug when text pages are in nesting directory.

This commit fixes ruby#615.
@aycabta aycabta merged commit f43b131 into ruby:master Mar 29, 2019
@aycabta aycabta deleted the support-nesting-text-page-url branch March 29, 2019 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HTTP 404 when accessing nested pages in system docs via WEBrick

1 participant