Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Here is another idea for taming robot indexers #4016

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

labkey-matthewb
Copy link
Contributor

Rationale

use rel=canonical to help ignore containerFilter variations

Related Pull Requests

Changes

throw new UnauthorizedException();
if (user.isGuest())
throw new UnauthorizedException();
if (this instanceof BaseViewAction<?> viewaction)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we expect this to be common? Won't crawlers always be guests?

Note there are a number of unit test failures when there's not a full HTTP request in progress: https://teamcity.labkey.org/buildConfiguration/LabkeyTrunk_BvtBPostgres/2225932?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildChangesSection=true&expandBuildTestsSection=true

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking about how we might use annotations as hints (or explicitly). I agree this is not functional...

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.

2 participants