Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

browser caching makes import tool difficult to test #45

Closed
GoogleCodeExporter opened this issue Mar 26, 2015 · 3 comments
Closed

browser caching makes import tool difficult to test #45

GoogleCodeExporter opened this issue Mar 26, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. do multiple imports using the "initiate new import" link
2.
3.

What is the expected output? What do you see instead?

Sometimes an older status page is returned and import does not occur
Not prompted for login when session may have expired

What version of the product are you using? On what operating system?

0.9 Firefox browser on Ubuntu

Please provide any additional information below.
Browser will accept no cache directive in html pages. Can this be added to 
status page and form?

Original issue reported on code.google.com by sstone%s...@gtempaccount.com on 8 Oct 2010 at 10:38

@GoogleCodeExporter
Copy link
Author

The Web Script code already turns caching off (see line 81 of 
org.alfresco.extension.bulkfilesystemimport.webscripts.BulkFilesystemImportStatu
sWebScript [1]), and caching  was confirmed to work correctly on earlier 
version of Alfresco, suggesting that this is a bug in the Web Script framework.

I would recommend creating a cut down test case that reproduces the issue 
independent of the Bulk Filesystem Import tool, and submitting a bug report to 
the Alfresco bug tracker [2].  If you're an Alfresco Enterprise subscriber, you 
should instead submit a support ticket via the Alfresco Enterprise network [3].

[1]  
http://code.google.com/p/alfresco-bulk-filesystem-import/source/browse/trunk/src
/main/java/org/alfresco/extension/bulkfilesystemimport/webscripts/BulkFilesystem
ImportStatusWebScript.java#81)
[2] https://issues.alfresco.com/
[3] http://network.alfresco.com/

Original comment by pmo...@gmail.com on 8 Oct 2010 at 10:52

  • Changed state: Invalid
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Note: this is being tracked as ALF-5176 [1] in the Alfresco bug tracker.

[1] http://issues.alfresco.com/jira/browse/ALF-5176

Original comment by pmo...@gmail.com on 11 Oct 2010 at 9:21

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

r68 includes a workaround for this issue.

Original comment by pmo...@gmail.com on 11 Oct 2010 at 9:40

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant