Detection of custom parameters in a request URL

US9087137B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9087137-B2
Application numberUS-201113334718-A
CountryUS
Kind codeB2
Filing dateDec 22, 2011
Priority dateDec 22, 2011
Publication dateJul 21, 2015
Grant dateJul 21, 2015

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Identifying at least one custom parameter in a request uniform resource locator (URL). At least a first portion of source code of a Web application that typically consumes the custom parameter provided in the request URL can be identified. The Web application can be instrumented at the first portion of the source code. The Web application can receive the request URL and the Web application can be executed with the instrumented source code. At least one run-time value consumed by the second portion of the source code can be identified, and the run-time value can be compared to the request URL to determine whether the run-time value intersects with the request URL. Responsive to determining that the run-time value intersects with the request URL, the run-time value can be identified as the custom parameter. A custom parameter rule can be generated based on the comparison.

First claim

Opening claim text (preview).

The invention claimed is: 1. A computer program product comprising: a computer-readable storage device having computer-readable program code embodied therewith, the computer-readable program code comprising: computer-readable program code configured to identify at least a first portion of source code of a Web application that typically consumes at least one custom parameter provided in a request URL; computer-readable program code configured to instrument the Web application at the first portion of the source code by adding to the first portion of the source code additional code configured to obtain run-time values assigned to variables processed by statements of the first portion of the source code; computer-readable program code configured to receive by the Web application the request URL and executing the Web application with the instrumented source code; computer-readable program code configured to identify at least one run-time value consumed by a second portion of the source code; computer-readable program code configured to compare the run-time value to the request URL to determine whether the run-time value intersects with the request URL, wherein the run-time value intersects with the request URL if the run-time value is obtained responsive to the first portion of source code consuming the request URL; computer-readable program code configured to, responsive to determining that the run-time value intersects with the request URL, identify the run-time value as the custom parameter; and computer-readable program code configured to generate a custom parameter rule based on the comparison. 2. The computer program product of claim 1 , the computer-readable program code further comprising: computer-readable program code configured to identify at least the second portion of source code of the Web application that reads the request URL; and computer-readable program code configured to instrument the Web application at the second portion of the source code. 3. The computer program product of claim 2 , wherein: the computer-readable program code configured that identifies the first portion of source code comprises computer-readable program code configured to identify at least a first statement that typically consumes the at least one custom parameter provided in the request URL; and the computer-readable program code configured that identifies the second portion of source code comprises computer-readable program code configured to identify at least a second statement that reads the request URL; the computer-readable program code further comprising: computer-readable program code configured to add a first identifier to the source code to denote the first statement; and computer-readable program code configured to add a second identifier to the source code to denote the second statement. 4. The computer program product of claim 3 , the computer-readable program code further comprising: computer-readable program code configured to determine whether the first statement and the second statement intersect; wherein instrumenting the Web application at the first portion of the source code comprises, responsive to determining that the first statement and the second statement intersect, instrumenting the source code at the first portion of the source code to obtain the run-time value, wherein the run-time value is assigned to at least one variable processed by the first statement when the Web application is executed. 5. The computer program product of claim 4 , the computer-readable program code further comprising: computer-readable program code configured to, during execution of the source code, track at least one flow of the run-time value from the second statement to the first statement; and computer-readable program code configured to create a mapping from the run-time value to the request URL. 6. The computer program product of claim 5 , wherein the computer-readable program code configured to generate the custom parameter rule comprises: computer-readable program code configured to interpolate the custom-parameter rule based on the mapping of the run-time value to the request URL. 7. The computer program product of claim 1 , the computer-readable program code further comprising: computer-readable program code configured to receive by the Web application a subsequent request URL; and computer-readable program code configured to apply the custom parameter rule to the subsequent request URL to identify at least one custom parameter contained in the subsequent request URL. 8. A computer program product comprising: a computer-readable storage device having computer-readable program code embodied therewith, the computer-readable program code comprising: computer-readable program code configured to identify at least a first portion of source code of a Web application that reads a request URL; computer-readable program code configured to identify at least a second portion of source code of the Web application that typically consumes at least one custom parameter provided in the request URL; computer-readable program code configured to instrument the Web application at the first portion of the source code and at the second portion of the source code by adding to the first portion of the source code and the second portion of the source code additional code configured to obtain run-time values assigned to variables processed by statements of the respective portions of the source code; computer-readable program code configured to receive by the Web application the request URL and executing the Web application with the instrumented source code; computer-readable program code configured to identify at least one run-time value consumed by the second portion of the source code; computer-readable program code configured to compare the run-time value to the request URL to determine whether the run-time value intersects with the request URL, wherein the run-time value intersects with the request URL if the run-time value is obtained responsive to the first portion of source code consuming the request URL; and computer-readable program code configured to generate a custom parameter rule based on the comparison. 9. The computer program product of claim 8 , wherein: the computer-readable program code configured to identify the first portion of source code comprises computer-readable program code configured to identify at least a first statement that reads the request URL; the computer-readable program code configured to identify the second portion of source code comprises computer-readable program code configured to identify at least a second statement that typically consumes the at least one custom parameter provided in the request URL; and the computer-readable program code further comprising: computer-readable program code configured to add a first identifier to the source code to denote the first statement; and computer-readable program code configured to add a second identifier to the source code to denote the second statement. 10. The computer program product of claim 9 , the computer-readable program code further comprising: computer-readable program code configured to determine whether the first statement and the second statement intersect; wherein the computer-readable program code configured to instrument the Web application at the second portion of the source code comprises computer-readable program code configured to, responsive to determining that the first statement and the second statement intersect, instrument the source code to obtain the run-time value, wherein the run-time value is assigned to at least one variable processed by the second statement when the Web application is e

Assignees

Inventors

Classifications

  • Physics · mapped topic

  • involving the movement of software or configuration parameters  (network booting or remote initial program loading [RIPL] G06F9/4416) · CPC title

  • G06F16/972Primary

    Access to data in other repository systems, e.g. legacy data or dynamic Web page generation · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9087137B2 cover?
Identifying at least one custom parameter in a request uniform resource locator (URL). At least a first portion of source code of a Web application that typically consumes the custom parameter provided in the request URL can be identified. The Web application can be instrumented at the first portion of the source code. The Web application can receive the request URL and the Web application can …
Who is the assignee on this patent?
Amit Yair, Hay Roee, Saltzman Roi, and 2 more
What technology area does this patent fall under?
Primary CPC classification G06F17/30893. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jul 21 2015 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).