Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Jork Zijlstra / Jork Zijlstra (Jork Zijlstra)
Created: 12/16/2015
Components: Core Runtime
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Linux All
Vote Count: 1
Problem Description:
When creating an object (on a site hosted via apache 2.2) the fullName and name is a FQDN. Complete with the whole path
When creating an object (on a site hosted via apache 2.4) the fullName and name is just the component name, missing the path.
Steps to Reproduce:
I have attached a zip file, but you have to run it on sites hosted on different apache versions (2.2 and 2.4)
Actual Result:
On Apache 2.2
Displayname: v1.TestCase
Fullname: v1.TestCase
Name: v1.TestCase
On Apache 2.4
Displayname: v1.TestCase
Fullname: TestCase
Name: TestCase
So when using apache 2.4 the returnType of a method can be specified differently, only using the compnent Name.
Apache 2.2: private TestCase function x(){} fails
Apache 2.2: private v1.TestCase function x(){} work
Apache 2.4: private TestCase function x(){} works
Apache 2.4: private v1.TestCase function x(){} work
Expected Result:
Make it uniform, both should have the FQDN for fullName and name.
Any Workarounds:
Use Apache 2.2 or always use the FQDN as returnType
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4100650
External Customer Info:
External Company:
External Customer Name: Jork Zijlstra
External Customer Email:
External Test Config: My Hardware and Environment details:
Ubuntu 14.04, CF10,0,18,29633
Attachments:
- December 16, 2015 00:00:00: 1_componentName.zip
Comments: