Status/Resolution/Reason: Closed/Won't Fix/NotWorthEffort
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 05/22/2012
Components: Flex/Flash
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Few users will encounter
Locale/System: English / Win All
Vote Count: 0
path_info blocks the *.mxml.cfswf file creation.
mypage.cfm:
<cfform name="myForm" format="flash"><cfinput type="text" name="myInput" value="Can you see me?" /></cfform>
In the repro steps, "http://mysite.com/mypage.cfm" refers to the URL for mypage.cfm
Repro steps:
1) Ensure SES is enabled in C:\ColdFusion10\cfusion\wwwroot\WEB-INF\web.xml
2) Visit http://mysite.com/mypage.cfm/foo
3) Observe Flash form doesn't load (b/c path_info "/foo" blocks the *.mxml.cfswf file creation)
4) Visit http://mysite.com/mypage.cfm
5) Observe Flash form loads (b/c the *.mxml.cfswf file is created here)
6) Visit http://mysite.com/mypage.cfm/foo
7) Observe Flash form now loads (b/c the *.mxml.cfswf was previously created)
8) Visit http://mysite.com/mypage.cfm/foo?bar
9) Observe Flash form doesn’t load again (b/c "?bar" requires a new *.mxml.cfswf file, but path_info "/foo" blocks the *.mxml.cfswf file creation)
10) Visit http://mysite.com/mypage.cfm?bar
11) Observe Flash form loads (b/c the *.mxml.cfswf file was created here for "?bar")
12) Visit http://mysite.com/mypage.cfm/foo?bar
13) Observe Flash form now loads again (b/c the *.mxml.cfswf file was previously created for "?bar")
Before repeating repro steps, restart machine.
Verified on four different IIS7+ machines (two Win2k8 and two Win7).
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3196322
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: