summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-fw
AgeCommit message (Collapse)AuthorFilesLines
2020-09-15changed pom version to 3.4 and changes to audit and error log.Muni Mohan Kunchi1-1/+1
Issue-ID: PORTAL-1008 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com> Change-Id: Idb8b4cafe78c7dae42f6f9921a6a4a315f90641c
2020-09-04Upgraded few Jars as part of security fixesjz385p1-1/+1
Fixes for security vulnerability issues Issue-ID: PORTAL-945 Change-Id: Ib662ad7e8db3e4e3284b129592e551d025a08fd0 Signed-off-by: jz385p <jegadeesh.babu@att.com>
2020-08-31Upgraded few jars to fix security issuesjz385p1-3/+8
Fixed security vulnerability issues Issue-ID: PORTAL-945 Change-Id: Ief6986ef12223c74ae5297dbd934853fa2d66382 Signed-off-by: jz385p <jegadeesh.babu@att.com>
2020-07-29Dynamic context determination via basehrefstatta1-4/+6
Issue-ID: PORTAL-949 Change-Id: Ia30876f51edd4a48633769c5a01f3646ca7fb9b2 Signed-off-by: statta <statta@research.att.com>
2020-05-24Merge "removed code smells in some components"Lorraine Welch1-9/+0
2020-05-21removed code smells in some componentsIndrijeet kumar1-9/+0
removed code smells in some components Issue-ID: PORTAL-813 Change-Id: Ib8e1deaddbbd58d41a839c505a3e9875b1046297 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-21reduced code smells in some componentsIndrijeet kumar1-1/+1
reduced code smells in some components Issue-ID: PORTAL-813 Change-Id: I9a003165d260fd332e2e5199525412aeeb9fff05 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-23Report, not discard, caught exception in ctorLott, Christopher (cl778h)1-2/+2
The PortalRestCentralServiceImpl constructor instantiates a class by name then calls methods on the new object. The ctor uses try/catch but if an exception occurs, the ctor discards that exception and throws ClassCastException with a vague message. Change to throw ServletException and include the cause exception. Change-Id: I4f9f0c03026cedff5e65fb904f24eb3f6b658fac Issue-ID: PORTAL-865 Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
2020-04-15Pom.xml upgrade from 3.0.0-SNAPSHOT to 3.3.0Rachitha Ramappa1-1/+1
Change-Id: I8b43273877f37e744f91f20bd60244a83f90500e Issue-ID: PORTAL-867 Signed-off-by: rachitha.ramappa@att.com
2020-04-09lowered code smellsRupinder1-3/+0
Removed some unused imports Issue-ID: PORTAL-865 Change-Id: I2bc24d3a525429385b6c3999a5b164cc72b85865 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2019-10-18Security Vulnerability in pom.xml fixDominik Mizyn1-3/+3
Security Vulnerability in pom.xml fix Issue-ID: PORTAL-772 Change-Id: I6b0932122b101411b06d371e757918875529b87d Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-09-16General Sonar FixesArindam Mondal2-3/+3
Issue-ID: PORTAL-740 Change-Id: I050c3ffa64ae95eadca3a99ec149736fa9dbde67 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-08-17Migrating screens to Angular 7statta1-1/+1
Issue-ID: PORTAL-706 Change-Id: Ic3feb4019923040aafe6e9a97a60b41165be8b40 Signed-off-by: statta <statta@research.att.com>
2019-07-30Publish fixed strings as public constantsLott, Christopher (cl778h)14-101/+115
Change-Id: I47c8458a0f16251ef19043eb63cf5f392990efdf Issue-ID: PORTAL-657 Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
2019-07-24Merge "Blackduck scan fixes and PenTest"Sunder Tattavarada1-1/+1
2019-07-23Blackduck scan fixes and PenTestst398c1-1/+1
Issue-ID: PORTAL-631 Change-Id: I606837e3aefd0bbb7ff45ac2e597d214da06e7ed Signed-off-by: st398c <st398c@research.att.com>
2019-07-22Repair null-pointer exception in init methodLott, Christopher (cl778h)1-45/+37
Change-Id: I0669adbbc67987b3e7034fa1af5e1376e156b52d Issue-ID: PORTAL-657 Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
2019-07-18Harmonize logging to apache commons shim onlyLott, Christopher (cl778h)4-41/+38
Remove EELF from two classes, now all use apache commons logging. Remove epsdk-logger dependency, which eliminates EELF and its problems. Change-Id: Ib825d90a0d4204bfe4a756e2df35b92ab520c932 Issue-ID: PORTAL-657 Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
2019-07-10Blackduck scan fixesst398c1-0/+106
Issue-ID: PORTAL-631 Change-Id: I240f3656de2de2d3540f0fc1d615c461beab14c5 Signed-off-by: st398c <st398c@research.att.com>
2019-06-28PENTEST:Do not display stack trace for the api'sKotta, Shireesha (sk434m)5-48/+99
Issue-ID: PORTAL-654 PENTEST:Do not display stack trace for the api's and all users info for get_user api Change-Id: I68a4e3c7eba2628363275d63535290034591aa07 Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2019-03-28Fortify, version, Junitst398c2-2/+10
Issue-ID: PORTAL-543, PORTAL-273, PORTAL-544 Change-Id: Ib864ef78bbd534170cab90d9314f2d8943f78872 Signed-off-by: Thota, Saisree <st398c@research.att.com>
2019-02-07Merge "Remove dupe deps to silence maven warnings"2.0.5Manoop Talasila1-13/+1
2019-01-17Remove dupe deps to silence maven warningsLott, Christopher (cl778h)1-13/+1
Issue-ID: PORTAL-502 Change-Id: Iec64281825405edb4ca404aa6275d90fc7d73613 Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
2019-01-17Merge "Fix blocker sonar issues"Manoop Talasila2-0/+11
2018-12-28CADI Integration POM changeKotta, Shireesha (sk434m)1-2/+2
Issue-ID: PORTAL-474 Changed POM version to 2.5.0 Change-Id: Ibd72c1c4977f63b5123f76ff6bbb36f2e74172ab Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-12-17CADI IntegrationKotta, Shireesha (sk434m)2-5/+17
Issue-ID: PORTAL-474 System to system authorization using CADI Change-Id: I3a62840b4108851bf3f18f5c09f1ea21bd0c6844 Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-11-29Fix blocker sonar issuesParshad Patel2-0/+11
Fix This class overrides "equals()" and should therefore also override "hashCode()" issues Issue-ID: PORTAL-342 Change-Id: Iabc3d51abbe6af595252791f38e9a639e850d2c4 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-27Issue-ID: PORTAL-474Kotta, Shireesha (sk434m)2-12/+38
System to system authorization using CADI Change-Id: I58047d4cda3f445a223c6a12e59924db6881553a Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
2018-11-20CADI Integrationst782s7-10/+468
Issue-ID: PORTAL-474 System to system authorization using CADI Change-Id: I76487f8155a36fca8283669fe5e28ec7d5aec91d Signed-off-by: st782s <statta@research.att.com>
2018-10-09Merge "Added parameter in properties for HelperTest"Manoop Talasila1-0/+1
2018-10-09Merge "added test cases to DomainTest.java"Manoop Talasila1-108/+125
2018-10-09Merge "Changed ecomp and AT&T references"Manoop Talasila1-2/+2
2018-10-09Changed ecomp and AT&T referencesWelch, Lorraine (lb2391)1-2/+2
Issue-ID: PORTAL-302 Change-Id: Iec2ed9ba78ceb81f3d5dff84837697482415937d Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-10-05Null UserId while login into sdkKotta, Shireesha (sk434m)1-15/+34
Issue-ID: PORTAL-393 incomplete license statement Change-Id: I389f0b24fc039849edc2049b6d232a6807352268 Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
2018-09-28Added parameter in properties for HelperTestezhil1-0/+1
Added test file parameter in properties file for Helper Issue-ID: PORTAL-412 Change-Id: I3c122cd14e54c1d72465bf5eb6049b8e90354ddc Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-09-27added test cases to DomainTest.javaSandeep J1-108/+125
to increase code coverage Issue-ID: PORTAL-273 Change-Id: I1b9e5cf0b4e63c25562ac2e6370a3013625c49d4 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-16FIX TO USE TRY WITH RESOURCESKrishnajinka1-16/+14
FIX SONAR ISSUES RELATED WITH USE OF TRY WITH RESOURCES INSTEAD OF JUST TRY Issue-ID: PORTAL-336 Change-Id: I143c3d6167b101e5113faa3c70f57bfb8638e8de Signed-off-by: Krishnajinka <kris.jinka@samsung.com>
2018-07-11Adding User Auth and permission aaf servicesKishore Reddy, Gujja (kg811t)9-4/+568
Issue-ID: PORTAL-334 Change-Id: I2826f2a06f7d818d918ae5f45b500a8da78cec42 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-06-26Adding Junit test filesNaveen Kumar Pitchai10-10/+1067
WizardSequenceTest.java ConfigLoaderTest.java PortalAPIResponseTest.java PortalRestAPIProxyTest.java PortalTimeoutBindingListenerTest.java PortalTimeoutHandlerTest.java UserContextListenerTest.java UserSessionListenerTest.java SessionCommunicationServiceTest.java RestWebServiceClientTest.java FavoritesClientTest.java FunctionalMenuClientTest.java ExternalAppConfigTest.java ExternalAppInitializerTest.java HibernateMappingLocationsTest.java SecurityXssFilterTest.java LoginStrategyImplTest.java RegisterTest.java RegistryAdapterTest.java AdminAuthExtensionTest.java Change-Id: If4c553aea9e7f3662d13e369d818073943fbaf54 Issue-ID: PORTAL-328 Signed-off-by: Naveen Kumar Pitchai <naveenk89@in.ibm.com>
2018-06-14Junit Test Cases & RaptorsKishore Reddy, Gujja (kg811t)1-1/+1
Issue-ID: PORTAL-273. PORTAL-301 Covered JUNITS for sdk modules and RAPTOR reports fixes Change-Id: Ifaf3bf06f0ec123051a791cc8e7f10662f97a525 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-05-03API Versioning for ECOMP Components in SDKsa282w8-16/+75
Issue-ID: PORTAL-263 Included the api version changes for SDK. Change-Id: Ib81c5aabe585f6e2775e73a692153d1f286d1f45 Signed-off-by: sa282w <sa282w@att.com>
2018-05-02Changes for 2.4.0-SNAPSHOTsa282w1-9/+9
Issue-ID: PORTAL-210 Included the pom changes for 2.4.0-SNAPSHOT, music and AAF changes. Change-Id: Ib1e1c2679271aa40eb3b50397724e8cdc5ffe01c Signed-off-by: sa282w <sa282w@att.com>
2018-04-20Replace ecomp referenceHima Elisetty38-38/+38
Issue-ID: PORTAL-19 Remove ecomp trademark Change-Id: Ic864f6cfdeeddad1e7d384abd3419ae21b832062 Signed-off-by: Hima Elisetty <hb123f@att.com>
2018-04-02Security Vunerabilitiessa282w1-3/+13
Issue-ID: PORTAL-155 Excluded beanshell dependency from epsdk-common, epsdk-core and epsdk-fw pom.xml. Change-Id: I068bd1134269a162a64710abc92aacf9cbba32d3 Signed-off-by: sa282w <sa282w@att.com>
2018-03-27Security VulnerabilitiesLo, WEI-TING(wl849v)1-14/+36
Issue-ID: PORTAL-155 Includes Security Vulnerabilities and music jar Change-Id: Id85471555461adf2127db66ed3d4f4a3d5a06fe4 Signed-off-by: Lo, WEI-TING(wl849v) <wl849v@att.com>
2018-03-19Effort to make portal resilientLo, WEI-TING(wl849v)1-2/+2
Issue-ID: PORTAL-210 Includes music library that contatins session management Change-Id: Icacab904e1f948068348fcc19cd77965cb5b446e Signed-off-by: Lo, WEI-TING(wl849v) <wl849v@att.com>
2018-03-16Added JunitsKotta, Shireesha (sk434m)1-21/+1
Issue-ID: PORTAL-136 Includes JUNITS, Analytics module Change-Id: Ib3053782fad98b6d6b2048bac1b9506c5cd8f42f Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-03-15Added JunitsKishore Reddy, Gujja (kg811t)1-2/+2
Issue-ID: PORTAL-136 Includes JUNITS Change-Id: I84b5281bae05210faf7db999335f1fdcf3094fc0 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-03-06Added Junits & AAF attributes SupportKotta, Shireesha (sk434m)5-21/+33
Issue-ID: PORTAL-136 Includes JUNITS, AAF attributes support Change-Id: Id4cc9f64268017665d7245d0a10369c9b498ba2f Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-02-20Increase JUNIT Coveragest782s2-1/+45
Issue-ID: PORTAL-136 Change-Id: I2223003924f36043753bef401ed1d8ee87f4a65e Signed-off-by: st782s <statta@research.att.com>