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

Improved the uploading of file in regard to temporary filename. #133

Merged
merged 2 commits into from Jun 23, 2014

Conversation

jocelyn
Copy link
Member

@jocelyn jocelyn commented Jun 11, 2014

Avoid to overwrite the same file for concurrent requests uploading the same file name.

Fixing issue #132

Avoid to overwrite the same file for concurrent requests uploading the same filename.
@@ -7,7 +7,7 @@
<exclude>/EIFGENs$</exclude>
<exclude>/.svn$</exclude>
</file_rule>
<option debug="true" warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="provisional">
<option debug="true" warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="transitional" syntax="provisional">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new ecf it's using transitional level instead of complete?.
Is the change for some reason?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is due to change of .ecf version
I will check and fix

jocelyn added a commit that referenced this pull request Jun 23, 2014
Improved the uploading of file in regard to temporary filename.
@jocelyn jocelyn merged commit 397dcc6 into EiffelWebFramework:master Jun 23, 2014
@jocelyn jocelyn deleted the better_uploading_file branch June 23, 2014 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants