Skip to content

ServerContext#requestUrl needs to output something useful or be removed entirely #34

Description

@MTDdk

Right now it has the following

   @Override
    public String path() {
        return request.path();
    }
//these could probably be entirely removed or supported by Request
    @Override
    @Deprecated
    public String requestUrl() {
        return null;
    }

    @Override
    @Deprecated
    public String requestUri() {
        return null;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions