|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[Building Sakai] Antivirus exceptionsHi all,
I just did a full update and rebuild of trunk sakai. On my local instance, I can no longer upload any files due to an antivirus exception. I remember that we were adding in virus scanning, but I thought it was supposed to be off by default. Is there a way to turn it off? Nightly appears to have the same problem, as well. Thanks for your help, Michelle _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Antivirus exceptionswell the original code worked like that, I just checked trunk and code
wise what david checked in looks like it should still work that way: ServerConfigurationService.getBoolean("virusScan.enabled", false); For the time being, you might want to specifically set that to false in sakai.properties and see if that helps. John Bush Development Manager rSmart On Nov 4, 2009, at 8:48 AM, Wagner, Michelle R. wrote: > Hi all, > I just did a full update and rebuild of trunk sakai. On my local > instance, > I can no longer upload any files due to an antivirus exception. I > remember > that we were adding in virus scanning, but I thought it was supposed > to be > off by default. Is there a way to turn it off? Nightly appears to > have the > same problem, as well. > > Thanks for your help, > Michelle > > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... > with a subject of "unsubscribe" _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Antivirus exceptions
I see the issue the check on enabled is only done if you use the byte[]
method not the InputStream method (guess which one I called)?
Will open a Jira and commit a fix ASAP D John Bush wrote:
_______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Antivirus exceptions
ok this should be fixed with 68594. (see KNL-324) I'll try get a new
snapshot up later this evening
D David Horwitz wrote: I see the issue the check on enabled is only done if you use the byte[] method not the InputStream method (guess which one I called)? _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
| Free embeddable forum powered by Nabble | Forum Help |