Closed (fixed)
Project:
Simple OAuth (OAuth2) & OpenID Connect
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2017 at 02:32 UTC
Updated:
7 Apr 2018 at 01:34 UTC
Jump to comment: Most recent
Comments
Comment #2
e0ipsoComment #3
e0ipsoThe configuration shouldn't accept values that break the
DateIntervalcreation.Comment #4
dravenk@e0ipso
How can you sure user wouldn't break DateInterval creation?
The form element should tell people don't do that.
Comment #5
e0ipso@dravenk the is a number that is high enough to break the DateInterval creation. I don't know that number, I imagine that being a big part of this issue.
Comment #6
e0ipsonew DateInterval('PT999999999999S')worksnew DateInterval('PT1000000000000S')doesn't workComment #7
dravenkThe latest test results show that the bug is no longer repeated. I don't know if it's changed, it looks good.