Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Regression Testing History

Micah Silverman edited this page Nov 21, 2015 · 8 revisions

The unit and integration test suites are the primary facility for testing the code.

This page serves as a record of regression testing performed for certain releases - especially those with large changes, package reorganizations or significant feature addition.

Release: 1.0.RC6

This is a major Spring Security release. It is important to exercise each of the Stormpath supplied controller endpoints in a number of scenarios, including ID Site enabled & disabled.

We also want to ensure that Stormpath specified controller endpoints are not secured by Spring Security, even if the developer specifies that /** should be secured. When ID Site is enabled, we should ensure that the id site callback is accessible as well.

NOTE: A Checkmark will be placed in each column of the tables below once testing is completed.

stormpath-spring-security-spring-boot-starter

endpoint ID Site
Disabled
/**
protected
ID Site
Disabled
/**
not protected
ID Site
Enabled
/**
protected
ID Site
Enabled
/**
not protected
/login
/logout
/register
/forgot
/change
/verify
/unauthorized

stormpath-spring-security-webmvc-spring-boot-starter

endpoint ID Site
Disabled
/**
protected
ID Site
Disabled
/**
not protected
ID Site
Enabled
/**
protected
ID Site
Enabled
/**
not protected
/login
/logout
/register
/forgot
/change
/verify
/unauthorized

stormpath-default-spring-boot-starter

endpoint ID Site
Disabled
/**
protected
ID Site
Disabled
/**
not protected
ID Site
Enabled
/**
protected
ID Site
Enabled
/**
not protected
/login
/logout
/register
/forgot
/change
/verify
/unauthorized