Giter Site home page Giter Site logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
To implement this yourself you need to do the folloing

1)Create a custom MyAuthenticator class that extends java.net.Authenticator
2)Override the method getPasswordAuthentication to set your username password
3)Call Authenticator.setDefault(new MyAuthenticator()); before the URIs connect 
at line 99 
http://code.google.com/p/daisydiff/source/browse/trunk/daisydiff/src/java/org/ou
terj/daisy/diff/Main.java

See complete code 
here:http://www.java2s.com/Tutorial/Java/0320__Network/AccessingaPasswordProtect
edURL.htm

That is it! Providing the username and password can be done using command line 
arguments. If you want to support the syntax you wrote above you need to write 
extra code that extracts the username password from the URL and passes the rest 
to Java URI as before.

Original comment by [email protected] on 28 Oct 2011 at 10:49

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from daisydiff.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Thanks for the above code. The password authentication is working fine.
But there are 2 issues,

1. It does not show the differences with color code (Green and Red).
2. It is not showing the images 



Original comment by [email protected] on 31 Oct 2011 at 6:18

from daisydiff.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
You mean the browser is not showing the images? If you are just opening the 
file daisydiff created, the images and css files are still behind HTTP auth. 
DaisyDiff only produces HTML. All other resources are untouched.

Original comment by [email protected] on 31 Oct 2011 at 6:56

from daisydiff.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
ok

1. It does not show the differences with color code (Green and Red).

This is a big Issue

Original comment by [email protected] on 31 Oct 2011 at 8:31

from daisydiff.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
These CSS properties (green and red colour) are part of the DaisyDiff 
distribution. The created hmtl file assumes that they are in css/diff.css. Can 
you make sure that this file is accessible by your browser at this path when 
showing the resulting file?

Original comment by [email protected] on 31 Oct 2011 at 9:00

from daisydiff.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Thanks,

The ouput html displays the entire page as is if there are no differences…

I do not want anything other than the issues (added, removed, conflict) to come 
in o/p file.


Original comment by [email protected] on 1 Nov 2011 at 5:55

from daisydiff.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
There is already an issue for this. See issue 18

Original comment by [email protected] on 1 Sep 2012 at 9:40

  • Changed state: Done

from daisydiff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.