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

Handle old CGI URL path information (by ignoring it) #204

Closed
ietf-svn-bot opened this issue Jul 9, 2007 · 11 comments
Closed

Handle old CGI URL path information (by ignoring it) #204

ietf-svn-bot opened this issue Jul 9, 2007 · 11 comments

Comments

@ietf-svn-bot
Copy link

owner:[email protected] resolution_fixed type_defect | by [email protected]


The google webmaster site report shows a lot of 404s of the kind

/public/idindex.cgi/idindex.cgi?command=id_detail&id=12226  	

We don't handle these currently, but for a traditional cgi script the second
/idnindex.cgi will appear as cgi path information, and be ignored by the
legacy implementation -- so the expected result would be returned.

We should probably handle this by ignoring the path information.


Issue migrated from trac:204 at 2022-03-04 00:47:28 +0000

@ietf-svn-bot
Copy link
Author

@[email protected] changed milestone from 2.04 to 2.03

@ietf-svn-bot
Copy link
Author

@[email protected] commented


Moving this to 2.03 even if I don't think we will have time to handle it -- it's good to see what's on the table.

@ietf-svn-bot
Copy link
Author

@[email protected] changed status from new to assigned

@ietf-svn-bot
Copy link
Author

@[email protected] changed owner from `` to [email protected]

@ietf-svn-bot
Copy link
Author

@[email protected] changed status from assigned to closed

@ietf-svn-bot
Copy link
Author

@[email protected] changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@[email protected] commented


(In 562819a) Use non-greedy matching to stop at the first ".cgi" in the
url. Optionally match a slash and any further junk, to
allow for the type of urls described in #204.

Fixes #204.

@ietf-svn-bot
Copy link
Author

@[email protected] commented


(In 562819a) Use non-greedy matching to stop at the first ".cgi" in the
url. Optionally match a slash and any further junk, to
allow for the type of urls described in #204.

Fixes #204.

3 similar comments
@ietf-svn-bot
Copy link
Author

@[email protected] commented


(In 562819a) Use non-greedy matching to stop at the first ".cgi" in the
url. Optionally match a slash and any further junk, to
allow for the type of urls described in #204.

Fixes #204.

@ietf-svn-bot
Copy link
Author

@[email protected] commented


(In 562819a) Use non-greedy matching to stop at the first ".cgi" in the
url. Optionally match a slash and any further junk, to
allow for the type of urls described in #204.

Fixes #204.

@ietf-svn-bot
Copy link
Author

@[email protected] commented


(In 562819a) Use non-greedy matching to stop at the first ".cgi" in the
url. Optionally match a slash and any further junk, to
allow for the type of urls described in #204.

Fixes #204.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant